A copy of your routing tables and ifconfig would be helpful.
I have included them below, its odd though because I see no IPv6 routing data even though I can use "ping6 ipv6.google.com" with success and get responses, is there some different command for ipv6 routing data? Thanks.
[root@1 ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:3E:01:03:16
inet addr:173.234.9.77 Bcast:173.234.9.127 Mask:255.255.255.128
inet6 addr: 2001:470:1f07:bdd:216:3eff:fe01:316/64 Scope:Global
inet6 addr: fe80::216:3eff:fe01:316/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:100280 errors:0 dropped:0 overruns:0 frame:0
TX packets:5740 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6862589 (6.5 MiB) TX bytes:2510599 (2.3 MiB)
he-ipv6 Link encap:IPv6-in-IPv4
inet6 addr: 2001:470:7:920::2/64 Scope:Global
inet6 addr: fe80::adea:94d/128 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1
RX packets:13 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:1352 (1.3 KiB) TX bytes:0 (0.0 b)
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:2004 errors:0 dropped:0 overruns:0 frame:0
TX packets:2004 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:354554 (346.2 KiB) TX bytes:354554 (346.2 KiB)
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.100.200.1 P-t-P:10.100.200.2 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 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:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
virbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:38 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:7665 (7.4 KiB)
[root@1 ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.100.200.2 * 255.255.255.255 UH 0 0 0 tun0
173.234.9.0 * 255.255.255.128 U 0 0 0 eth0
10.100.200.0 10.100.200.2 255.255.255.0 UG 0 0 0 tun0
192.168.122.0 * 255.255.255.0 U 0 0 0 virbr0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default 173.234.9.1.rdn 0.0.0.0 UG 0 0 0 eth0
[root@1 ~]#