no ctnetlink kernel support

Discussion in 'Installation/Configuration' started by seblo, Aug 22, 2007.

  1. seblo

    seblo New Member

    i,

    I try to setup a conntrackd but I am stucked:
    Code:

    [Wed Aug 22 16:47:49 2007] (pid=13629) --- starting in console mode ---
    [Wed Aug 22 16:47:50 2007] (pid=13629) [FAIL] can't open netlink handler! no ctnetlink kernel support?

    I serched for ctnetlink but I found either modules that didn't fit or .c files, and I also looked in the menuconfig but I didn't find it... I don't know what it is and I don't know how to get it? Has anybody an idea?

    thanks,
    seb.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    If you don't find it in menuconfig, then I guess that you have to patch the kernel first... What's your kernel version?
     
  3. seblo

    seblo New Member

    hi, I am using the 2.6.22.1
    I never patched a kernel, could you explain how it could be done?

    thanks
     
  4. falko

    falko Super Moderator Howtoforge Staff

    I have googled a bit, and I think that ctnetlink support is now included in the kernel. Are you sure there was no such option during make menuconfig?

    What's the output of
    Code:
    grep -i ctnetlink /boot/config-`uname -r`
    ?
     

Share This Page