summaryrefslogtreecommitdiff
path: root/docs/services.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-01-18 12:02:11 +0100
committerGitHub <noreply@github.com>2019-01-18 12:02:11 +0100
commita981af6640c97418ab4c1c9fa599cd9b94d64669 (patch)
treee6329c4f089b2c8f9d0fe61c18bd9e75246a963b /docs/services.rst
parentdcaf982da32791492e797efd64c1cc251bfc31eb (diff)
parent169c5ae113189cf848aaeb7e273de478e3e35bb1 (diff)
downloadvyos-documentation-a981af6640c97418ab4c1c9fa599cd9b94d64669.tar.gz
vyos-documentation-a981af6640c97418ab4c1c9fa599cd9b94d64669.zip
Merge pull request #5 from kmpm/feature/dhcp-range
dhcp ranges
Diffstat (limited to 'docs/services.rst')
-rw-r--r--docs/services.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/services.rst b/docs/services.rst
index af245a44..3c092d91 100644
--- a/docs/services.rst
+++ b/docs/services.rst
@@ -289,10 +289,17 @@ Explanation
to shorten this period, unless you are running a network with lots of devices
appearing and disappearing.
+
* :code:`set service dhcp-server shared-network-name dhcpexample subnet
- 172.16.17.0/24 start 172.16.17.100 stop 172.16.17.199`
+ 172.16.17.0/24 range 0 start 172.16.17.100`
+
+ Make a range of addresses available for clients starting from .100 [...]
+
+* :code:`set service dhcp-server shared-network-name dhcpexample subnet
+ 172.16.17.0/24 range 0 stop 172.16.17.199`
+
+ [...] and ending at .199
- Make the IP Addresses between .100 and .199 available for clients.
DHCPv6 server
-------------