Skip to content

Commit

Permalink
sstp: T5688: Fixed 'client-ip-pool' configuration in the example
Browse files Browse the repository at this point in the history
Fixed 'client-ip-pool' configuration in the example
  • Loading branch information
aapostoliuk committed Dec 8, 2023
1 parent 0429c31 commit f8e2688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/configuration/vpn/sstp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8e2688

Please sign in to comment.