Hurricane Electric's IPv6 Tunnel Broker Forums
May 24, 2013, 06:04:49 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Hurricane Electric's Tunnelbroker.net forums!
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General IPv6 Topics / IPv6 on Routing Platforms / Re: IPV6 Tunnel on Fritzbox 7270 on: February 24, 2011, 05:11:03 pm
I have successfully configured my 7570 to work with he.net.

Configuring the 6in4 tunnel wasn't enough, the 7570 kept using the 6RD endpoint and prefix. Fighting with the web interface was useless; I had to edit the relevant part of my /var/flash/ar7.conf to look like this :

Code:
       ip6_6to4static_cfg {                            
                popaddr = 216.66.84.42;                  
                local = 2001:470:1f12:68f::2;            
                remote = 2001:470:1f12:68f::1;          
                prefix = 2001:470:ca4f::;    
                prefixlen = 48;              
        }                                    
        ip6_6rd_cfg {                        
                popaddr = 216.66.84.42;      
                prefix = 2001:470:ca4f::;    
                prefixlen = 48;              
        }

Extra firewall rules let you enable inbound tcp and udp, but no other protocols so far.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!