Package:Dhcpcd

From Funtoo
Revision as of 03:56, June 5, 2015 by Spectromas (talk | contribs) (added basic info for using with wpa_supplicant)
Jump to navigation Jump to search

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 # rc
or
root # /etc/init.d/dhcpcd start

to start dhcpcd specifically.

Wpa_supplicant will now be able to connect to a network.