summaryrefslogtreecommitdiffstats
path: root/package/pptpd/ipkg
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-06 03:53:29 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-06 03:53:29 +0000
commita4d8c8e5caa11cb5301bedeb4aa29c880f599a2c (patch)
treedbb734891c63f90aa68df75bc65d4dee436c1640 /package/pptpd/ipkg
parentf77b88d124ea1c900f9cf5e04046939aad48bbe1 (diff)
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 000000000..34a387ba4
--- /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 000000000..cca8027db
--- /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 000000000..e9ac115c7
--- /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