diff options
author | Eshenko Dmitriy <snooppy@mail.ua> | 2019-06-04 23:01:21 +0300 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-06-04 22:01:21 +0200 |
commit | 053d31bd5379a2ae853db1b88ed9060c0218713e (patch) | |
tree | db4ebee7cbcb979aad7318b3dba55174c68d7507 | |
parent | 1b945b7c04419dbb8cdc0b3b0f9c01e1cbe016a1 (diff) | |
download | vyos-documentation-053d31bd5379a2ae853db1b88ed9060c0218713e.tar.gz vyos-documentation-053d31bd5379a2ae853db1b88ed9060c0218713e.zip |
PPPoE: fix typo in client IP address pools
-rw-r--r-- | docs/services/pppoe-server.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/services/pppoe-server.rst b/docs/services/pppoe-server.rst index 24b6b76c..5292ade3 100644 --- a/docs/services/pppoe-server.rst +++ b/docs/services/pppoe-server.rst @@ -41,7 +41,7 @@ Connections can be locally checked via the command Client IP address pools ======================= -To automatically assign the client an IP address as tunnel endpoint, a client IP pool is needed. The source can be either RADIUS or a local suhbnet or IP range defintion. +To automatically assign the client an IP address as tunnel endpoint, a client IP pool is needed. The source can be either RADIUS or a local subnet or IP range defintion. Once the local tunnel endpoint ``set service pppoe-server local-ip '10.1.1.2'`` has been defined, the client IP pool can be either defined as a range or as subnet using CIDR notation. If the CIDR notation is used, multiple subnets can be setup which are used sequentially. |