diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-27 08:04:20 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-27 08:04:20 +0200 |
commit | b15e550fe7d7c7f0040b10b72b24d4ba55a0a4c4 (patch) | |
tree | 99a8402685ad3a7b1717d8f5fb1706de37160603 /smoketest/configs | |
parent | 8a3bc80ca7a3209b045f3e3defc47efe4dc8d1e0 (diff) | |
download | vyos-1x-b15e550fe7d7c7f0040b10b72b24d4ba55a0a4c4.tar.gz vyos-1x-b15e550fe7d7c7f0040b10b72b24d4ba55a0a4c4.zip |
Revert "smoketest: T4643: Delete vpn sstp from config as we have HTTP"
This reverts commit c2fc87c02dd556dd1569ff2fd81c9e2485a80459.
Diffstat (limited to 'smoketest/configs')
-rw-r--r-- | smoketest/configs/pki-misc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/smoketest/configs/pki-misc b/smoketest/configs/pki-misc index a84723757..4db795565 100644 --- a/smoketest/configs/pki-misc +++ b/smoketest/configs/pki-misc @@ -74,6 +74,26 @@ vpn { key-file /config/auth/ovpn_test_server.key } } + sstp { + authentication { + local-users { + username test { + password test + } + } + mode local + protocols mschap-v2 + } + client-ip-pool { + subnet 192.168.170.0/24 + } + gateway-address 192.168.150.1 + ssl { + ca-cert-file /config/auth/ovpn_test_ca.pem + cert-file /config/auth/ovpn_test_server.pem + key-file /config/auth/ovpn_test_server.key + } + } } |