summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2004-11-08 06:41:50 +0000
committerAlin Năstac <mrness@gentoo.org>2004-11-08 06:41:50 +0000
commit69e1ef820fad15ba070c27f46703ce41e9e68048 (patch)
tree2dbd6a29c604a25272940d0ac31ca45ba08359c6 /net-dialup/pptpclient/files
parentVersion bumped. Marked 1.0.4 stable on x86, alpha, ppc and ppc-macos. (Manife... (diff)
downloadgentoo-2-69e1ef820fad15ba070c27f46703ce41e9e68048.tar.gz
gentoo-2-69e1ef820fad15ba070c27f46703ce41e9e68048.tar.bz2
gentoo-2-69e1ef820fad15ba070c27f46703ce41e9e68048.zip
changed MPPE options
Diffstat (limited to 'net-dialup/pptpclient/files')
-rw-r--r--net-dialup/pptpclient/files/digest-pptpclient-1.5.0-r12
-rw-r--r--net-dialup/pptpclient/files/new-mppe/options.pptp32
2 files changed, 34 insertions, 0 deletions
diff --git a/net-dialup/pptpclient/files/digest-pptpclient-1.5.0-r1 b/net-dialup/pptpclient/files/digest-pptpclient-1.5.0-r1
new file mode 100644
index 000000000000..3880e63665bb
--- /dev/null
+++ b/net-dialup/pptpclient/files/digest-pptpclient-1.5.0-r1
@@ -0,0 +1,2 @@
+MD5 4c90a2d879d5fca198c93931003f7d77 pptp-command 23014
+MD5 281ee37788bdf3260426eca56a9af858 pptp-linux-1.5.0.tar.gz 223317
diff --git a/net-dialup/pptpclient/files/new-mppe/options.pptp b/net-dialup/pptpclient/files/new-mppe/options.pptp
new file mode 100644
index 000000000000..24119ad5da61
--- /dev/null
+++ b/net-dialup/pptpclient/files/new-mppe/options.pptp
@@ -0,0 +1,32 @@
+#
+# 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
+#
+require-mppe
+
+#
+# We want a sane mtu/mru
+#
+mtu 1000
+mru 1000
+
+#
+# Time this thing out of it goes poof
+#
+lcp-echo-failure 10
+lcp-echo-interval 10