• Configuration for IPv6
Here is what I did from the beginning:
1. Logged into the Hurricane Electric service provider web site.
2. Created my user login.
3. Logged into the system and went to tunnelbroker.net.
4. Selected “Create Regular Tunnel” successfully.
5. Selected “Example IPv6 Tunnel Configurations by OS (Windows, Linux, etc.):” from
http://www.tunnelbroker.net/tunnel_detail.php?tunnelid=898796. I chose from the menu to create a “Windows Vista/2008/7” tunnel configuration
and the following configuration was generated:
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel 71.199.158.1 216.66.22.2
netsh interface ipv6 add address IP6Tunnel 2001:470:7:9c9::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:7:9c9::1
*NOTE* “When behind a firewall appliance that passes protocol41, instead of using the IPv4 endpoint you provided to our broker, use the IPv4 address you get from your appliance's DHCP service.” These were the instructions given on the Hurricane Electric site for setting up the IPv6Tunnel.
7. I followed the instructions and found out that the second line of the configuration was generated incorrectly according to notes on the site. Because my LAN segment is located behind a Linksys WRT54G (a/b/g) router/gateway…presently in gateway configuration at present and utilizing DHCP…the second line should read:
netsh interface ipv6 add v6v4tunnel IP6Tunnel ( DHCP host address of the client) 216.66.22.2
8.Tested the configuration after entering the configuration by entering the following commands:
netsh interface ipv6>sh interfaces
Idx Met MTU State Name
--- ---------- ---------- ------------ ---------------------------
1 50 4294967295 connected Loopback Pseudo-Interface 1
13 30 1500 connected Wireless Network Connection
18 30 1280 connected IP6Tunnel
15 5 1500 disconnected Wireless Network Connection 2
12 50 1280 disconnected Local Area Connection* 11
11 5 1500 disconnected Local Area Connection
17 50 1280 disconnected isatap.{38BCBFC6-D55D-411E-9FD7-95033
0F5F164}
netsh interface ipv6>
9. The ipv6 tunnel, (Tunnel name=IP6Tunnel), is showing “connected” when the “sh interfaces” command is entered from the “netsh interface ipv6” command prompt.
10. Performed “ping” commands (based on the information located on the tunnelbroker.net site and the “Tunnel Details” section of the page), on the following locations:
IPv6 Tunnel Endpoints
• Server IPv4 address: 216.66.22.2 (Successful)
• Server IPv6 address: 2001:470:7:9c9::1/64 (Unsuccessful)
• Client IPv4 address: (ip address of my pc) (Successful)
• Client IPv6 address: 2001:470:7:9c9::2/64 (Successful)
As indicated above, I am unable to ping 2001:470:7:9c9::1; the other side of the ipv6 tunnel; this is ther other end of the ipv6 tunnel which is located at Hurricane Electric.
Note: I can telnet into the Linksys WRT54g wireless router/gateway and ping from one side of the tunnel to the other successfully, but I can not ping successfully to the other side of the ipv6 tunnel when I am outside of the Linksys WRT54g wireless router/gateway. The WRT54g is currently configured in “Gateway” mode.
11. I have spoken with Hurricane Electric technical support and they suggested a few things that I could try in order to rectify my issues with logging into the network. Note: We are looking to compile a list of firewall/CPE devices that by default (With no major changes except maybe a firmware update) support IPv6 over IPv4 tunnels. (Protocol 41 tunneling). If you are passing your tunnel over a commercial firewall to terminate on a machine behind it, then please let us know what version hardware and firmware you are having success with. So far we have tested in house:
# Linksys WRT54G firmware 4.21.2
# Linksys WRT54GL firmware 4.30.7 & 4.30.11
# D-Link DGL-4100 firmware 1.6 & 1.7
12. I have flashed my WRT54G with firmware 4.21.2 and attempting to ping the ipv6 address on the Hurricane Electric side of the tunnel and still I have no response from 2001:470:7:9c9::1.
13. I flashed my WRT54G with firmware DD-WRT but, didn’t seem to change anything. Again, I can ping both sides of the tunnel when I am logged into the WRT54G but, I can not reach the Hurricane Electric side of the tunnel when pinging from my PC prompt.
14. I re-flashed my WRT54G with firmware 4.21.2; per the information in question 12 above on behalf of Hurricane Electrics suggestions; and now I tried to reach the other side of the tunnel via ping….no workeey!!!
15. I have an Arris TM5020 Touchtone Telephony Modem.
16. The Linksys WRT54G is in “Gateway” mode…is this the correct mode that the Linksys needs to be in or should it be in “Router” mode? Pleae help! I have worked on this for two weeks and end up in the same place everytime. Thanks!