User Tools

Site Tools


opensuse

This is an old revision of the document!


OpenSuse

Setting up IPv6 Tunnel

  1. what ever you read where ever you read you are missing this line “modprobe sit” so run it.
  2. once you get your IPv6 from tunnel broker you need following.
NOTE : change "Internal_ip" "Tunnel_broker_ip" "IPv6_ip" "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_ip'
TUNNEL_TTL='64'
| ifroute-sit1
default IPv6_gateway_ip
  • Now turn on the ipv6 using “ifup sit1”

You should be good to go

opensuse.1239983074.txt.gz · Last modified: 2020/08/10 02:30 (external edit)