schafdog / tb-tun

Automatically exported from code.google.com/p/tb-tun
0 stars 0 forks source link

Missing Gateway in instructions #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 elwebmas...@gmail.com on 13 Nov 2013 at 6:30