1stly: > # Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or > # /usr/share/doc/ifupdown/examples for more information. no docs in Voyage, but using Ubuntu's.. > auto lo > iface lo inet loopback > > auto eth0 > iface eth0 inet static > address 10.1.1.5 [missing:] network 10.1.1.0 > netmask 255.255.255.0 > broadcast 10.1.1.255 > gateway 10.1.1.1