diff --git a/Documentation/networking/l2tp.txt b/Documentation/networking/l2tp.txt index e7bf397..eb6510e 100644 --- a/Documentation/networking/l2tp.txt +++ b/Documentation/networking/l2tp.txt @@ -165,6 +165,10 @@ case -- the tunnel socket is created by the kernel and configured using parameters sent in the L2TP_CMD_TUNNEL_CREATE netlink request. The "ip" utility of iproute2 has commands for managing static L2TPv3 tunnels; do "ip l2tp help" for more information. +The "l2tpv3tun" utility has commands for managing static +L2TPv3 tunnels; do "l2tpv3tun help" for more information. +l2tpv3tun can be download from: hftp://ftp.openl2tp.org/releases + Debugging ========= @@ -216,9 +220,9 @@ tunnel endpoints:- # modprobe l2tp_eth # modprobe l2tp_netlink -# ip l2tp add tunnel tunnel_id 1 peer_tunnel_id 1 udp_sport 5000 \ +# l2tpv3tun add tunnel tunnel_id 1 peer_tunnel_id 1 udp_sport 5000 \ udp_dport 5000 encap udp local 192.168.1.1 remote 192.168.1.2 -# ip l2tp add session tunnel_id 1 session_id 1 peer_session_id 1 +# l2tpv3tun add session tunnel_id 1 session_id 1 peer_session_id 1 # ifconfig -a # ip addr add 10.5.1.2/32 peer 10.5.1.1/32 dev l2tpeth0 # ifconfig l2tpeth0 up