You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Follow the instructions for tunnelbroker with Hurricane Electric
2. ping6 ipv6.google.com
What is the expected output? What do you see instead?
Expected: Able to ping Google over IPv6
Observed: Timeout
What version of the product are you using? On what operating system?
Linux 2.6.32-348.4.1.el5.028stab107.1 #1 SMP Wed Apr 17 19:37:50 MSD 2013 i686
i686 i686 GNU/Linux
Please provide any additional information below.
The problem is that the instructions don't set a Gateway for the IPv6 device.
The following command resolves the problem:
/sbin/route -A inet6 add ::/0 gw 2001:470:1f08:ec8::1 dev tb
where 2001:470:1f08:ec8::1 is the IPv6 gateway provided by Hurricane Electric.
Original issue reported on code.google.com by [email protected] on 13 Nov 2013 at 6:30
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 Nov 2013 at 6:30The text was updated successfully, but these errors were encountered: