Title: RE: insmod ip_nat_tftp probs !

Arindam Haldar [mailto:[EMAIL PROTECTED]] wrote:
>
>while insmod IP_nat_tftp  got the following error
>
>[root@mytst root]# insmod ip_nat_tftp
>Using /lib/modules/2.4.18/kernel/net/ipv4/netfilter/ip_nat_tftp.o
>/lib/modules/2.4.18/kernel/net/ipv4/netfilter/ip_nat_tftp.o: unresolved
>symbol DUMP_TUPLE_RAW
>[root@mytst root]# lsmod
>Module                  Size  Used by
>iptable_nat            21136   0  (unused)
>ip_conntrack_tftp       1776   0  (unused)
>ipt_helper               672   0  (unused)
>ip_conntrack           24592   3  [iptable_nat ip_conntrack_tftp ipt_helper]
>ip_tables              13344   4  [iptable_nat ipt_helper]
>apm                    10880   1
>tulip                  37424   1
>floppy                 52144   0  (autoclean)
>ext3                   62032   6  (autoclean)
>jbd                    37456   6  (autoclean) [ext3]
>[root@mytst root]#
>
>how to resolve the symbol DUMP_TUPLE_RAW ??
>

Hi,

I take it you are running 2.4.18. What version of iptables are you running ?
What other stuff did you use from patch-o-matic ?

Here's a theory:
The DUMP_TUPLE_RAW macro got added by Harald Welte when he modified
the original tftp helper for the newnat framework. I'm pretty sure it
wasn't in the tftp helper patch from the original author.
So you have patched your 2.4.18 kernel with a version of the tftp
helper that requires newnat. My guess is you didn't apply the newnat
patch from p-o-m.

Regards,
Filip





Reply via email to