Dear Batara,

There are a whole bunch of things that seem wrong to
me. Lets start:

1. FA:
There is no Foreign Agent in Mobile IPv6. FA is for
Mobile IPv4 (RFC 3775) But ofcourse this has nothing
to do with your MIPL not working :)

2. RADVD:
Have a look at your statement "MN can get ipv6 address
from HA likewise CN from FA"

Foreign Router (in your case FA :p) should also
advertise a prefix to the MN. Have you done that?

3. Linux Mobile IPv6 How-TO:
The best installation instruction in my openinon can
be found at.

http://gnist.org/~lars/doc/Mobile-IPv6-HOWTO/Mobile-IPv6-HOWTO.html

4. MIP6D on MN:

When you look at the output of MIP6D on MN (in HA
domian). The MN is sending Binding Update Packets.
When MN starts in Home Domain it need not sent Binding
Update. In your case it sends because your MN has a
different Home Address Prefix than the HA. Solution,
try to check your addresses.

5. IPSec:

Apprantly IP Security has been enabled in your
implementation. Have you set the IPSec policies?

If not, then
http://gnist.org/~lars/doc/Mobile-IPv6-HOWTO/Mobile-IPv6-HOWTO.html
helps you do that also.

Best regards n good luck,
Shariq
--- Batara Indra <[EMAIL PROTECTED]> wrote:

> Hi guys,
> 
> I'm doing MIPv6 right now and using
> 
> Hardware:
> 1 MN (Mobile Node)
> 1 HA (Home Agent)
> 1 FA (Foreign Agent)
> 1 CN (Correspondence Node)
> 
> Software:
> MIPv6-2.0.2
> 
> Initially, MN was connected to HA and CN was
> connected to FA.
> MN can get ipv6 address from HA likewise CN from FA.
> 
> I have followed the steps base on Linux Mobile Ipv6
> HOWTO, found in
> www.tldp.org
> all of the ports have been sucessfully pinged.
> **
> then, I run the mipv6 by #mip6d -c /etc/mip6d.conf
> *In HA, it appears:*
>
------------------------------------------------------------------------------------------------------
> 
> [EMAIL PROTECTED] ~]# mip6d start
> 
> mip6d[12679]: MIPL Mobile IPv6 for Linux v2.0.2
> started (Home Agent)
> 
> main: MIPL Mobile IPv6 for Linux started in debug
> mode, not detaching from
> terminal
> 
> conf_show: config_file = /usr/local/etc/mip6d.conf
> 
> conf_show: vt_hostname = localhost
> 
> conf_show: vt_service = 7777
> 
> conf_show: mip6_entity = 2
> 
> 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 = 0
> 
> 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 = disabled
> 
> 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_ha_init: Adding policies and states for HA
> 
> ha_if_addr_setup: Joined anycast group
> 5a10:1:0:0:fdff:ffff:ffff:fffe on
> iface 4
> 
> ha_if_addr_setup: Joined anycast group
> 4a10:1:0:0:fdff:ffff:ffff:fffe on
> iface 5
> 
> mip6d[12679]: terminated (SIGINT)
> 
> terminate: got SIGINT, exiting
> 
> xfrm_ha_cleanup: Deleting policies and states for HA
> 
> xfrm_cn_cleanup: Deleting policies and states for CN
> 
> mip6d[12679]: MIPL Mobile IPv6 for Linux v2.0.2
> stopped (Home Agent)
> 
> [EMAIL PROTECTED] ~]# mip6d start
> 
> mip6d[12716]: MIPL Mobile IPv6 for Linux v2.0.2
> started (Home Agent)
> 
> main: MIPL Mobile IPv6 for Linux started in debug
> mode, not detaching from
> terminal
> 
> conf_show: config_file = /usr/local/etc/mip6d.conf
> 
> conf_show: vt_hostname = localhost
> 
> conf_show: vt_service = 7777
> 
> conf_show: mip6_entity = 2
> 
> 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 = 0
> 
> 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 = disabled
> 
> 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_ha_init: Adding policies and states for HA
> 
> ha_if_addr_setup: Joined anycast group
> 5a10:1:0:0:fdff:ffff:ffff:fffe on
> iface 4
> 
> ha_if_addr_setup: Joined anycast group
> 4a10:1:0:0:fdff:ffff:ffff:fffe on
> iface 5
> 
>
-----------------------------------------------------------------------------------------------------
> 
> *And in MN, it* *appears:*
> 
>
-----------------------------------------------------------------------------------------------------
> 
> [EMAIL PROTECTED] ~]# mip6d start
> 
> mip6d[6988]: MIPL Mobile IPv6 for Linux v2.0.2
> started (Mobile Node)
> 
=== message truncated ===>
_______________________________________________
> mipl mailing list
> [email protected]
>
http://www.mobile-ipv6.org/cgi-bin/mailman/listinfo/mipl


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to