diff options
author | Kozlov Dmitry <dima@server> | 2010-10-08 13:01:25 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-10-08 13:01:34 +0400 |
commit | ba66ece34d50e80502a57c48634d58682ac71250 (patch) | |
tree | dc683df30fa3c71bded06f6634cc596a5642d555 /accel-pptpd/accel-pptp.conf | |
parent | c258ec9bc665fdbd479498a77aea5589b316e074 (diff) | |
download | accel-ppp-ba66ece34d50e80502a57c48634d58682ac71250.tar.gz accel-ppp-ba66ece34d50e80502a57c48634d58682ac71250.zip |
pppoe: changed cookie generation procedure (due to connection problem from windows)
updated documentation
Diffstat (limited to 'accel-pptpd/accel-pptp.conf')
-rw-r--r-- | accel-pptpd/accel-pptp.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/accel-pptpd/accel-pptp.conf b/accel-pptpd/accel-pptp.conf index 62c0f89..8ca7c61 100644 --- a/accel-pptpd/accel-pptp.conf +++ b/accel-pptpd/accel-pptp.conf @@ -3,6 +3,7 @@ log_file #log_pgsql pptp +#pppoe auth_pap auth_chap_md5 auth_mschap_v1 @@ -30,6 +31,10 @@ echo-failure=3 echo-interval=30 verbose=1 +[pppoe] +interface=eth0 +verbose=1 + [dns] #dns1=172.16.0.1 #dns2=172.16.1.1 |