diff options
author | Kozlov Dmitry <dima@server> | 2010-10-04 15:12:41 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-10-04 15:12:41 +0400 |
commit | a337b4af82fe30d568547aabc61df7bc67a8a835 (patch) | |
tree | 140437e3f4282abb39b17606750ba9bb4123711a /accel-pptpd/accel-pptpd.conf | |
parent | 06858ad4c7468ac8b226b34126b68db2128877f1 (diff) | |
download | accel-ppp-a337b4af82fe30d568547aabc61df7bc67a8a835.tar.gz accel-ppp-a337b4af82fe30d568547aabc61df7bc67a8a835.zip |
ppp: implemented mppe
radius: implemented mppe support
various improvements and bug fixes
Diffstat (limited to 'accel-pptpd/accel-pptpd.conf')
-rw-r--r-- | accel-pptpd/accel-pptpd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accel-pptpd/accel-pptpd.conf b/accel-pptpd/accel-pptpd.conf index 7a48802..22be345 100644 --- a/accel-pptpd/accel-pptpd.conf +++ b/accel-pptpd/accel-pptpd.conf @@ -19,11 +19,11 @@ min-mtu=1000 mtu=1200 [lcp] -echo-interval=10 +echo-interval=30 echo-failure=3 [pptp] -echo-interval=3 +echo-interval=30 verbose=1 [radius] @@ -39,7 +39,7 @@ verbose=1 [client-ip-range] 192.168.10.20-30 192.168.10.6/32 -192.168.10.1/32 +192.168.10.1/24 192.168.11.0/24 192.168.0.0/24 |