I’m going to set a static IP address on my Ubuntu LTS server. Login into the server’s console and edit the settings for your primary network interface in /etc/network/interfaces: sudo nano /etc/network/interfaces # The primary network interface auto eth0 iface eth0 inet static address 10.0.0.10 netmask 255.255.255.0 …
Continue Reading