diff options
Diffstat (limited to 'net-dialup/openl2tp/files/examples/server.options.openl2tpd')
-rw-r--r-- | net-dialup/openl2tp/files/examples/server.options.openl2tpd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-dialup/openl2tp/files/examples/server.options.openl2tpd b/net-dialup/openl2tp/files/examples/server.options.openl2tpd new file mode 100644 index 000000000000..411956fab1ac --- /dev/null +++ b/net-dialup/openl2tp/files/examples/server.options.openl2tpd @@ -0,0 +1,23 @@ +# usually placed at /etc/ppp/options.openl2tpd
+name host
+auth
+plugin pppol2tp.so
+refuse-mschap
+require-mschap-v2
+hide-password
+ipcp-accept-local
+ipcp-accept-remote
+lcp-echo-interval 15
+lcp-echo-failure 4
+ms-dns 172.16.17.1
+netmask 255.255.255.0
+nodefaultroute
+proxyarp
+crtscts
+noccp
+nobsdcomp
+nodeflate
+noaccomp
+nopcomp
+novj
+lock
|