Hello,
When you bring an interface up, a Router Solicitation is sent via the
new interface, and your router replies with a Router Advertisement.
If you do not want such behaviour, either you configure your node to not
send RS (see /proc/sys/net/ipv6/conf/*/router_solicitations), or your
router to not reply to RS.
Regards,
--
Romain KUNTZ
[EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
Hello,
I installded radvd and it was working fine. However, i later realized
that as soon as i bring an interface up, it autoconfigures its address
right away even if the interval for radvd is [60,80] seconds.
Below is my configurations file for the radvd. Please provide some
feedback if you see any problems with it.
In addition, when i type "radvdump", it dumps the advertisements in the
expected time, but when i bring an interface up, i see a dump even if
one just occured just few seconds ago.
Please let me know if this has already occured to you and what was the
solution you used.
# foreign router
interface eth1
{
AdvSendAdvert on;
AdvManagedFlag off;
AdvOtherConfigFlag off;
MinRtrAdvInterval 60;
MaxRtrAdvInterval 80;
AdvIntervalOpt on;
prefix 2001:0:0:1::/64 {
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
};
# This is to advertise an HA
interface eth2
{ AdvSendAdvert on;
AdvMangedFlag off;
AdvOtherConfigFlag off;
AdvHomeAgentFlag on;
AdvHomeAgentInfo on;
MinRtrAdvInterval 60;
MaxRtrAdvInterval 80;
HomeAgentPreference 10;
AdvIntervalOpt on;
Prefix 2001:0:0:2::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
};
-----------------------------------------
Thanks a lot.
_______________________________________________
mipl mailing list
[email protected]
http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl
_______________________________________________
mipl mailing list
[email protected]
http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl