diff options
Diffstat (limited to 'docs/network.md')
-rw-r--r-- | docs/network.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/network.md b/docs/network.md index f111a8f..3403932 100644 --- a/docs/network.md +++ b/docs/network.md @@ -81,3 +81,14 @@ follows is passed on to `ip route add` or `ip rule add` respectively. An additional service is provided that restores the nft rule set from `/etc/nftables.rules`. + + +# DHCP based network configuration + +If the configure option `--enable-dhcpclient` is set, two services are added. +The service `dhpcdmaster` launches a global dhcpcd instance. + +For each port that should be configured via DHCP, the service `dhcpcd` needs +to be enabled manually with the port name as argument. The service the runs +after the master service and sends a signal to the master to operate on that +port. |