search for: tunnel_id

Displaying 1 result from an estimated 1 matches for "tunnel_id".

2013 Aug 23
1
[Bridge] challenge of year: connect to LAN using wireless-ap over bridge + unmanaged l2tpv3 tunnel + bridge? it's possible?
...to the internet by eth0 (WAN), plugged with vlan601 (eth1.601) by bridge called "br-red" *root at bahia:~#* brctl show bridge name bridge id STP enabled interfaces *root at bahia:~#* brctl addbr br-red *root at bahia:~#* brctl addif br-red eth1.601 *root at bahia:~#** *ip l2tp add tunnel tunnel_id 45 peer_tunnel_id 42 udp_sport 5001 udp_dport 5000 encap udp local 200.243.1.5 remote 200.199.10.12 *root at bahia:~#** *ip l2tp add session tunnel_id 45 session_id 5196755 peer_session_id 128 *root at bahia:~#* ip link set l2tpeth0 up promisc on master br-red *root at bahia:~#* ip link set br-red...