[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02281) Re: why a IPv6 host keep sending RS packet to all-router multicast ad dress?
- To: <usagi-users@xxxxxxxxxxxxxx>
- Subject: (usagi-users 02281) Re: why a IPv6 host keep sending RS packet to all-router multicast ad dress?
- From: "IDA Hiromu" <hider@xxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Mar 2003 19:53:52 +0900
- References: <957BD1C2BF3CD411B6C500A0C944CA26033AFF61@pdsmsx32.pd.intel.com>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Hi, Michael.
| About every 10 seconds, it will send a RS packet to the muliticast address
| of all-router. Could anybody give me a hint why it is trying to do so?
Don't you enable MobileIPv6 on kernel configuration of your host ?
* If you don't use, following has no relation. Excuse me.
Is your router's MaxRtrAdvInterval number less than or equal to 5 ?
* check /etc/radvd.conf ( I use RedHat 7.3 )
Default RS packet polling time of host(MN) is 5(DEF_RTR_POLL_IVAL),
so if Router Advertisement slightly delayed, MN would send RS again.
Change MaxRtrAdvInterval to short, or MN's default polling time to long.
(DEF_RTR_POLL_IVAL in usagi/kernel/linux24/net/ipv6/mobile_ip6/mdetect.c )
Regard