Re: /etc/network/interfaces statically defined default gateway

2004-05-25 Thread Willi Geffers
Hi James, please add a gateway entry for the eth1 interface in /etc/network/interfaces: iface eth1 ... gateway 192.168.0.1 After restarting the interface with 'ifdown eth1' and 'ifup eth1' the gateway should show up in the output of 'netstat -nr'. Regards Willi -- RWTH Aachen

Re: /etc/network/interfaces statically defined default gateway

2004-05-25 Thread James Sinnamon
Thomas, On Tue, 25 May 2004 09:13 pm, Thomas Adam wrote: > --- James Sinnamon <[EMAIL PROTECTED]> wrote: > Dear Debian users, > > > How is the default gateway using, say eth0 or eth1, defined in > > /etc/network/interfaces, if dhcp is not used, that is if I use: > > > > auto eth1 > > iface eth1 i

Re: /etc/network/interfaces statically defined default gateway

2004-05-25 Thread Thomas Adam
--- James Sinnamon <[EMAIL PROTECTED]> wrote: > Dear Debian users, > > How is the default gateway using, say eth0 or eth1, defined in > /etc/network/interfaces, if dhcp is not used, that is if I use: > > auto eth1 > iface eth1 intet static > address 192.168.0.6 > netmask 255.255.255

/etc/network/interfaces statically defined default gateway

2004-05-25 Thread James Sinnamon
Dear Debian users, How is the default gateway using, say eth0 or eth1, defined in /etc/network/interfaces, if dhcp is not used, that is if I use: auto eth1 iface eth1 intet static address 192.168.0.6 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 ... ins