Hi everyone,

My question is in the subject.
I've got a MN which connects to diffirents networks through an AP with differents SSID (one for the home network, three foreign networks). The binding process is good when moving to foreign network. But MN doesn't send a BU when returning to the home network.

Here it is the mn.conf :
# This is an example of mip6d Mobile Node configuration file

NodeConfig MN;

## If set to > 0, will not detach from tty
DebugLevel 10;

## Support route optimization with other MNs
DoRouteOptimizationCN enabled;

## Use route optimization with CNs
DoRouteOptimizationMN enabled;

UseCnBuAck enabled;
#SendMobPfxSols true;
#MnDiscardHaParamProb enabled;

Interface "ath0";

#Interface "eth1" {
#       MnIfPreference 2;
#}

#MnRouterProbes 0;

MnHomeLink "ath0" {
        HomeAgentAddress 2001:100::2;
        HomeAddress 2001:100::3/64;

        #               address                 opt.
        #MnRoPolicy     3ffe:2060:6:1::3        enabled;
        #MnRoPolicy                             disabled;


here it is the HA.conf :
# This is an example of mip6d Home Agent configuration file
# BIEN VERIFIER SI LA BONNE INTERFACE A ETE SELECTIONNEE

NodeConfig HA;

## If set to > 0, will not detach from tty
DebugLevel 10;
DoRouteOptimizationCN enabled;
## List of interfaces where we serve as Home Agent
Interface "eth0";
##
## IPsec configuration
##

UseMnHaIPsec disabled



finally, this is the radvd.conf :
interface eth0{

       AdvSendAdvert on;
       MaxRtrAdvInterval 0.5;
       MinRtrAdvInterval 0.3;
       AdvIntervalOpt off;
       AdvHomeAgentFlag on;
       HomeAgentLifetime 10000;
       HomeAgentPreference 20;
       AdvHomeAgentInfo on;

       prefix 2001:100::2/64
       {
               AdvRouterAddr on;
               AdvOnLink on;
               AdvAutonomous on;
               AdvPreferredLifetime 10000 ;
               AdvValidLifetime 12000;
       };

};

In the attached files, you will find :
the script for the daemon configuration onthe MN
the /etc/network/interfaces (I don't think it will really help)


Thank you for your help


Best Regards

Mathieu

_________________________________________________________________
Découvrez Windows Live Messenger : le futur de MSN Messenger ! www.windowslivemessenger.fr

Attachment: interfaces
Description: Binary data

Attachment: confauto_mn.sh
Description: Binary data

_______________________________________________
mipl mailing list
[email protected]
http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl

Reply via email to