[support] Need help in kernel crash in MR.

satya sahu satya0675 at gmail.com
Mon Dec 29 21:25:20 JST 2008


Hi all ,


I  am facing a problem while setting up ipv6-ipv4 network using UMIP0.4 and
kernel version-2.6.24. kernel panic occured while switching between ipv6
network to ipv4 network(frequently occurs).

while debugging i found that it is in kernel ipv6 routing part (dst_destroy
symbol in kernel). for detail stack strace please find the attached
kernel_panic file.


UMIP0.4 and kernel -2.6.24 is pacthed against the instruction given in
http://perso.crans.org/kiennd/Mobinet/Readme.DSMIPv6 and
http://perso.crans.org/kiennd/Mobinet/README.


Any information regarding this highly appreciable.


Setup :
MNN----------->MR----------->HA
                                                      |
                                                      |-------------------
AR1(IPV4-network)
                                                      |
                                                      |
                                                      |

|--------------------AR2(IPV6
network)


*configuration of mip6d in MR: *

 # This is an example of mip6d NEMO enabled Mobile Router configuration file
   NodeConfig MN;
   DebugLevel 10;
   DoRouteOptimizationCN disabled;
   DoRouteOptimizationMN disabled;
   UseCnBuAck disabled;
   # We use Explicit Mode
   MobRtrUseExplicitMode enabled;
   # Enable Optimistic Handovers
   OptimisticHandoff enabled;
   # The Binding Lifetime, for example 32 seconds
   MnMaxHaBindingLife 32;
   #--DSMIPV6 specific--#
   MnUseDsmip6 enabled;
   #--IPv4 traffic support specific--#
   MnSupportIPv4Traffic enabled;
   # Replace eth1 with your egress interface
   # (the one connected to the Home Link or Foreign Link)
   Interface "eth1" {
        MnIfPreference 1;
        # Specify if this interface should use DHCP to get an IPv4 CoA
        UseDhcp enabled;
   }
   # Replace eth1 with your egress interface
   MnHomeLink "eth1" {
        IsMobRtr enabled;
        HomeAgentAddress 2001:a:b:0::1000;
        HomeAgentV4Address 192.168.1.70;
        HomeAddress 2001:a:b:0::1/64 (2001:a:b:1::/64);
        HomeV4Address 192.168.1.18/24 (192.168.17.0/24);
   }
   # IPsec configuration - NO IPSEC AT THE MOMENT
   UseMnHaIPsec disabled;
   KeyMngMobCapability disabled;
   # EOF

*configuration of mip6d in HA:*

# This is an example of mip6d NEMO enabled Home Agent configuration file
NodeConfig HA;
# Set DebugLevel to 0 if you do not want debug messages
DebugLevel 10;
# Replace eth1 with the interface connected to the HOME LINK
Interface "eth1";
HaAcceptMobRtr enabled;
SendMobPfxAdvs disabled;
SendUnsolMobPfxAdvs disabled;
#--DSMIPv6 specific--#
HaAcceptDsmip6 enabled;
HomeAgentV4Address 192.168.1.70;
# MNP configuration
HaServedPrefix 2001:a:b:0::/64;
BindingAclPolicy 2001:a:b:0::1 (2001:a:b:1::/64) allow;
DefaultBindingAclPolicy deny;
HaAcceptIPv4Traffic 192.168.1.18 (192.168.17.0/24);
# IPsec configuration - NO IPSEC AT THE MOMENT
UseMnHaIPsec disabled;
KeyMngMobCapability disabled;
# EOF



-regards
satya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://ml.nautilus6.org/pipermail/support/attachments/20081229/95dedcf4/attachment-0002.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kernel_panic.JPG
Type: image/jpeg
Size: 164603 bytes
Desc: not available
Url : http://ml.nautilus6.org/pipermail/support/attachments/20081229/95dedcf4/attachment.jpeg 


More information about the Support mailing list