From 1b9bd70f42652a76f3ca12e0fcd34e4c1b01084c Mon Sep 17 00:00:00 2001 From: Eugene P Date: Tue, 11 Oct 2011 14:48:28 -0500 Subject: network/openl2tp: Added (Layer Two Tunneling Protocol Version 2) Signed-off-by: Robby Workman --- network/openl2tp/sample.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 network/openl2tp/sample.conf (limited to 'network/openl2tp/sample.conf') diff --git a/network/openl2tp/sample.conf b/network/openl2tp/sample.conf new file mode 100644 index 000000000000..fba34766c748 --- /dev/null +++ b/network/openl2tp/sample.conf @@ -0,0 +1,17 @@ +system modify deny_remote_tunnel_creates=yes \ + tunnel_establish_timeout=60 \ + session_establish_timeout=30 \ + tunnel_persist_pend_timeout=60 \ + session_persist_pend_timeout=30 + +peer profile modify profile_name=default lac_lns=lac + +ppp profile modify profile_name=default \ + auth_pap=no auth_eap=no auth_none=no auth_mschapv1=no auth_mschapv2=yes \ + default_route=no proxy_arp=no + +tunnel create tunnel_name=CONNECTION_NAME dest_ipaddr=VPN_SERVER_IP persist=yes + +session create tunnel_name=CONNECTION_NAME session_name=CONNECTION_NAME \ + user_name="LOGIN" user_password="PASSWORD" + -- cgit v1.2.3