Gentoo Archives: gentoo-user

From: Tim Garton <garton.tim@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] iptables error
Date: Wed, 08 Nov 2006 16:31:28
Message-Id: 8fcf3b560611080820od1d2645y25633ec62499ab33@mail.gmail.com
In Reply to: [gentoo-user] iptables error by Arnau Bria
1 Perhaps try these modules as well?
2
3 gentoo sbin # lsmod
4 Module Size Used by
5 xt_tcpudp 7936 1
6 iptable_nat 10756 1
7 ip_nat 21292 1 iptable_nat
8 ip_conntrack 51332 2 iptable_nat,ip_nat
9 iptable_filter 7296 0
10 ip_tables 22760 2 iptable_nat,iptable_filter
11 x_tables 18568 3 xt_tcpudp,iptable_nat,ip_tables
12
13 Tim
14
15 On 11/8/06, Arnau Bria <arnau@×××××××××.net> wrote:
16 >
17 > Hi,
18 >
19 > I've done a kernel upgrade, from 2.6.16 to 17-r8 and my iptables stop
20 > working.
21 >
22 > I get this error:
23 >
24 > # iptables-restore < /etc/iptables.noviembre
25 > getsockopt failed strangely: No such file or directory
26 >
27 > I have those modules loaded:
28 >
29 > # lsmod
30 > Module Size Used by
31 > iptable_filter 3968 0
32 > ip_tables 14436 1 iptable_filter
33 > x_tables 14980 1 ip_tables
34 >
35 > is there anything missing? It worked fine with old kernel...
36 >
37 > cheers!
38 > --
39 > Arnau Bria
40 > http://blog.emergetux.net
41 > Wiggum: Dispara a las ruedas Lou.
42 > Lou: eee, es un tanque jefe.
43 > Wiggum: Me tienes hartito con todas tus excusas.
44 > --
45 > gentoo-user@g.o mailing list
46 >
47 >

Replies

Subject Author
Re: [gentoo-user] iptables error Arnau Bria <arnau@×××××××××.net>