I want to set my Kubuntu box on static IP, because I use port forwarding to that machine so it can't change address.
I see this set of instructions repeated everywhere:
sudo vim /etc/network/interfaces
the edit the eth0 interface accordingly.
auto eth0
iface eth0 inet dhcp
unfortunately, in my case /etc/network/interfaces only contains the lo interface, eth0 doesn't appear.
I see this set of instructions repeated everywhere:
sudo vim /etc/network/interfaces
the edit the eth0 interface accordingly.
auto eth0
iface eth0 inet dhcp
unfortunately, in my case /etc/network/interfaces only contains the lo interface, eth0 doesn't appear.
Comment