[GNUz] Voyage setup part2: read-only

Rik Tindall gnuz@inode.co.nz
Tue, 23 May 2006 16:26:13 +1200


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