How to set up a static IP address on Ubuntu
Posted: September 29, 2009 at 7:40 pm | Tags: interface, ip address, nameserver, networkAfter an update, the Network Manager crashed. In this situation, the easyest way to set up a static IP address is to edit the configuration files myself. First, I have to remove the Network Manager.
sudo apt-get remove –purge network-manager
The first file to modify is /etc/network/interfaces:
sudo gedit /etc/network/interfaces
























