Hi,
Skull [mailto:[EMAIL PROTECTED]] wrote:
>
>Yes... To avoid any kind of misunderstanding during the configuration,
>this is what I did:
>- I downloaded a 2.4.18-vanilla tarball
>- I've checked out thru CVS the entire netfilter/userspace repository
>directory
>- I launched the make patch-o-matic
>
Just out of curiosity:
Can you tell me how you applied newnat then without taking extra
steps? I just tried 2.4.18 and cvs netfilter, and newnat doesn't
apply to 2.4.18 anymore from just running patch-o-matic.
>The only problem happens when it tries to install the tftp-conntrack
>helper (that was what I really needed from all this thing... damn...):
>it comes out with:
>
>Testing patch extra/tftp-conntrack-nat.patch...
> Placed new Config.in line
> Placed new Config.in line
> Placed new Configure.help entry
> Placed new Makefile line
>Could not find place to slot in Makefile line
>TEST FAILED: patch NOT applied.
>
>
>And this is not such a verbose comment if I need to understand where the
>problem is :-)
>
Well, it does show you something useful: it fails on the Makefile,
which is fairly trivial to fix manually. My guess is that you've also
applied patches for additional connection tracking helpers.
Why don't you force to apply the patch anyway with patch-o-matic, and
then take a look at the reject file
(/path/to/linux/src/net/ipv4/netfilter/Makefile.rej) and manually
adjust the Makefile from it.
You really only need to add:
obj-$(CONFIG_IP_NF_TFTP) += ip_conntrack_tftp.o
obj-$(CONFIG_IP_NF_NAT_TFTP) += ip_nat_tftp.o
somewhere :-)
Regards,
Filip
Title: RE: tftp conntrack
- tftp conntrack Skull
- RE: tftp conntrack Sneppe Filip
- Re: tftp conntrack Skull
- Re: tftp conntrack Skull
- Sneppe Filip
