diff options
Diffstat (limited to 'openwrt/package/pptpd/ipkg/etc')
-rw-r--r-- | openwrt/package/pptpd/ipkg/etc/ppp/pptp-server-options | 27 | ||||
-rw-r--r-- | openwrt/package/pptpd/ipkg/etc/pptpd.conf | 5 |
2 files changed, 32 insertions, 0 deletions
diff --git a/openwrt/package/pptpd/ipkg/etc/ppp/pptp-server-options b/openwrt/package/pptpd/ipkg/etc/ppp/pptp-server-options new file mode 100644 index 0000000000..cca8027dbb --- /dev/null +++ b/openwrt/package/pptpd/ipkg/etc/ppp/pptp-server-options @@ -0,0 +1,27 @@ +#debug +#logfile /tmp/pptp-server.log +172.16.1.1: +auth +name "pptp-server" +lcp-echo-failure 3 +lcp-echo-interval 60 +default-asyncmap +mtu 1482 +mru 1482 +nobsdcomp +nodeflate +#noproxyarp +#nomppc +nomppe-40 +nomppe-56 +nomppe-stateful +require-mppe +require-mppe-128 +require-mschap-v2 +refuse-chap +refuse-mschap +refuse-eap +refuse-pap +#ms-dns 172.16.1.1 +#plugin radius.so +#radius-config-file /etc/radius.conf diff --git a/openwrt/package/pptpd/ipkg/etc/pptpd.conf b/openwrt/package/pptpd/ipkg/etc/pptpd.conf new file mode 100644 index 0000000000..e9ac115c79 --- /dev/null +++ b/openwrt/package/pptpd/ipkg/etc/pptpd.conf @@ -0,0 +1,5 @@ +#debug +option /etc/ppp/pptp-server-options +speed 115200 +stimeout 10 +#localip & remoteip are not needed, ip management is done by pppd |