View previous topic :: View next topic |
Author |
Message |
eniac Apprentice
Joined: 11 Aug 2003 Posts: 233 Location: Belgium, Brussels
|
Posted: Thu Dec 18, 2003 12:33 pm Post subject: dhcp start at boot |
|
|
How do I let dhcpcd eth0 start at boot time ? |
|
Back to top |
|
|
niebie n00b
Joined: 01 Nov 2003 Posts: 56
|
Posted: Thu Dec 18, 2003 2:29 pm Post subject: |
|
|
In /etc/conf.d/net put the following line (I think it's also explained in the comments inside this file):
And add net.eth0 to the default runlevel:
Code: | rc-update add net.eth0 default |
That's it. |
|
Back to top |
|
|
|