wikiroute

networking recipes

User Tools

Site Tools


ipv6_tunnel_at_home

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ipv6_tunnel_at_home [2015/04/04 18:13] – [- Summary] sameripv6_tunnel_at_home [2015/04/04 18:31] (current) – [1.1- IPv4 Configuration] samer
Line 1: Line 1:
 +====== IPv6 Tunnel on OpenWrt ======
 +
 ===== -- Summary===== ===== -- Summary=====
  
 The objective of this platform is to connect your home network to the Internet using an IPv6 tunnel provided by [[ https://www.sixxs.net | sixxs]]. A TP-Link MR3020 router is used as the tunnel endpoint: The objective of this platform is to connect your home network to the Internet using an IPv6 tunnel provided by [[ https://www.sixxs.net | sixxs]]. A TP-Link MR3020 router is used as the tunnel endpoint:
-  * The Ethernet interface is connected to you home set-top box. +  * The Ethernet interface is connected to your home set-top box. 
-  * The WLAN interface is used to interconnect all home equipments using IPv6+  * The WiFi interface creates a local area network and connects the home equipment
-====== -- Global Scenarion ====== +===== -- IPv4 Configuration===== 
-The following assumptions determine the scenario of this deployement  +Start by configuring Ethernet and WLAN interfaces on the MR3020 in two different IP networks. As the Ethernet interface is connected to the set-top box, it is important to adapt the following configuration to your environment by choosing an appropriate subnet and gateway. The WiFi interface has an address in a subnet of your choice. 
-  - The   + 
-Start by configuring the Ethernet and the WLAN interfaces on the MR3020 in two different IP networks.+<WRAP center round tip 100%> 
 +Note that in OpenWrt, the configuration uses logical names for interfaces, such as ''wan'' for ''eth0''
 +</WRAP>
  
 <file autoconf /etc/config/network> <file autoconf /etc/config/network>
Line 28: Line 32:
         option ipaddr '192.168.66.1'         option ipaddr '192.168.66.1'
         option netmask '255.255.255.0'         option netmask '255.255.255.0'
-        option ip6addr '2a01:240:fe00:80ab::1/64'+        option ip6addr '2a01:240:xxxx:yyyy::1/64'
 </file> </file>
  
Line 118: Line 122:
         option dest             wan         option dest             wan
 </file> </file>
 +==== -- IPv6 Configuration====
 <code bash> <code bash>
 opkg update && opkg install aiccu radvd opkg update && opkg install aiccu radvd
ipv6_tunnel_at_home.1428163984.txt.gz · Last modified: 2015/04/04 18:13 by samer