I'm using Ubuntu 14.04 and my ethernet (eth0) connection is working fine. (with DHCP)
However, when I read the /etc/network/interfaces, there is nothing about eth0 in it.
Is Ubuntu 14.04 reading the eth0 settings from somewhere else?
$ cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
I want to set my eth0 with a static address but I don't understand why there is there nothing about eth0?
