Results 11 to 15 of 15
Well.. so you have your kernel source, am I right?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-19-2007 #11
Well.. so you have your kernel source, am I right?
---------------------------------
Registered Linux User #440311
HI2ARUN _AT_ GMAIL _DOT_ COM
---------------------------------
- 03-19-2007 #12
Do
Under Networking Options, you have CONFIG_NETLINK and CONFIG_RFNETLINK support.Code:make menuconfig
enable those options.
Compile your kernel
Compile modulesCode:make bzImage
Install modulesCode:make modules
Copy bzImage to /boot dirCode:make modules_install
Update your lilo.conf (if LILO) or grub.conf (if GRUB)
If your boot loader is LILO, run lilo and update it
Reboot....---------------------------------
Registered Linux User #440311
HI2ARUN _AT_ GMAIL _DOT_ COM
---------------------------------
- 03-19-2007 #13Just Joined!
- Join Date
- Jul 2006
- Posts
- 70
Hi cyberinstru,
i got kernel source file for kernel-2.6.11-1.1369_FC4.stk16.src.rpm, is it this you mean ??
For the first step, "make menuconfig", in which directory should i type it in terminal ??
May I know what do you mean by under networking options ?? May I know it in which directory ??
How to enable the CONFIG_NETLINK and CONFIG_RFNETLINK ??
- 03-23-2007 #14Just Joined!
- Join Date
- Jul 2006
- Posts
- 70
Hi cyberinstru,
I can catch what you mean after i found a link in internet as below:
http://www.icewalkers.com/Linux/Howt...piling3.1.html
But, I cannot find CONFIG_NETLINK,CONFIG_RTNETLINK, and CONFIG_FILTER after i type "make menuconfig".
May i know is that possible that these 3 CONFIG_NETLINK,CONFIG_RTNETLINK, and CONFIG_FILTER are only avaiable in kernel 2.4.X ??
Is that can you check your kernel whether got these 3 options under networking ??
Currently i am using fedora core 4, kernel 2.6.11-1.1369_FC4.stk16
Please help me if you know it.
Thanks
- 09-21-2008 #15Just Joined!
- Join Date
- Sep 2008
- Posts
- 2
How to create IP-IP tunnel?
Hi Friends,
I am trying to implement Mobile IP using Dynamic Mobile IP client. I am using 3 Linux PCs (HA,FA& MN). When MN is moved from HA to FA, the tunnel is not forming, I tried to go with the above steps mentioned but still tunnel is not coming up. Please advise me in this issue. agents are sending advertisements, tunnel is not coming up.


Reply With Quote
