Re: 2.6.20 and IP_CONNTRACK_FTP



On Thursday 22 February 2007, debian-user-digest-request@xxxxxxxxxxxxxxxx
wrote:
Compiled it taking all the defaults on new features. It boots just fine
but has fatal ip_tables errors over and over missing this item. Cannot
connect to internet.

Any ideas? Do I need this and why?

Google had something about setting: modprobe ip_conntrack_ftp
ports=21,2121 if compiled as a module. So I set the previously unset
constant=m and am recompiling. Where would I specify the modprobe
arguments?

I ran into this compiling 2.6.20 with the .config of 2.6.19 and FireHol
complained as you describe.

I changed the .config as follows:

diff .config.2.6.20 .config.2.6.19.1.ck2

...
390,393d380
< CONFIG_NF_CONNTRACK_ENABLED=m
< # CONFIG_NF_CONNTRACK_SUPPORT is not set
< CONFIG_IP_NF_CONNTRACK_SUPPORT=y
< CONFIG_IP_NF_CONNTRACK=m
399d385
< # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
420d405
< # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
424a410
 > CONFIG_IP_NF_CONNTRACK=m
447a434
 > # CONFIG_IP_NF_MATCH_HASHLIMIT is not set
460d446
< CONFIG_IP_NF_NAT_FTP=m
461a448
 > CONFIG_IP_NF_NAT_FTP=m

oooh!
there are entries for CONFIG_NF_CONNTRACK ....
there are also entries for CONFIG_IP_NF_CONNTRACK !!

So ... I set the ones like you have <
Try to recompile :-)



Relevant Pages

  • WCF length quota (16384) has been exceeded while reading XML data.
    ... However the poster failed to say WHERE to put these entries and WHICH CONFIG ... Set to false before deployment to ... to avoid disclosing exception information --> ...
    (microsoft.public.dotnet.framework.webservices)
  • Crash with new bind/host cmds on -CURRENT (poss. runq_remove?)
    ... although I'm still compiling it for pentium by ... but the kernel I compiled on 21st ... I haven't included the config file ... but it's a fairly standard SMP ...
    (freebsd-current)
  • Intel Pro/1000 82540 Ethernet, was RE: SuperMicro X5DEI-GG
    ... times before the keyboard becomes completely unresponsive. ... > MP Config Base Table Entries: ... > MP Config Extended Table Entries: ... > Compatibility Bus Address ...
    (freebsd-net)
  • Cant boot 2.6.1-mm4 or -mm5
    ... compiling and booting -mm4 or ... -mm5 with the same config as before. ... Boot and source directories are different if this matters. ...
    (Linux-Kernel)
  • Re: 2.6.20 and IP_CONNTRACK_FTP
    ... I ran into this compiling 2.6.20 with the .config of 2.6.19 and FireHol ... there are also entries for CONFIG_IP_NF_CONNTRACK!! ... And I'm still ignorant. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)

Loading