Comment 5 for bug 195512

Revision history for this message
Avijit Pathania (foulplay) wrote :

Same issue as above. Realized that /etc/network/interfaces was not setting to auto start the interface on boot. Added eth0 to the auto line.

This what my file looks like now.
auto lo eth0
iface lo inet loopback

iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.192
gateway 192.168.1.1