summaryrefslogtreecommitdiff
path: root/contrib/gentoo/net-dialup/accel-pptp/files/options.pptp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gentoo/net-dialup/accel-pptp/files/options.pptp')
-rw-r--r--contrib/gentoo/net-dialup/accel-pptp/files/options.pptp32
1 files changed, 32 insertions, 0 deletions
diff --git a/contrib/gentoo/net-dialup/accel-pptp/files/options.pptp b/contrib/gentoo/net-dialup/accel-pptp/files/options.pptp
new file mode 100644
index 0000000..d61ab80
--- /dev/null
+++ b/contrib/gentoo/net-dialup/accel-pptp/files/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 1437
+mru 1437
+
+#
+# Time this thing out of it goes poof
+#
+lcp-echo-failure 10
+lcp-echo-interval 10