diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2023-12-08 10:53:21 +0200 |
---|---|---|
committer | aapostoliuk <a.apostoliuk@vyos.io> | 2023-12-08 10:53:21 +0200 |
commit | f8e26888b916cb708d87df0101b8f26d7f611f74 (patch) | |
tree | f52036799efa1236a08cd1d7d27e384339b439ee /docs/configuration/vpn | |
parent | 0429c317884d8951cbf2e432981edeacd426f3ed (diff) | |
download | vyos-documentation-f8e26888b916cb708d87df0101b8f26d7f611f74.tar.gz vyos-documentation-f8e26888b916cb708d87df0101b8f26d7f611f74.zip |
sstp: T5688: Fixed 'client-ip-pool' configuration in the example
Fixed 'client-ip-pool' configuration in the example
Diffstat (limited to 'docs/configuration/vpn')
-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 f3e062fe..9d098d46 100644 --- a/docs/configuration/vpn/sstp.rst +++ b/docs/configuration/vpn/sstp.rst @@ -282,7 +282,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 |