summaryrefslogtreecommitdiff
path: root/packages/pptp-linux/pptp-linux-1.7.1
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-06-09 01:21:18 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-06-09 01:21:18 +0000
commitf057daba26efff31adc32a736a40ced2afd6d6d1 (patch)
treeddfa1300f6e33b26e4ba89e6ec3f7ce04db27de8 /packages/pptp-linux/pptp-linux-1.7.1
parent6540c77d234eff7e152a951675fd487b7e3c8cba (diff)
pptp-linux 1.7.1: Added latest version.
Diffstat (limited to 'packages/pptp-linux/pptp-linux-1.7.1')
-rw-r--r--packages/pptp-linux/pptp-linux-1.7.1/.mtn2git_empty0
-rw-r--r--packages/pptp-linux/pptp-linux-1.7.1/options.pptp30
2 files changed, 30 insertions, 0 deletions
diff --git a/packages/pptp-linux/pptp-linux-1.7.1/.mtn2git_empty b/packages/pptp-linux/pptp-linux-1.7.1/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/pptp-linux/pptp-linux-1.7.1/.mtn2git_empty
diff --git a/packages/pptp-linux/pptp-linux-1.7.1/options.pptp b/packages/pptp-linux/pptp-linux-1.7.1/options.pptp
new file mode 100644
index 0000000000..f446e22a6a
--- /dev/null
+++ b/packages/pptp-linux/pptp-linux-1.7.1/options.pptp
@@ -0,0 +1,30 @@
+#
+# Lock the port
+#
+lock
+
+#
+# We don't need the tunnel server to authenticate itself
+#
+noauth
+
+#
+# Turn off transmission protocols we know won't be used
+#
+nobsdcomp
+nodeflate
+
+#
+# We want MPPE
+# (option naming specific to ppp 2.4.0 with unofficial patch)
+#
+#mppe-40
+mppe-128
+#mppe-stateless
+
+#
+# We want a sane mtu/mru
+# (ppp 2.4.0 with unofficial patch)
+#
+#mtu 1000
+#mru 1000