summaryrefslogtreecommitdiff
path: root/accel-pptpd/accel-pptpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/accel-pptpd.conf')
-rw-r--r--accel-pptpd/accel-pptpd.conf13
1 files changed, 9 insertions, 4 deletions
diff --git a/accel-pptpd/accel-pptpd.conf b/accel-pptpd/accel-pptpd.conf
index 47480220..ece04f2f 100644
--- a/accel-pptpd/accel-pptpd.conf
+++ b/accel-pptpd/accel-pptpd.conf
@@ -1,11 +1,14 @@
[modules]
./libpptp.so
-./libauth_mschap_v2.so
+./libauth_pap.so
./libradius.so
[core]
log-error=/dev/stderr
+[ppp]
+verbose=1
+
[lcp]
echo-interval=10
echo-failure=3
@@ -16,6 +19,8 @@ echo-interval=3
[radius]
dictionary=dictionary
nas-identifier=pptp
-nas-ip-address=192.168.10.20
-auth_server=127.0.0.1:1812,secret
-acct_server=127.0.0.1:1812,secret
+nas-ip-address=127.0.0.1
+gw-ip-address=192.168.100.100
+auth_server=127.0.0.1:1812,testing123
+acct_server=127.0.0.1:1813,secret
+verbose=1