Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Dhcpcd"
Jump to navigation
Jump to search
Threesixes (talk | contribs) (initial commit) |
Spectromas (talk | contribs) (added basic info for using with wpa_supplicant) |
||
Line 8: | Line 8: | ||
=== Installation === | === Installation === | ||
{{console|body=###i## emerge net-misc/dhcpcd}} | {{console|body=###i## emerge net-misc/dhcpcd}} | ||
When using wpa_supplicant, add dhcpcd to the default runlevel | |||
{{console|body=###i## rc-update add dhcpcd default}} | |||
and then start dhcpcd by updating the runlevels and launching anything not already started with | |||
{{console|body=###i## rc}} | |||
or {{console|body=###i## /etc/init.d/dhcpcd start}} | |||
to start dhcpcd specifically. | |||
Wpa_supplicant will now be able to connect to a network. | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 03:56, June 5, 2015
Dhcpcd
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
DHCPCD is a DHCP client program to automatically fill in network settings for interfaces connecting to a network.
Installation
root # emerge net-misc/dhcpcd
When using wpa_supplicant, add dhcpcd to the default runlevel
root # rc-update add dhcpcd default
and then start dhcpcd by updating the runlevels and launching anything not already started with
root # rcor
root # /etc/init.d/dhcpcd start
to start dhcpcd specifically.
Wpa_supplicant will now be able to connect to a network.