Comment 101 for bug 497299

Revision history for this message
Elliot K Payen Padilla (epayen) wrote :

Worked for me adding at beginning of /etc/network/interfaces

auto lo
iface lo inet loopback

allow-hotplug eth0
auto eth0
iface eth0 inet static
address xxx.yyy.zzz.sss
.
.
.
(etc)

Thank you every one!