| Author |
Message |
Kudu
Joined: 28 Apr 2011
Posts: 2
|
| Posted: Thu Apr 28, 2011 8:38 pm Post subject: Can't use IPv6 |
|
|
Code: 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
Code: 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? |
|
| Back to top |
|
OverlordQ
Joined: 04 Jun 2004
Posts: 312
|
| Posted: Fri Apr 29, 2011 1:46 pm Post subject: |
|
|
output of
Code: ip -6 route |
|
| Back to top |
|
Kudu
Joined: 28 Apr 2011
Posts: 2
|
| Posted: Fri Apr 29, 2011 5:55 pm Post subject: |
|
|
Code: 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 |
|
| Back to top |
|
db3l
Joined: 13 May 2009
Posts: 556
|
| Posted: Fri Apr 29, 2011 7:18 pm Post subject: |
|
|
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 |
|
| Back to top |
|
morsing
Joined: 07 Sep 2010
Posts: 4
|
| Posted: Thu May 12, 2011 2:02 pm Post subject: |
|
|
Has Linode been approved by Google?
Can you ping www.morsing.cc? |
|
| Back to top |
|
glg
Joined: 09 Jan 2009
Posts: 505
|
| Posted: Thu May 12, 2011 8:14 pm Post subject: |
|
|
| you're in freemont, no? why are you doing a tunnel instead of the native? |
|
| Back to top |
|
dbb
Joined: 12 Aug 2008
Posts: 55
|
| Posted: Thu May 12, 2011 8:16 pm Post subject: |
|
|
glg wrote: you're in freemont, no? why are you doing a tunnel instead of the native?
Check the date of the original post. |
|
| Back to top |
|
glg
Joined: 09 Jan 2009
Posts: 505
|
| Posted: Thu May 12, 2011 8:19 pm Post subject: |
|
|
dbb wrote: glg wrote: 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! |
|
| Back to top |
|
| |