[gentoo-user] Re: Change in kernel netfilter config causes an error

2006-05-01 Thread Edwin Kapauni
Graham Murray wrote: > [...] > ip6tables -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT > [...] That's what I am trying to do, but ... ~ # ip6tables -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT ip6tables v1.3.4: Couldn't load match `state':/lib/iptables/libip6t_state.so: cannot o

[gentoo-user] Re: Change in kernel netfilter config causes an error

2006-05-01 Thread Edwin Kapauni
Mick wrote: >> [...] >> Could you point me to the right kernel option to search for? >> -- >> Edwin > > I will Edwin, but only if you start your own thread relevant to your > problem, which as it happens is totally irrelevant to mine. Of course. Sorry :-( for threadnapping! -- gentoo-user@gen

[gentoo-user] Re: Change in kernel netfilter config causes an error

2006-05-01 Thread Mick
On 01/05/06, Toby Cubitt <[EMAIL PROTECTED]> wrote: Bingo! Your fw_script.sh contains (line 72): iptables -t nat -F POSTROUTING which fails because you haven't compiled NAT into your kernel. Comment it out and hopefully your script will work. Thanks again Toby. I thought that amidst the man

Re: [gentoo-user] Re: Change in kernel netfilter config causes an error

2006-05-01 Thread Mick
On 01/05/06, Edwin Kapauni <[EMAIL PROTECTED]> wrote: Graham Murray wrote: > [...] > ip6tables -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT > [...] That's what I am trying to do, but ... ~ # ip6tables -p tcp -m state --state RELATED,ESTABLISHED -j ACCEPT ip6tables v1.3.4: Couldn't loa

Re: [gentoo-user] Re: Change in kernel netfilter config causes an error

2006-05-01 Thread Toby Cubitt
On Mon, May 01, 2006 at 09:10:29PM +0200, Mick wrote: > On 01/05/06, Toby Cubitt <[EMAIL PROTECTED]> wrote: > > >Bingo! Your fw_script.sh contains (line 72): > > > >iptables -t nat -F POSTROUTING > > > >which fails because you haven't compiled NAT into your kernel. Comment > >it out and hopefully