Setting a Permenant IP Address in UBuntu
To permanently set up the ip and gateway, you have to edit /etc/network/interfaces. It is advisable if you backup the existing interfaces file, if it is available. 1. Backup /etc/network/interfaces$ sudo cp /etc/network/interfaces /etc/network/interfaces.bak 2. Open the /etc/network/interfaces using your favorite text editor$ sudo vi /etc/network/interfaces 3. Add the below …