opensuse
This is an old revision of the document!
OpenSuse
Setting up IPv6 Tunnel
- what ever you read where ever you read you are missing this line “modprobe sit” so run it.
- once you get your IPv6 from tunnel broker you need following.
NOTE : change "Internal_ip" "Tunnel_broker_ip" "IPv6" "IPv6_gateway_ip" with information you get from your broker
- | ifcfg-sit1
STARTMODE='onboot' BOOTPROTO='static' TUNNEL='sit' TUNNEL_LOCAL_IPADDR='Internal_ip' TUNNEL_REMOTE_IPADDR='Tunnel_broker_ip' IPADDR='IPv6' TUNNEL_TTL='64'
- | ifroute-sit1
default IPv6_gateway_ip
- Now turn on the ipv6 using ipup sit1
You should be good to go
opensuse.1239983000.txt.gz · Last modified: 2020/08/10 02:30 (external edit)