diff options
author | Robert Göhler <github@ghlr.de> | 2023-12-11 20:17:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 20:17:59 +0100 |
commit | f05f2e2b73ae509ebd7ec7504fd93e8bff71681c (patch) | |
tree | cbc7863374b9ed27aa8b12ef00cb4818fe21bb56 /docs | |
parent | 4144d78284b21ead1b596e0c0065d60f1546d7cb (diff) | |
parent | f8e26888b916cb708d87df0101b8f26d7f611f74 (diff) | |
download | vyos-documentation-f05f2e2b73ae509ebd7ec7504fd93e8bff71681c.tar.gz vyos-documentation-f05f2e2b73ae509ebd7ec7504fd93e8bff71681c.zip |
Merge pull request #1178 from aapostoliuk/T5688-2-circinus
sstp: T5688: Fixed 'client-ip-pool' configuration in the example
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/vpn/sstp.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/vpn/sstp.rst b/docs/configuration/vpn/sstp.rst index fa2b96c8..d9bb4353 100644 --- a/docs/configuration/vpn/sstp.rst +++ b/docs/configuration/vpn/sstp.rst @@ -293,7 +293,8 @@ Example set vpn sstp authentication local-users username vyos password vyos set vpn sstp authentication mode local set vpn sstp gateway-address 192.0.2.254 - set vpn sstp client-ip-pool subnet 192.0.2.0/25 + set vpn sstp client-ip-pool SSTP-POOL range 192.0.2.0/25 + set vpn sstp default-pool 'SSTP-POOL' set vpn sstp name-server 10.0.0.1 set vpn sstp name-server 10.0.0.2 set vpn sstp ssl ca-cert-file /config/auth/ca.crt |