diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-04 16:03:41 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-04 16:03:41 +0100 |
commit | 36da6f8bc5ad80849dba4516d4080f1f134ac37f (patch) | |
tree | 4f9f6a62405f2ae2bb044e8787c9d04d10a52f69 /docs | |
parent | e9b576ebe9f107f3f3c3f0298a3a8631ee99d20c (diff) | |
download | vyos-documentation-36da6f8bc5ad80849dba4516d4080f1f134ac37f.tar.gz vyos-documentation-36da6f8bc5ad80849dba4516d4080f1f134ac37f.zip |
dhcp: use 80 character line breaks
Diffstat (limited to 'docs')
-rw-r--r-- | docs/services/dhcp.rst | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/services/dhcp.rst b/docs/services/dhcp.rst index bcadb673..9f2f57f7 100644 --- a/docs/services/dhcp.rst +++ b/docs/services/dhcp.rst @@ -11,15 +11,16 @@ VyOS uses ISC DHCPd for both IPv4 and IPv6 address assignment. DHCP Server =========== -The network topology is declared by shared-network-name and the subnet declarations. -The DHCP service can serve multiple shared networks, with each shared network having 1 or more subnets. -Each subnet must be present on an interface. -A range can be declared inside a subnet to define a pool of dynamic addresses. -Multiple ranges can be defined and can contain holes. -Static mappings can be set to assign "static" addresses to clients based on their MAC address. - -Basic Example -------------- +The network topology is declared by shared-network-name and the subnet +declarations. The DHCP service can serve multiple shared networks, with each +shared network having 1 or more subnets. Each subnet must be present on an +interface. A range can be declared inside a subnet to define a pool of dynamic +addresses. Multiple ranges can be defined and can contain holes. Static +mappings can be set to assign "static" addresses to clients based on their MAC +address. + +Example +------- In this example, we are offering address space in the 192.0.2.0/24 network. We are using the network name `dhcpexample`. |