Re: Problem with New Wired Connection
That file is owned by root. You can't edit the file with your user account without sudo. From a terminal,
1. sudo nano /etc/network/interfaces (enter your password at the prompt)
2. edit the file per my previous post
3. to save the file press ctrl-o
4. to exit press ctrl-x
5. sudo /etc/init.d/networking restart
If you prefer to use Kate, then follow Detonate's instructions to edit the file: kdesudo kate /etc/network/interfaces.
After making the changes you need to restart the networking service. That's the command "sudo /etc/init.d/networking restart" in step 5.
Cheers, UK
That file is owned by root. You can't edit the file with your user account without sudo. From a terminal,
1. sudo nano /etc/network/interfaces (enter your password at the prompt)
2. edit the file per my previous post
3. to save the file press ctrl-o
4. to exit press ctrl-x
5. sudo /etc/init.d/networking restart
If you prefer to use Kate, then follow Detonate's instructions to edit the file: kdesudo kate /etc/network/interfaces.
After making the changes you need to restart the networking service. That's the command "sudo /etc/init.d/networking restart" in step 5.
Cheers, UK
Comment