summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-09-18 22:06:38 +0200
committerChristian Poessinger <christian@poessinger.com>2021-09-18 22:06:38 +0200
commitda8e41c20f6a30647272ba37a9c550565a90d84e (patch)
treef8102404c25e824e684711a69c6770b330049e16 /docs
parentce87426f6316754a5f6809d99c8dfd6c4208aff4 (diff)
downloadvyos-documentation-da8e41c20f6a30647272ba37a9c550565a90d84e.tar.gz
vyos-documentation-da8e41c20f6a30647272ba37a9c550565a90d84e.zip
dhcp: document per shared network DNS and domain name settings
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/service/dhcp-server.rst21
1 files changed, 21 insertions, 0 deletions
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 <name> domain-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> name-server <address>
+
+ Inform client that the DNS server can be found at `<address>`.
+
+ 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 <name> authoritative
This says that this device is the only DHCP server for this network. If other