aboutsummaryrefslogtreecommitdiffstats
path: root/package/pptpd/ipkg
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-03-06 03:53:29 +0000
committerMike Baker <mbm@openwrt.org>2005-03-06 03:53:29 +0000
commit785de8084a0d6513d4250da3002a6c3acb50e2dd (patch)
treedbb734891c63f90aa68df75bc65d4dee436c1640 /package/pptpd/ipkg
parent3d904bb14a330fb72f60d4b78a40435389398655 (diff)
downloadupstream-785de8084a0d6513d4250da3002a6c3acb50e2dd.tar.gz
upstream-785de8084a0d6513d4250da3002a6c3acb50e2dd.tar.bz2
upstream-785de8084a0d6513d4250da3002a6c3acb50e2dd.zip
bring up to date with nbd's br2_test20.tar.bz2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@308 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pptpd/ipkg')
-rw-r--r--package/pptpd/ipkg/CONTROL/conffiles2
-rw-r--r--package/pptpd/ipkg/etc/ppp/pptp-server-options27
-rw-r--r--package/pptpd/ipkg/etc/pptpd.conf5
3 files changed, 34 insertions, 0 deletions
diff --git a/package/pptpd/ipkg/CONTROL/conffiles b/package/pptpd/ipkg/CONTROL/conffiles
new file mode 100644
index 0000000000..34a387ba43
--- /dev/null
+++ b/package/pptpd/ipkg/CONTROL/conffiles
@@ -0,0 +1,2 @@
+/etc/ppp/pptp-server-options
+/etc/pptpd.conf
diff --git a/package/pptpd/ipkg/etc/ppp/pptp-server-options b/package/pptpd/ipkg/etc/ppp/pptp-server-options
new file mode 100644
index 0000000000..cca8027dbb
--- /dev/null
+++ b/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/package/pptpd/ipkg/etc/pptpd.conf b/package/pptpd/ipkg/etc/pptpd.conf
new file mode 100644
index 0000000000..e9ac115c79
--- /dev/null
+++ b/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