Dear saaidal, Firstly:
You dont get this message 'vt_server_init: VT server listens 127.0.0.1[7777]OK 4' because you havent enabled the vt server while installing the mipl userspace. to install the vt server, you have to write in the user space directory. # CPPFLAGS=-I/usr/src/linux/include ./configure --enable-vt # make # make install And this has nothing to do with your problem of router expire. Secondly (your main problem): I think you are using link address "fec0....". Try changing to global "eg: 2001::1/64". support for link local address has been removed. It should work. rgds, Shariq --- [EMAIL PROTECTED] wrote: > Hi, i'm having a problem with expire router. I had > follow all the instruction the document HOWTO. I > successfully ping all my network (Home Agent, MN and > AR). This is my test bed: > > AR========R+HA MN > > The document test bed said that R and HA is > different machine, but i just combined it, i guess > that is nothing wrong with it. The problem with the > pinging is it only can last about 18-19 minutes (i > do not change to visitnet). After that period, all > the icmp message will return 'Destination > unreachable'. This is my MN message: > > [EMAIL PROTECTED] ~]# mip6d -c /etc/mipv6/mip6d.conf > mip6d[4697]: MIPL Mobile IPv6 for Linux v2.0.2 > started (Mobile Node) > main: MIPL Mobile IPv6 for Linux started in debug > mode, not detaching from terminal > conf_show: config_file = /etc/mipv6/mip6d.conf > conf_show: vt_hostname = localhost > conf_show: vt_service = 7777 > conf_show: mip6_entity = 1 > conf_show: debug_level = 10 > conf_show: PolicyModulePath = [internal] > conf_show: DefaultBindingAclPolicy = 0 > conf_show: NonVolatileBindingCache = disabled > conf_show: KeyMngMobCapability = disabled > conf_show: UseMnHaIPsec = enabled > conf_show: MnMaxHaBindingLife = 262140 > conf_show: MnMaxCnBindingLife = 420 > conf_show: MnRouterProbes = 1 > conf_show: MnRouterProbeTimeout = 0.000000 > conf_show: InitialBindackTimeoutFirstReg = 1.500000 > conf_show: InitialBindackTimeoutReReg = 1.000000 > conf_show: UseCnBuAck = disabled > conf_show: DoRouteOptimizationMN = enabled > conf_show: MnUseAllInterfaces = disabled > conf_show: MnDiscardHaParamProb = enabled > conf_show: SendMobPfxSols = enabled > conf_show: OptimisticHandoff = disabled > conf_show: SendMobPfxAdvs = enabled > conf_show: SendUnsolMobPfxAdvs = enabled > conf_show: MaxMobPfxAdvInterval = 86400 > conf_show: MinMobPfxAdvInterval = 600 > conf_show: HaMaxBindingLife = 262140 > conf_show: DoRouteOptimizationCN = enabled > xfrm_cn_init: Adding policies and states for CN > xfrm_mn_init: Adding policies and states for MN > conf_home_addr_info: HoA address > fec0:106:2700:0:0:0:0:4 > conf_home_addr_info: HA address > fec0:106:2700:0:0:0:0:2 > __tunnel_add: created tunnel ip6tnl1 (6) from > fec0:106:2700:0:0:0:0:4 to fec0:106:2700:0:0:0:0:2 > user count 1 > conf_home_addr_info: Home address > fec0:106:2700:0:0:0:0:4 > flag_hoa: set HoA fec0:106:2700:0:0:0:0:4/128 iif 6 > flags 10 preferred_time 4294967295 valid_time > 4294967295 > conf_home_addr_info: Added new home_addr_info > successfully > __md_discover_router: discover link on iface eth1 > (5) > md_change_default_router: add new router > fe80:0:0:0:204:23ff:fe86:848d on interface eth1 (5) > mn_addr_do_dad: DAD succeeded! > mn_move: 1535 > mn_move: in home net > mv_hoa: move HoA fec0:106:2700:0:0:0:0:4/64 from > iface 6 to 5 > md_expire_router: expiring router > fe80:0:0:0:204:23ff:fe86:848d on iface eth1 (5) > __md_discover_router: discover link on iface eth1 > (5) > __md_discover_router: discover link on iface eth1 > (5) > __md_discover_router: discover link on iface eth1 > (5) > __md_discover_router: discover link on iface eth1 > (5) > __md_discover_router: discover link on iface eth1 > (5) > > > As the mesage show 'md_expire_router: expiring > router fe80...', all the network become unreachable, > but before that it's ok. I just wait and the MN > mentioned 'md_discover_router', but the network > still unreachable 'pinging not successful'. > > And also at my HA, after the /etc/init.d/mip6d > start, it doesnt show > 'vt_server_init: VT server listens 127.0.0.1[7777] > OK 4' > > meaning that it doesn't listen to local host port > 7777, is this has anything to do with that? Your > help is much highly appreciated. > > -------------------------------------- > http://www.um.edu.my > > _______________________________________________ > mipl mailing list > [email protected] > http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl > ____________________________________________________________________________________ Cheap talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. http://voice.yahoo.com _______________________________________________ mipl mailing list [email protected] http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl
