View previous topic :: View next topic |
Author |
Message |
fuzz Tux's lil' helper
Joined: 23 Apr 2002 Posts: 93
|
Posted: Wed May 01, 2002 9:07 pm Post subject: startup network |
|
|
every time I reboot my computer I have to type dhcpcd to get the net work going is there any way you can have it do it on start up |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Thu May 02, 2002 1:09 am Post subject: Re: startup network |
|
|
fuzz wrote: | every time I reboot my computer I have to type dhcpcd to get the net work going is there any way you can have it do it on start up |
Although I don't use dhcp, I believe:
Code: | #rc-update add dhcpd default |
should do the trick (though it might simply be "dhcp" instead of "dhcpd")
---kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
dArkMaGE Apprentice
Joined: 20 Apr 2002 Posts: 152
|
Posted: Thu May 02, 2002 2:49 am Post subject: |
|
|
are you sure you followed all the instructions for setting up a dhcp based network? there is no specific dhcp init script, its just started up as part of the net init script. |
|
Back to top |
|
|
Fmangeant n00b
Joined: 13 Apr 2002 Posts: 30 Location: France
|
Posted: Thu May 02, 2002 10:14 am Post subject: |
|
|
Could you try to edit the file /etc/conf.d/net, and add :
iface_eth0="dhcp"
and then type :
# rc-update add net.eth0 default
Regards |
|
Back to top |
|
|
|