From da8e41c20f6a30647272ba37a9c550565a90d84e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 18 Sep 2021 22:06:38 +0200 Subject: dhcp: document per shared network DNS and domain name settings --- docs/configuration/service/dhcp-server.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/dhcp-server.rst index 93f9aa9f..db1ad8f2 100644 --- a/docs/configuration/service/dhcp-server.rst +++ b/docs/configuration/service/dhcp-server.rst @@ -21,6 +21,27 @@ address. Configuration ============= +.. cfgcmd:: set service dhcp-server shared-network-name domain-name + + The domain-name parameter should be the domain name that will be appended to + the client's hostname to form a fully-qualified domain-name (FQDN) (DHCP + Option 015). + + This is the configuration parameter for the entire shared network definition. + All subnets will inherit this configuration item if not specified locally. + +.. cfgcmd:: set service dhcp-server shared-network-name name-server
+ + Inform client that the DNS server can be found at `
`. + + This is the configuration parameter for the entire shared network definition. + All subnets will inherit this configuration item if not specified locally. + + Multiple DNS servers can be defined. + +Individual Client Subnet +------------------------- + .. cfgcmd:: set service dhcp-server shared-network-name authoritative This says that this device is the only DHCP server for this network. If other -- cgit v1.2.3