diff options
author | Kozlov Dmitry <dima@server> | 2010-09-27 13:27:12 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-09-27 13:27:12 +0400 |
commit | 59d9616d73973c529b08578f3596acaa081cd8bf (patch) | |
tree | 947fd1ab82c41beb57bba81e4e51ee5a4951bc6f /accel-pptpd/accel-pptpd.conf | |
parent | f122327288ae4429bb88a0fefdcef0bf80f54023 (diff) | |
download | accel-ppp-59d9616d73973c529b08578f3596acaa081cd8bf.tar.gz accel-ppp-59d9616d73973c529b08578f3596acaa081cd8bf.zip |
bug fixes
Diffstat (limited to 'accel-pptpd/accel-pptpd.conf')
-rw-r--r-- | accel-pptpd/accel-pptpd.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/accel-pptpd/accel-pptpd.conf b/accel-pptpd/accel-pptpd.conf index d14fe180..bc74c2c9 100644 --- a/accel-pptpd/accel-pptpd.conf +++ b/accel-pptpd/accel-pptpd.conf @@ -1,6 +1,6 @@ [modules] ./liblog_file.so -./liblog_pgsql.so +#./liblog_pgsql.so ./libpptp.so ./libauth_pap.so ./libauth_chap_md5.so @@ -36,10 +36,11 @@ dm_coa_secret=testing123 verbose=1 [client-ip-range] -192.168.10.20-20 +192.168.10.20-30 192.168.10.6/32 192.168.10.1/32 192.168.11.0/24 +192.168.0.0/24 [ip-pool] gw-ip-address=192.168.100.1 @@ -53,7 +54,7 @@ gw-ip-address=192.168.100.1 [log] log-file=general.log log-emerg=/dev/stderr -log-debug=debug.log +log-debug=/dev/stdout copy=1 #color=1 #per-user-dir=per_user |