diff options
author | Mike Baker <mbm@openwrt.org> | 2005-03-06 03:53:29 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-03-06 03:53:29 +0000 |
commit | b3be5eeb3e588bcba2191bd04504a68aeba9e834 (patch) | |
tree | 274deffea4eff7519a6519e05cc459c11ce3b514 /openwrt/package/pptpd/ipkg | |
parent | 6b93231c4f64a61103dfc16acebedd18b4c25171 (diff) | |
download | mtk-20170518-b3be5eeb3e588bcba2191bd04504a68aeba9e834.zip mtk-20170518-b3be5eeb3e588bcba2191bd04504a68aeba9e834.tar.gz mtk-20170518-b3be5eeb3e588bcba2191bd04504a68aeba9e834.tar.bz2 |
bring up to date with nbd's br2_test20.tar.bz2
SVN-Revision: 308
Diffstat (limited to 'openwrt/package/pptpd/ipkg')
-rw-r--r-- | openwrt/package/pptpd/ipkg/CONTROL/conffiles | 2 | ||||
-rw-r--r-- | openwrt/package/pptpd/ipkg/etc/ppp/pptp-server-options | 27 | ||||
-rw-r--r-- | openwrt/package/pptpd/ipkg/etc/pptpd.conf | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/openwrt/package/pptpd/ipkg/CONTROL/conffiles b/openwrt/package/pptpd/ipkg/CONTROL/conffiles new file mode 100644 index 0000000..34a387b --- /dev/null +++ b/openwrt/package/pptpd/ipkg/CONTROL/conffiles @@ -0,0 +1,2 @@ +/etc/ppp/pptp-server-options +/etc/pptpd.conf 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 0000000..cca8027 --- /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 0000000..e9ac115 --- /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 |