In article <(E-Mail Removed)>, Paul S wrote:
> Has anyone been able to get H.323 working with NAT/iptables? I am trying to
> patch the new Redhat kernel (2.4.20-20.9) with the Netfilter patch-o-matic,
> and I'm getting the following:
>
> Do you want to apply this patch [N/y/t/f/a/r/b/w/q/?] y
> Testing patch extra/h323-conntrack-nat.patch...
> Placed new Config.in line
> Placed new Config.in line
> Placed new Configure.help entry
> Placed new Makefile line
> Placed new ip_conntrack.h line
> Placed new ip_conntrack.h line
> Placed new ip_conntrack.h line
> Failed to patch copy of /usr/src/linux
> TEST FAILED: patch NOT applied.
>
> [Press enter to continue]
>
> Anyone have any ideas?
>
This normally happens and usually on the h323 module. Once you apply the
patch (force it) 'cd' to the linux kernel source tree and type:
find . -name '*.rej'
there it will list what failed. You will have to edit the files mannually to
force them in. Alternatively if you do not mind 'one or two' extra patches
look at
http://digriz.org.uk/ its my kernel patch which includes them.
Regards
Alex