I am trying to configure IPv6 network first time in my live.
I have got on my main server following interfaces:
br1 Link encap:Ethernet HWaddr 66:ea:5c:99:08:f5
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::64ea:5cff:fe99:8f5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:636 (636.0 B)
eth0 Link encap:Ethernet HWaddr 00:25:90:7a:1b:9c
inet addr:87.106.73.113 Bcast:87.106.73.113 Mask:255.255.255.255
inet6 addr: 2001:8d8:8f3:5700::15:7260/64 Scope:Global
inet6 addr: fe80::225:90ff:fe7a:1b9c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:64808 errors:0 dropped:0 overruns:0 frame:0
TX packets:54414 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:36396559 (34.7 MiB) TX bytes:32748716 (31.2 MiB)
Memory:fb920000-fb940000
and on the virtual server (using xen on main one)
eth0 Link encap:Ethernet HWaddr 00:16:3e:5b:e3:4d
inet addr:192.168.0.4 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::216:3eff:fe5b:e34d/64 Scope:Link
inet6 addr: 2001:8d8:8f3:579c:517e:a55a:f29f:d4c1/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:352 (352.0 B) TX bytes:676 (676.0 B)
Interrupt:25
I have tried add routing on the virtual server by
ip -6 route add default via 2001:8d8:8f3:5700::15:7260 dev eth0
by I still cannot ping via IPv6 (of course I can ping via IPv4).
The virtual server needs to be available from outside and the IPv6 it has to be the external IP for server.
How should I actually configure all routing etc to get this working?