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:18] – [1- Summary] sameripv6_tunnel_at_home [2015/04/04 18:31] (current) – [1.1- IPv4 Configuration] samer
Line 6: Line 6:
   * The Ethernet interface is connected to your home set-top box.   * The Ethernet interface is connected to your home set-top box.
   * The WiFi interface creates a local area network and connects the home equipment.   * 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 30: 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 120: 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.1428164329.txt.gz · Last modified: 2015/04/04 18:18 (external edit)