summaryrefslogtreecommitdiff
path: root/docs/configuration/service
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/service')
-rw-r--r--docs/configuration/service/dhcp-relay.rst8
-rw-r--r--docs/configuration/service/dns.rst6
-rw-r--r--docs/configuration/service/pppoe-server.rst6
3 files changed, 17 insertions, 3 deletions
diff --git a/docs/configuration/service/dhcp-relay.rst b/docs/configuration/service/dhcp-relay.rst
index 43abf254..e1fbe1d2 100644
--- a/docs/configuration/service/dhcp-relay.rst
+++ b/docs/configuration/service/dhcp-relay.rst
@@ -45,6 +45,10 @@ Configuration
The router should discard DHCP packages already containing relay agent
information to ensure that only requests from DHCP clients are forwarded.
+.. cfgcmd:: set service dhcp-relay disable
+
+ Disable dhcp-relay service.
+
Options
-------
@@ -146,6 +150,10 @@ Configuration
.. _dhcp-relay:ipv6_options:
+.. cfgcmd:: set service dhcpv6-relay disable
+
+ Disable dhcpv6-relay service.
+
Options
-------
diff --git a/docs/configuration/service/dns.rst b/docs/configuration/service/dns.rst
index 92677d86..c96c0ab4 100644
--- a/docs/configuration/service/dns.rst
+++ b/docs/configuration/service/dns.rst
@@ -251,6 +251,12 @@ Configuration
Configure optional TTL value on the given resource record. This defaults to
600 seconds.
+.. cfgcmd:: set service dns dynamic timeout <60-3600>
+
+ Specify timeout / update interval to check if IP address changed.
+
+ This defaults to 300 seconds.
+
.. _dns:dynmaic_example:
Example
diff --git a/docs/configuration/service/pppoe-server.rst b/docs/configuration/service/pppoe-server.rst
index 69e357f3..3a0adee7 100644
--- a/docs/configuration/service/pppoe-server.rst
+++ b/docs/configuration/service/pppoe-server.rst
@@ -92,13 +92,13 @@ used, multiple subnets can be setup which are used sequentially.
Use this command for every pool of client IP addresses you want to
define. The addresses of this pool will be given to PPPoE clients.
- You must use CIDR notation and it must be within a /24 subnet.
+ You must use CIDR notation.
.. code-block:: none
set service pppoe-server client-ip-pool subnet '10.1.1.0/24'
- set service pppoe-server client-ip-pool subnet '10.1.2.0/24'
- set service pppoe-server client-ip-pool subnet '10.1.3.0/24'
+ set service pppoe-server client-ip-pool subnet '10.1.2.0/23'
+ set service pppoe-server client-ip-pool subnet '10.1.4.0/22'
**RADIUS based IP pools (Framed-IP-Address)**