diff options
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 62c0f897..8ca7c618 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 |