• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

Problems reaching anything except ipv6.google.com

Started by mauricioromanini, August 09, 2012, 06:08:51 PM

Previous topic - Next topic

mauricioromanini

Hi i just started configuring my ipv6 tunnel. Everithing went well until I tried to load ipv6.he.net or www.facebook.com (on ipv6)I have no reply but when i ping6 to it it works
ping6 www.facebook.com
PING www.facebook.com(www6-slb-10-01-prn1.facebook.com) 56 data bytes
64 bytes from www6-slb-10-01-prn1.facebook.com: icmp_seq=1 ttl=53 time=257 ms
64 bytes from www6-slb-10-01-prn1.facebook.com: icmp_seq=2 ttl=52 time=257 ms
64 bytes from www6-slb-10-01-prn1.facebook.com: icmp_seq=3 ttl=53 time=256 ms
64 bytes from www6-slb-10-01-prn1.facebook.com: icmp_seq=4 ttl=52 time=256 ms
^C64 bytes from www6-slb-10-01-prn1.facebook.com: icmp_seq=5 ttl=53 time=256 ms

traceroute6 also doesn't work
traceroute6 www.facebook.com
traceroute to www.facebook.com (2a03:2880:10:1f02:face:b00c:0:25), 30 hops max, 80 byte packets
mauricioromanini-1.tunnel.tserv12.mia1.ipv6.he.net (2001:470:4:bd7::1)  170.149 ms  172.968 ms  175.640 ms
gige-g2-3.core1.mia1.he.net (2001:470:0:8c::1)  182.265 ms  182.788 ms  182.961 ms
3  2001:478:124::200 (2001:478:124::200)  204.292 ms  207.697 ms  209.664 ms
xe-10-3-0.bb01.iad1.tfbnw.net (2620:0:1cff:dead:beef::2a1)  212.578 ms  215.021 ms  216.497 ms
ae2.bb01.prn1.tfbnw.net (2620:0:1cff:dead:beef::1a4)  281.791 ms  283.719 ms  285.805 ms
ae0.dr01.prn1.tfbnw.net (2620:0:1cff:dead:beef::19d)  286.250 ms ae0.dr02.prn1.tfbnw.net (2620:0:1cff:dead:beef::1a1)  257.104 ms  256.979 ms
po1023.csw01b.prn1.tfbnw.net (2620:0:1cff:dead:beef::385)  259.935 ms  261.410 ms  263.844 ms
8  * * *
9  * * *
10  * * *
11  * * *
12  * * *
13  * * *
14  * * *
15  * * *
16  * * *
17  * * *
18  * *^C
Any sugestion about what is going on?
I'm newbie so I haven't got a clue!
Thanks!
PDTA: forgive my english i haven't spoken in a while.


cholzhauer


mauricioromanini

First I created the tunnel in www.tunnelbroker.net
Then the tunnel in my pc

ip tunnel add he-ipv6 mode sit remote 209.51.161.58 local 192.168.200.4 ttl 255

I added the addres for the tunnel suministrated by tunnelbroker

ip -6 addr add 2001:470:4:bd7::2/64 dev he-ipv6
the gateway
ip -6 route add ::/0 dev he-ipv6
the routed address
ip -6 addr add 2001:470:5:bd7::1/64 dev wlan1

Ping to ipv6.google.com, www.facebook.com, ipv6.he.net works
Http only ipv6.google.com
traceroute6 as presented earlier only ipv6.google.com, ipv6.he.net or www.facebook.com where not recheable
I also tried to set de MTU to 1280 with no results
ip link set he-ipv6 mtu 1280
Any ideas, sugestions?