OK add these lines to /etc/conf.d/net iface_eth1="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0" gateway="eth1/192.168.0.1"
now make the following link ln -s /etc/init.d/net.eth0 /etc/init.d/net.eth1 now set eth1 to come up on boot: rc-update add net.eth1 default and finally start it: /etc/init.d/net.eth1 start On Tue, 10 May 2005 12:50:30 +1200 Richard Tindall wrote: > Correct, I will connect to gateway 192.168.0.1 > > Nick Rout wrote: > > >yes, except i take it that you do not have a dhcp server? > > > Correct, I will connect to gateway 192.168.0.1 > > ifconfig -h > > decryption in train > > :-) > > -- > Richard Tindall > InfoHelp Services > -- Nick Rout Barrister & Solicitor Christchurch <http://www.rout.co.nz> <[EMAIL PROTECTED]>
