How To Edit Interfaces File Ubuntu?
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 (CTRL+ALT+T).
2. Use the command ‘sudo nano /etc/network/interfaces’ to open the interfaces file.
3. Make your edits to the file.
4. Press CTRL+X to exit the file.
5. Save the changes by pressing Y.
6. Restart your networking services with the command ‘sudo /etc/init.d/networking restart’.
7. Confirm the changes with the command ‘ifconfig’.