summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/pptpclient/files/new-mppe/options.pptp')
-rw-r--r--net-dialup/pptpclient/files/new-mppe/options.pptp32
1 files changed, 32 insertions, 0 deletions
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