WinXP machines not getting ipv6 ip from radvd
Shadow Hawkins on Thursday, 20 September 2007 23:12:00
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
Jeroen Massar on Monday, 24 September 2007 01:44:27 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
Shadow Hawkins on Monday, 24 September 2007 12:47:06
Thanks, I also needed to assign an ipv6 ip to my eth0, but it's all working now :)
Posting is only allowed when you are logged in. |