How To Edit Network Interface In 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 the terminal and type in the command “sudo nano /etc/network/interfaces”.
2. This will open a text editor with the network interfaces file.
3. Make any changes you need to the file.
4. Save the file by pressing Ctrl+o and press enter.
5. Exit the text editor by pressing Ctrl+x.
6. Restart the networking service by running the command “sudo service networking restart”.
7. To check if the changes have been applied, run the command “ifconfig”.