View previous topic :: View next topic |
Author |
Message |
conflikt n00b
Joined: 03 Sep 2005 Posts: 4
|
Posted: Sun Sep 04, 2005 7:20 pm Post subject: Dhcpcd |
|
|
dhcpcd can be added to rc-update correct ? it does not state in the handbook to do so but anyways when i try to add it dont work ?? So when i login i have to use command dhcpcd eth0 anyone tell me the correct way of doing so thanks |
|
Back to top |
|
|
IHC n00b
Joined: 22 Feb 2004 Posts: 16 Location: Erlangen, DE
|
Posted: Sun Sep 04, 2005 7:24 pm Post subject: |
|
|
you have to add/edit
config_eth1=( "dhcp" )
in your /etc/conf.d/net
i THINK - it might differ but you'll find the solution inside the file |
|
Back to top |
|
|
maiki n00b
Joined: 30 Aug 2005 Posts: 2 Location: Santa Cruz, CA
|
Posted: Sun Sep 04, 2005 7:33 pm Post subject: |
|
|
It has always worked for me out of the box. Take dhcpd out of your rc queue and make sure you setup the following
Code: | rc-update add net.eth0 default |
You can also find out what is loaded by running:
When net.eth0 runs it will look to /etc/conf.d/net, and if it is blank it will use dhcp. |
|
Back to top |
|
|
|