User Tools

Site Tools


opensuse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

opensuse [2009/04/17 15:44]
k2patel
opensuse [2020/08/10 02:35]
Line 1: Line 1:
-====== 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. 
  
-<code text> 
-NOTE : change "​Internal_ip"​ "​Tunnel_broker_ip"​ "​IPv6_ip"​ "​IPv6_gateway_ip"​ with information you get from your broker 
-</​code>​ 
- 
-<code bash | 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'​ 
-</​code>​ 
- 
-<code bash | ifroute-sit1>​ 
-default IPv6_gateway_ip 
-</​code>​ 
- 
-  * Now turn on the ipv6 using "ifup sit1" 
- 
-You should be good to go 
opensuse.txt ยท Last modified: 2020/08/10 02:35 (external edit)