[EMAIL PROTECTED]:/etc# cat radvd.conf
# goliath 192.168.1.1 / 2001:0220:1404:1::1
interface eth2
{
AdvSendAdvert on;
AdvIntervalOpt on;
MinRtrAdvInterval 1;
MaxRtrAdvInterval 3;
AdvHomeAgentFlag off;
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
};
[EMAIL PROTECTED]:/usr/local/etc# cat mip6d.conf
NodeConfig HA;
Interface "eth2";
3. mip6d.conf (for correspondent node)
[EMAIL PROTECTED]:/usr/local/etc# cat mip6d.conf
# This is an example of mip6d Correspondent Node configuration file
NodeConfig CN;
## If set to > 0, will not detach from tty
DebugLevel 0;
## Support route optimization with MNs
DoRouteOptimizationCN enabled;
4. mip6d.conf (for mobile node)
[EMAIL PROTECTED]:/etc# cat mip6d.conf
NodeConfig MN;
## If set to > 0, will not detach from tty
DebugLevel 0;
## Support route optimization with other MNs
DoRouteOptimizationCN disabled;
## Use route optimization with CNs
DoRouteOptimizationMN disabled;
SendMobPfxSols enabled;
UseCnBuAck disabled;
MnDiscardHaParamProb disabled;
Interface "eth1";
MnRouterProbes 1;
MnHomeLink "eth1" {
HomeAgentAddress 2001:0220:1404:3::1;
HomeAddress 2001:0220:1404:3::101/64;
}
##
## IPsec configuration
##
UseMnHaIPsec disabled;
Please, check above configuration files related mipl and radvd.
Cheers.
Dear colleague,Thank you very much for your advice. I have checked my testbed according to them. MN works well when it does as a fixed node and radvd on Home Agent goes well, too. But the problem still exists.Could you please tell me how to start the HA and MN correctlly, is there any information that can indicate I am right? I suspect whether there is something wrong with my configuration file, will you please offer me an example?Thank you very much!
Dear colleague.Please, check the following sentance.1.1 Can The mobile node send any messages by routing tables when the mobile node does as a fixed node?1.2 According to your log file of mobile node, you have some problems because the last line in the log file seems that the mobile node is stopped by some problems.2.1 Did you enable a radvd daemon on home agent?2.2 Does the radvd go well?Cheers.
--
Internet Management Technology Lab, Sungkyunkwan University.
Jong-Hyouk Lee.
#email: jonghyouk (at) gmail (dot) com
#webpage: http://www.hurryon.org
_______________________________________________ mipl mailing list [email protected] http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl
