Hi,
I'm an idiot. I've got the basic point-to-point stuff up and working, but I'd like to use the RDNS delegation, which requires my using the allocated /64. However, I can't seem to be able to get any traffic going to/from the allocated /64. The host that all this concerns is a machine running Centos out alone in public IPv4 space.
I've tried adding address space for the allocated /64 to eth0 (2001:470:8:4e9::1/64), which shows up fine via ifconfig, but doesn't seem to fix anything.
[21:12:05 ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 40:40:43:CF:8A:AD
inet addr:67.207.138.173 Bcast:67.207.138.255 Mask:255.255.255.0
inet6 addr: fe80::4240:43ff:fecf:8aad/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2570 errors:0 dropped:0 overruns:0 frame:0
TX packets:1802 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:310686 (303.4 KiB) TX bytes:1188505 (1.1 MiB)
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:663 errors:0 dropped:0 overruns:0 frame:0
TX packets:663 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1611517 (1.5 MiB) TX bytes:1611517 (1.5 MiB)
sit0 Link encap:IPv6-in-IPv4
inet6 addr: ::67.207.138.173/96 Scope:Compat
inet6 addr: ::127.0.0.1/96 Scope:Unknown
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: fe80::43cf:8aad/64 Scope:Link
inet6 addr: 2001:470:7:4e9::2/64 Scope:Global
UP POINTOPOINT 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)
[21:23:24 ~]# route -n -A inet6
Kernel IPv6 routing table
Destination Next Hop Flags Metric Ref Use Iface
::1/128 :: U 0 11 1 lo
::67.207.138.173/128 :: U 0 0 1 lo
::127.0.0.1/128 :: U 0 0 1 lo
::/96 :: U 256 0 0 sit0
2001:470:7:4e9::2/128 :: U 0 0 1 lo
2001:470:7:4e9::/64 :: U 256 0 0 sit1
fe80::43cf:8aad/128 :: U 0 0 1 lo
fe80::4240:43ff:fecf:8aad/128 :: U 0 0 1 lo
fe80::/64 :: U 256 0 0 eth0
fe80::/64 :: U 256 0 0 sit1
ff00::/8 :: U 256 0 0 eth0
ff00::/8 :: U 256 0 0 sit1
::/0 :: U 1 0 0 sit1
[21:23:28 ~]# ping6 ipv6.google.com
PING ipv6.google.com(2001:4860:b002::68) 56 data bytes
64 bytes from 2001:4860:b002::68: icmp_seq=0 ttl=61 time=55.0 ms
64 bytes from 2001:4860:b002::68: icmp_seq=1 ttl=61 time=55.2 ms
64 bytes from 2001:4860:b002::68: icmp_seq=2 ttl=61 time=55.2 ms
--- ipv6.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2008ms
rtt min/avg/max/mdev = 55.052/55.196/55.284/0.290 ms, pipe 2
21:24:13 ~]# ping6 2001:470:8:4e9::1
PING 2001:470:8:4e9::1(2001:470:8:4e9::1) 56 data bytes
From 2001:470:7:4e9::1 icmp_seq=0 Destination unreachable: Address unreachable
From 2001:470:7:4e9::1 icmp_seq=1 Destination unreachable: Address unreachable
--- 2001:470:8:4e9::1 ping statistics ---
2 packets transmitted, 0 received, +2 errors, 100% packet loss, time 1003ms
How can I make use of the allocated /64?