summaryrefslogtreecommitdiff
path: root/docs/services.rst
diff options
context:
space:
mode:
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
-------------