• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

Linux net-tools doesn't work !

Started by arking, December 03, 2022, 07:30:46 AM

Previous topic - Next topic

arking

Could someone give me a hand Linux-net tools configuration auto generated doesn't work !

ifconfig sit0 up
ifconfig sit0 inet6 tunnel ::216.66.87.14
ifconfig sit1 up
ifconfig sit1 inet6 add 2001:470:1f1a:21e::2/64
route -A inet6 add ::/0 dev sit1

snarked

See if this works:
Quote
ifconfig sit1 inet6 add 2001:470:1f1a:21e::2/64 tunnel ::216.66.87.14 up
route -6 add default dev sit1
If you have "ip" available, using it to bring up the tunnel is cleaner.

Sit0 does not need to be brought up.