Re: [gentoo-user] iptables error

2006-11-09 Thread Arnau Bria
On Thu, 9 Nov 2006 08:40:12 -0800 Tim Garton wrote: > xt_multiport Oh! I've not looked for the solution yet :-( Thanks a lot! that solved my problem! -- Arnau Bria http://blog.emergetux.net Wiggum: Dispara a las ruedas Lou. Lou: eee, es un tanque jefe. Wiggum: Me tienes hartito con todas

Re: [gentoo-user] iptables error

2006-11-09 Thread Tim Garton
perhaps the multiport module?  (xt_multiport)On 11/9/06, Arnau Bria <[EMAIL PROTECTED]> wrote: On Wed, 8 Nov 2006 10:19:10 -0700Richard Fish wrote:> On 11/8/06, Arnau Bria <[EMAIL PROTECTED]> wrote:> I'd suggest you make a copy of this file and try to identify which > rule from this file is causing

Re: [gentoo-user] iptables error

2006-11-09 Thread Arnau Bria
On Wed, 8 Nov 2006 10:19:10 -0700 Richard Fish wrote: > On 11/8/06, Arnau Bria <[EMAIL PROTECTED]> wrote: > I'd suggest you make a copy of this file and try to identify which > rule from this file is causing the error. It is a plain text file, so > you can comment out (with '#' characters) vario

Re: [gentoo-user] iptables error

2006-11-08 Thread Hans-Werner Hilse
Hi, On Wed, 8 Nov 2006 17:50:13 +0100 Arnau Bria <[EMAIL PROTECTED]> wrote: > On Wed, 8 Nov 2006 17:33:31 +0100 > Arnau Bria wrote: > > > > As iptables is very depending on the kernel's API, did you > > > - change kernel configuration? > > nop. just make oldconfig with default values for new op

Re: [gentoo-user] iptables error

2006-11-08 Thread Richard Fish
On 11/8/06, Arnau Bria <[EMAIL PROTECTED]> wrote: Hi, I've done a kernel upgrade, from 2.6.16 to 17-r8 and my iptables stop working. I get this error: # iptables-restore < /etc/iptables.noviembre getsockopt failed strangely: No such file or directory I'd suggest you make a copy of this file

Re: [gentoo-user] iptables error

2006-11-08 Thread Mike Williams
On Wednesday 08 November 2006 15:29, Arnau Bria wrote: > I get this error: > > # iptables-restore < /etc/iptables.noviembre > getsockopt failed strangely: No such file or directory Whenever I get errors like these my first step is to run the command under strace, then follow the reams of output b

Re: [gentoo-user] iptables error

2006-11-08 Thread Arnau Bria
On Wed, 8 Nov 2006 08:20:48 -0800 Tim Garton wrote: > Perhaps try these modules as well? > > gentoo sbin # lsmod > Module Size Used by > xt_tcpudp 7936 1 > iptable_nat10756 1 > ip_nat 21292 1 iptable_nat > ip_conntrack 51332

Re: [gentoo-user] iptables error

2006-11-08 Thread Arnau Bria
On Wed, 8 Nov 2006 17:33:31 +0100 Arnau Bria wrote: > > As iptables is very depending on the kernel's API, did you > > - change kernel configuration? > nop. just make oldconfig with default values for new options. > > - try re-emerging iptables? I've recompiled iptables and I still have same pro

Re: [gentoo-user] iptables error

2006-11-08 Thread Arnau Bria
On Wed, 8 Nov 2006 17:16:20 +0100 Hans-Werner Hilse wrote: > Hi, > > On Wed, 8 Nov 2006 16:29:45 +0100 Arnau Bria <[EMAIL PROTECTED]> > wrote: > > > I've done a kernel upgrade, from 2.6.16 to 17-r8 and my iptables > > stop working. > > As iptables is very depending on the kernel's API, did you

Re: [gentoo-user] iptables error

2006-11-08 Thread Tim Garton
Perhaps try these modules as well?gentoo sbin # lsmodModule  Size  Used byxt_tcpudp   7936  1 iptable_nat    10756  1 ip_nat 21292  1 iptable_nat ip_conntrack   51332  2 iptable_nat,ip_natiptable_filter  7296  0 ip_tables  

Re: [gentoo-user] iptables error

2006-11-08 Thread Hans-Werner Hilse
Hi, On Wed, 8 Nov 2006 16:29:45 +0100 Arnau Bria <[EMAIL PROTECTED]> wrote: > I've done a kernel upgrade, from 2.6.16 to 17-r8 and my iptables stop > working. As iptables is very depending on the kernel's API, did you - change kernel configuration? - try re-emerging iptables? -hwh -- gentoo-us

[gentoo-user] iptables error

2006-11-08 Thread Arnau Bria
Hi, I've done a kernel upgrade, from 2.6.16 to 17-r8 and my iptables stop working. I get this error: # iptables-restore < /etc/iptables.noviembre getsockopt failed strangely: No such file or directory I have those modules loaded: # lsmod Module Size Used by iptable_filter