Linux: native L2TPv3 support ?
Posted: Mon Jun 03, 2013 4:34 pm
hi,
can i use the native L2TPv3 kernel implementation to connect to the softether server ?
i want to use the "openswan" for IPsec + native L2TPv3:
# /etc/init.d/ipsec start
# ip l2tp add tunnel tunnel_id 3000 peer_tunnel_id 4000 encap udp local 1.2.3.4 remote 5.6.7.8 udp_sport 5000 udp_dport 6000
# ip l2tp add session tunnel_id 3000 session_id 1000 peer_session_id 2000
# ip link set l2tpeth0 up mtu 1488
my problem is the L2TPv3 config on client-side. what about the "peer_tunnel_id", "upd_dport" and "peer_session_id" ??? so i cant connect to the server.
please help me to use the "iproute2" config for this softether server.
greez & thx,
sky...
can i use the native L2TPv3 kernel implementation to connect to the softether server ?
i want to use the "openswan" for IPsec + native L2TPv3:
# /etc/init.d/ipsec start
# ip l2tp add tunnel tunnel_id 3000 peer_tunnel_id 4000 encap udp local 1.2.3.4 remote 5.6.7.8 udp_sport 5000 udp_dport 6000
# ip l2tp add session tunnel_id 3000 session_id 1000 peer_session_id 2000
# ip link set l2tpeth0 up mtu 1488
my problem is the L2TPv3 config on client-side. what about the "peer_tunnel_id", "upd_dport" and "peer_session_id" ??? so i cant connect to the server.
please help me to use the "iproute2" config for this softether server.
greez & thx,
sky...