forked from kiss-community/repo
57 lines
2.3 KiB
Plaintext
57 lines
2.3 KiB
Plaintext
dhcpcd
|
|
________________________________________________________________________________
|
|
|
|
dhcpcd is an implementation of the DHCP client specified in RFC 2131. dhcpcd
|
|
gets the host information (IP address, routes, etc) from a DHCP server and
|
|
configures the network interface of the machine on which it is running.
|
|
|
|
dhcpcd then runs the configuration script which writes DNS information to
|
|
resolvconf(8), if available, otherwise directly to /etc/resolv.conf. If the
|
|
hostname is currently blank, (null) or localhost, or force_hostname is YES or
|
|
TRUE or 1 then dhcpcd sets the hostname to the one supplied by the DHCP server.
|
|
dhcpcd then daemonises and waits for the lease renewal time to lapse. It will
|
|
then attempt to renew its lease and reconfigure if the new lease changes. [0]
|
|
|
|
Upstream: https://roy.marples.name/projects/dhcpcd/
|
|
|
|
|
|
[000] Index
|
|
________________________________________________________________________________
|
|
|
|
* Installation ........................................................... [001]
|
|
* Setup .................................................................. [002]
|
|
* Usage .................................................................. [003]
|
|
* References ............................................................. [004]
|
|
|
|
|
|
[001] Installation
|
|
________________________________________________________________________________
|
|
|
|
+------------------------------------------------------------------------------+
|
|
| |
|
|
| $ kiss b dhcpcd |
|
|
| |
|
|
+------------------------------------------------------------------------------+
|
|
|
|
|
|
[002] Setup
|
|
________________________________________________________________________________
|
|
|
|
This package provides a service file compatible with the distribution's default
|
|
service manager. Refer to the distribution's service management documentation
|
|
for instructions on how to enable the service. [1]
|
|
|
|
|
|
[003] Usage
|
|
________________________________________________________________________________
|
|
|
|
Refer to the manual pages and command help output.
|
|
|
|
|
|
[004] References
|
|
________________________________________________________________________________
|
|
|
|
[0] dhcpcd.8
|
|
[1] #/wiki/service-management
|
|
|