diff options
author | Robert Göhler <github@ghlr.de> | 2023-12-07 14:17:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 14:17:00 +0100 |
commit | 4144d78284b21ead1b596e0c0065d60f1546d7cb (patch) | |
tree | 17f006d62494670b725ae899da24aa321bd17ff2 /docs/configuration/vpn/sstp.rst | |
parent | 3c101fedf3259c737a3ba42d0704b3fa7cf54a59 (diff) | |
parent | 1096cbcf95f96334d773ab98cce9d26d311f9e51 (diff) | |
download | vyos-documentation-4144d78284b21ead1b596e0c0065d60f1546d7cb.tar.gz vyos-documentation-4144d78284b21ead1b596e0c0065d60f1546d7cb.zip |
Merge pull request #1176 from aapostoliuk/T5688-circunis
accel-ppp: T5688: Changing CLI to create client address pool
Diffstat (limited to 'docs/configuration/vpn/sstp.rst')
-rw-r--r-- | docs/configuration/vpn/sstp.rst | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/configuration/vpn/sstp.rst b/docs/configuration/vpn/sstp.rst index f3e062fe..fa2b96c8 100644 --- a/docs/configuration/vpn/sstp.rst +++ b/docs/configuration/vpn/sstp.rst @@ -116,9 +116,20 @@ Configuration Specifies the port `<port>` that the SSTP port will listen on (default 443). -.. cfgcmd:: set vpn sstp client-ip-pool subnet <subnet> +.. cfgcmd:: set vpn sstp client-ip-pool <POOL-NAME> range <x.x.x.x-x.x.x.x | x.x.x.x/x> - Use `<subnet>` as the IP pool for all connecting clients. + Use this command to define the first IP address of a pool of + addresses to be given to SSTP clients. If notation ``x.x.x.x-x.x.x.x``, + it must be within a /24 subnet. If notation ``x.x.x.x/x`` is + used there is possibility to set host/netmask. + +.. cfgcmd:: set vpn sstp client-ip-pool <POOL-NAME> next-pool <NEXT-POOL-NAME> + + Use this command to define the next address pool name. + +.. cfgcmd:: set vpn sstp default-pool <POOL-NAME> + + Use this command to define default address pool name. .. cfgcmd:: set vpn sstp client-ipv6-pool prefix <address> mask <number-of-bits> |