On Sat, 21 Jun 2003, CrPy wrote: > Hi, > > ip_conntrack_tftp.o != ip_conntrack_ftp.o > > You need to activate the module in your kernel config. > > /CrPy>
Well, it seems that it should be there! Maybe some option of uninformative name is missing ... localhost root # ls /lib/modules/2.4.21/kernel/net/ipv4/netfilter|grep ftp ip_conntrack_tftp.o ip_nat_ftp.o ip_nat_tftp.o localhost root # cat /usr/src/linux/.config|grep CONN CONFIG_IP_NF_CONNTRACK=y CONFIG_IP_NF_MATCH_CONNTRACK=m localhost root # cat /usr/src/linux/.config|grep FTP CONFIG_IP_NF_FTP=y CONFIG_IP_NF_TFTP=m CONFIG_IP_NF_NAT_FTP=m CONFIG_IP_NF_NAT_TFTP=m localhost root # ls -l /usr/src total 26844 (...) lrwxr-xr-x 1 root root 12 Jun 20 21:50 linux -> linux-2.4.21 (...) -- Jorge Almeida -- [EMAIL PROTECTED] mailing list
