Can't use IPv6

````
root@server: ping6 ipv6.google.com
PING ipv6.google.com(pz-in-x6a.1e100.net) 56 data bytes
^C
--- ipv6.google.com ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3000ms


root@server:~$ ifconfig
eth0 Link encap:Ethernet HWaddr fe:fd:ad:ff:ff:f9
inet addr:173.255.255.249 Bcast:173.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::fcfd:adff:feff:fff9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:20971 errors:0 dropped:0 overruns:0 frame:0
TX packets:13228 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1667777 (1.6 MB) TX bytes:10906099 (10.9 MB)
Interrupt:227

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1526 errors:0 dropped:0 overruns:0 frame:0
TX packets:1526 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:134991 (134.9 KB) TX bytes:134991 (134.9 KB)

sit0 Link encap:IPv6-in-IPv4
inet6 addr: ::127.0.0.1/96 Scope:Unknown
inet6 addr: ::173.255.255.249/96 Scope:Compat
UP RUNNING NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

sit1 Link encap:IPv6-in-IPv4
inet6 addr: 2001:470:1f04:1c58::2/64 Scope:Global
inet6 addr: 2001:470:1f0e:b6b::2/64 Scope:Global
inet6 addr: fe80::adff:fff9/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:2808 (2.8 KB)
````

How can I fix this?

7 Replies

root@server:~$ ip -6 route ::/96 via :: dev sit0 metric 256 2001:470:1f04:1c58::/64 via :: dev sit1 proto kernel metric 256 2001:470:1f0e:b6b::/64 via :: dev sit1 proto kernel metric 256 fe80::/64 via :: dev sit1 proto kernel metric 256 fe80::/64 dev eth0 proto kernel metric 256 ff00::/8 dev sit1 metric 256 ff00::/8 dev eth0 metric 256 default dev sit1 metric 1

Could you have any filtering in place that might be blocking the traffic? Your IPv6 tunnel is still subject to any of your IPv4 filters, but also if you have any IPv6 filters. Any rejection logs? (assuming your filter logs blocked traffic)

– David

Has Linode been approved by Google?

Can you ping www.morsing.cc?

you're in freemont, no? why are you doing a tunnel instead of the native?

@glg:

you're in freemont, no? why are you doing a tunnel instead of the native?
Check the date of the original post.

@dbb:

@glg:

you're in freemont, no? why are you doing a tunnel instead of the native?
Check the date of the original post.

danged thread necropsy!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct