On Sat, 07 May 2005 03:00:12 +0200, germ germ wrote: > I configured /etc/network/interfaces as: > iface eth0 inet dhcp > iface lo inet loopback > auto eth0 lo Make it: auto lo eth0 so that the loopback interface is configured first. -- Thomas Hood