-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsstp-test.example
35 lines (34 loc) · 969 Bytes
/
sstp-test.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
# Put this file in /etc/ppp/peers/sstp-test, the name should be the same as
# for remotename, linkname, and ipparam. Update the url for the server as a part
# of the pty statement, and finally update your username.
#
# Make sure your user 'kendo' have an appropriate entry in /etc/ppp/chap-secrets.
# Example:
# #client server secret IP addresses
# kendo * xxxxxxx *
# 'DOMAIN\\kendo' * xxxxxxx
#
# Connect to sstp-test peer:
# sudo pon sstp-test
#
remotename sstp-test
linkname sstp-test
ipparam sstp-test
pty "sstpc --ipparam sstp-test --log-level 4 --nolaunchpppd sstp-test.yourdomain.com"
name kendo
plugin sstp-pppd-plugin.so
sstp-sock /var/run/sstpc/sstpc-sstp-test
usepeerdns
require-mppe
require-mschap-v2
noauth
lock
refuse-pap
refuse-eap
refuse-chap
refuse-mschap
nobsdcomp
nodeflate
# Uncomment this if you want additional debug in your /var/log/messages
# debug