I have problems with autoconfiguration, I have configured radvd on the router and it worked fine in a wired interface but when I try to connect to the router through the wireless interface, there`s no autoconfiguration. MN sends router solicitation but no router advertisement is recieved. ¿?
# cat /etc/radvd.conf
interface eth1
{
AdvSendAdvert on;
AdvIntervalOpt on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 4;
AdvHomeAgentFlag off;
prefix 2000:abcd:0:1234::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
};
interface eth1
{
AdvSendAdvert on;
AdvIntervalOpt on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 4;
AdvHomeAgentFlag off;
prefix 2000:abcd:0:1234::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
};
German Gonzalez
_______________________________________________ mipl mailing list [email protected] http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl
