Nick Rout wrote:

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"


minor editing to enable those.

now make the following link

ln -s /etc/init.d/net.eth0 /etc/init.d/net.eth1

how come #ls -la /etc/init.d/ doesn't show these? But it's done.

now set eth1 to come up on boot:

rc-update add net.eth1 default

* net.eth1 already installed in runlevel default; skipping

and finally start it:

/etc/init.d/net.eth1 start

* WARNING: "net.eth1" has already been started.

--
Richard Tindall
InfoHelp Services




Reply via email to