You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.5 KiB
41 lines
1.5 KiB
11 years ago
|
diff -Naur xl2tpd-1.3.6-orig/examples/ppp-options.xl2tpd xl2tpd-1.3.6/examples/ppp-options.xl2tpd
|
||
|
--- xl2tpd-1.3.6-orig/examples/ppp-options.xl2tpd 2014-01-15 15:58:37.000000000 -0500
|
||
|
+++ xl2tpd-1.3.6/examples/ppp-options.xl2tpd 2014-05-12 14:46:24.358653357 -0400
|
||
|
@@ -1,9 +1,10 @@
|
||
|
ipcp-accept-local
|
||
|
ipcp-accept-remote
|
||
|
-ms-dns 192.168.1.1
|
||
|
-ms-dns 192.168.1.3
|
||
|
-ms-wins 192.168.1.2
|
||
|
-ms-wins 192.168.1.4
|
||
|
+ms-dns 8.8.8.8
|
||
|
+# ms-dns 192.168.1.1
|
||
|
+# ms-dns 192.168.1.3
|
||
|
+# ms-wins 192.168.1.2
|
||
|
+# ms-wins 192.168.1.4
|
||
|
noccp
|
||
|
auth
|
||
|
crtscts
|
||
|
@@ -15,3 +16,11 @@
|
||
|
lock
|
||
|
proxyarp
|
||
|
connect-delay 5000
|
||
|
+# To allow authentication against a Windows domain EXAMPLE, and require the
|
||
|
+# user to be in a group "VPN Users". Requires the samba-winbind package
|
||
|
+# require-mschap-v2
|
||
|
+# plugin winbind.so
|
||
|
+# ntlm_auth-helper '/usr/bin/ntlm_auth --helper-protocol=ntlm-server-1 --require-membership-of="EXAMPLE\\VPN Users"'
|
||
|
+# You need to join the domain on the server, for example using samba:
|
||
|
+# http://rootmanager.com/ubuntu-ipsec-l2tp-windows-domain-auth/setting-up-openswan-xl2tpd-with-native-windows-clients-lucid.html
|
||
|
+
|
||
|
diff -Naur xl2tpd-1.3.6-orig/examples/README xl2tpd-1.3.6/examples/README
|
||
|
--- xl2tpd-1.3.6-orig/examples/README 2014-01-15 15:58:37.000000000 -0500
|
||
|
+++ xl2tpd-1.3.6/examples/README 2014-05-12 14:46:59.168476547 -0400
|
||
|
@@ -1,4 +1,4 @@
|
||
|
These are example files for use with xl2tpd.
|
||
|
|
||
|
-Openswan carries config examples for use with l2tp-over-ipsec.
|
||
|
-See http://www.openswan.org/
|
||
|
+xl2tpd is often used in combination with libreswan to offer L2TP/IPsec
|
||
|
+See https://libreswan.org/
|