Strona 1 z 1

Debian/Ubuntu L2TPv3

: 11 września 2014, 16:40
autor: Pad19
Witam,

chcę zestawić tunel L2TPv3 na linuxie. Próbowałem na wersji testing debiana i na ubuntu według przykładu stąd: http://manpages.ubuntu.com/manpages/rar ... 2tp.8.html

Kod: Zaznacz cały

sudo ip l2tp add tunnel tunnel_id 3000 peer_tunnel_id 4000 encap udp local 10.0.0.25 remote 10.0.0.70 udp_sport 5000 udp_dport 6000
sudo ip l2tp add session tunnel_id 3000 session_id 1000 peer_session_id 2000
RTNETLINK answers: Protocol not supported
Po drugiej komendzie zawsze dostaję RTNETLINK answers: Protocol not supported
Jak temu zaradzić?

: 11 września 2014, 21:03
autor: Yampress
może spróbuj protokól tcp, a nie udp

: 12 września 2014, 12:57
autor: Pad19
Nie ma możliwość tcp. Jest tylko udp albo ip. W obu przypadkach ten sam błąd

RTNETLINK answers: Protocol not supported