Skip to content

Commit

Permalink
Merge pull request #1178 from aapostoliuk/T5688-2-circinus
Browse files Browse the repository at this point in the history
sstp: T5688: Fixed 'client-ip-pool' configuration in the example
  • Loading branch information
rebortg authored Dec 11, 2023
2 parents 4144d78 + f8e2688 commit f05f2e2
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 @@ -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
Expand Down

0 comments on commit f05f2e2

Please sign in to comment.