You don't have a net file in /etc/init.d. There is a net file in /etc/conf.d but you rc-update add net.eth0 default and it knows to take the net file and make it net.eth0 in /etc/init.d. So use the net file. If you have an eth1 interface then you cp net net.eth1, modify it and rc-update add net.eth1 default.

On Wed, 18 Jun 2003 08:20:49 -0700
 Condon Thomas A KPWA <[EMAIL PROTECTED]> wrote:
Thomas J. Hamman wrote:
Look at /etc/conf.d/net. There should be a line that looks like this:

iface_eth0="dhcp"

If it's not there, put it there. If it's there but commented, then
uncomment it. Make sure all the other iface_eth0 lines are commented
out. That will cause the /etc/init.d/net.eth0 script to use dhcp when
you boot. Also make sure net.eth0 is in the default runlevel... if it
isn't, add it with "rc-update add net.eth0 default".

Hmm. I think I see a problem here. 'net.eth0' is in /etc/init.d, along
with 'net.ppp0' and 'net.lo'. 'net.eth0' is already run at startup. But
there is no /etc/init.d/net file. Where would I acquire (my Ferengi
heritage) a copy of this?



In Harmony's Way, and In A Chord,


Tom :-})

Thomas A. Condon
Barbershop Bass Singer
Registered Linux User #154358
A Jester Unemployed

--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Reply via email to