Hi! i have the next problem with the IPsec options, without ipsec the
mobility works fine :D, 

The MN change of network and sends a Binding Update(with IPsec enabled)
and the HA response with the Bingind Update Ack, at that moment the MN
can not send more ping6 to any places, allways its the same error:

$:ping6 2007:106:5555::2
connect: Operation not permited

the Home Agent configuration file likes :
NodeConfig HA;
DebugLevel 10;
Interface "eth0";
SendMobPfxAdvs disabled;
UseMnHaIPsec enabled;

DoRouteOptimizationMN enabled;

KeyMngMobCapability disabled;

IPsecPolicySet {
        HomeAgentAddress 2007:106:2700::2;
        HomeAddress 2007:106:2700::2/64;

        IPsecPolicy HomeRegBinding UseESP 1 1;
}


and the MN configuration file looks like:

NodeConfig MN;
DebugLevel 10;
DoRouteOptimizationMN enabled;
DoRouteOptimizationCN enabled;
SendMobPfxSols disabled;

Interface "eth0";

MnHomeLink "eth0" {
        HomeAgentAddress 2007:106:2700::2;
        HomeAddress 2007:106:2700::4/64;
}

UseMnHaIPsec enabled;

IPsecPolicySet {
        HomeAgentAddress 2007:106:2700::2;
        HomeAddress 2007:106:2700::4/64;

        IPsecPolicy HomeRegBinding UseESP 1 1;
}

any one have and idea about the problem? thx!



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

Reply via email to