Changing Ip Address on Ubuntu / Debian From Dhcp to Static.
So we start by editing the /etc/network/interfaces file, I will be using vim, however you can use any editor you like sudo vim /etc/network/interfaces Let’s assume you want to do the changes for eth0, you will see these lines: auto eth0 iface eth0 inet dhcp As you can see, the server is set to useā¦ Read More »