I am pretty new to Ubuntu so I tried to change my static IP address, and sometimes it works and the IP address changes.
I shutdown the OS, and my static IP address changes, but I can ping to others. When I check virtual network editor, my interface didn't show up.
There is no eth0
in virtual network editor:
eth0
interface is shown asVMnet8
. It's almost definitely not set up as a static IP address. It probably uses DHCP to get an address. – Chai T. Rex Dec 24 '17 at 13:29{}
button in the editor. If you are on Ubuntu 14.04, runnmcli dev list iface eth0
. Otherwise, runnmcli device show eth0
. – Chai T. Rex Dec 24 '17 at 15:16