Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Gateway in instructions #6

Open
GoogleCodeExporter opened this issue Jul 7, 2015 · 0 comments
Open

Missing Gateway in instructions #6

GoogleCodeExporter opened this issue Jul 7, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant