WinXP machines not getting ipv6 ip from radvd
![]()
I have radvd setup on my debian box with the following:
interface eth0
{
AdvSendAdvert on;
prefix 2001:4428:20e::1/48
{
AdvAutonomous on;
AdvOnLink on;
};
};
The daemon is running:
instant:~# ps ax | grep radvd
29380 ? Ss 0:00 /usr/sbin/radvd -u radvd -p /var/run/radvd/radvd.pid
But the 2 windows machines I have here aren't picking up ipv6 ips. One is running zonealarm, the other is running windows firewall. I've tried disabling the firewall to see if it's blocking it, but no joy.
Is there any way I can debug what's happening?
Is there a problem with radvd setup?
Thanks
WinXP machines not getting ipv6 ip from radvd
prefix 2001:4428:20e::1/48
That really should be a /64. See the FAQ on how to provide IPv6 to other hosts in a subnet.
WinXP machines not getting ipv6 ip from radvd
![]()
Thanks, I also needed to assign an ipv6 ip to my eth0, but it's all working now :)
|