How To Enable Dhcp On Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Open a terminal window and enter “sudo nano /etc/network/interfaces”
2. Find the line that reads “iface eth0 inet static”, and change it to “iface eth0 inet dhcp”
3. Save and exit the file, then enter “sudo service networking restart”
4. Finally, enter “ifconfig” and make sure that it has an IP address that starts with “192.168.”