IPV6 Again

Ghaelito

New Member
Sep 28, 2012
2
0
1
Hi! Im reading post and trying to configure my machines and CTs whit IPv6, but i can't:

My dedicated server IP range is: 2001:41d0:2:69d1::/64

I use this in the server host:
Code:
[/FONT][/COLOR][COLOR=#000000][FONT=verdana]! /bin/sh[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]ip -6 ro add 2001:41d0:2:69ff::/64 dev vmbr0[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]ip -6 ro add default via 2001:41d0:2:69FF:FF:FF:FF:FF dev vmbr0[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]# sysctl -w net.ipv6.conf.all.proxy_ndp=1 
I edit 
/etc/sysctl.conf 
and add 
net.ipv6.conf.all.proxy_ndp = 1 
[/FONT][/COLOR]and then I use this:
[COLOR=#000000][FONT=verdana]ip -6 neigh add proxy 2001:41d0:2:69D1::1 dev vmbr0[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]ip -6 neigh add proxy 2001:41d0:2:69D1::5 dev vmbr0[/FONT][/COLOR][COLOR=#000000][FONT=verdana]
and this:
[/FONT][/COLOR]vzctl set 108 --ipadd 2001:41D0:2:69d1::1 --save[COLOR=#000000][FONT=verdana]

Now I can ping
2001:41d0:2:69D1::1 and 2001:41d0:2:69FF:FF:FF:FF:FF from the host and can ping ipv6.gamemmo.es(with AAAA record at 2001:41d0:2:69D1::1), but when I try to ping ipv6.google.com says: From fe80::224:c3ff:fe84:400 icmp_seq=1 Destination unreachable: Beyond scope of source address

Ok, I go to the CT 108 and try to ping
2001:41d0:2:69FF:FF:FF:FF:FF and nothing, but I can ping 2001:41d0:2:69D1::1 and can not ipv6.gamemmo.es or ipv6.google.com

If i try to ping from the exterior, I can ping
2001:41d0:2:69FF:FF:FF:FF:FF but I can't 2001:41d0:2:69D1::1 or ipv6.gamemmo.es


Note: I not assing
2001:41d0:2:69D1::5 to CT, then I can not ping this xD



Thank You and sorry for my VERY BAD english!!