Gentoo Archives: gentoo-sparc

From: Leif Sawyer <lsawyer@×××.com>
To: gentoo-sparc@l.g.o
Subject: [gentoo-sparc] iptables doesn't load filter rules
Date: Tue, 28 Nov 2006 21:28:08
Message-Id: 38D04BF3A4B7B2499D19EB1DB54285EA0380807D@FNB1EX01.gci.com
1 recently been trying out the 2.6.18-r{1-3} series of kernels.
2
3 They've been _much_ more stable on my Ultra2 wrt disk access.
4 In fact, I've been able to rebuild my system and bring it up to date,
5 instead
6 of living in 2005-land.
7
8 The only issue I'm seeing is that I can no longer use IPTables.
9
10 wormhole iptables # iptables-restore --verbose --counters <
11 rules-save.limits
12 # Generated by iptables-save v1.3.5 on Wed Oct 25 10:38:51 2006
13 Flushing chain `PREROUTING'
14 Flushing chain `POSTROUTING'
15 Flushing chain `OUTPUT'
16 Flushing chain `Cid4436C759.0'
17 Deleting chain `Cid4436C759.0'
18 # Completed on Wed Oct 25 10:38:51 2006
19 # Generated by iptables-save v1.3.5 on Wed Oct 25 10:38:51 2006
20 Flushing chain `INPUT'
21 Flushing chain `FORWARD'
22 Flushing chain `OUTPUT'
23 getsockopt failed strangely: Invalid argument
24
25 The only thing that iptables is setting up is the nat tables. After that
26 it errors out trying to add the filters.
27
28 wormhole iptables # lsmod | grep -iE 'tab|ipt|ip_|net'
29 iptable_mangle 2048 0
30 ipt_LOG 6216 0
31 ipt_REJECT 4672 0
32 ipt_TOS 1536 0
33 ipt_MASQUERADE 2376 0
34 iptable_filter 1920 0
35 iptable_nat 6148 1
36 ip_nat 14374 2 ipt_MASQUERADE,iptable_nat
37 ip_conntrack 43132 3 ipt_MASQUERADE,iptable_nat,ip_nat
38 nfnetlink 4720 2 ip_nat,ip_conntrack
39 ip_tables 20064 3 iptable_mangle,iptable_filter,iptable_nat
40 x_tables 10888 6
41 ipt_LOG,ipt_REJECT,ipt_TOS,ipt_MASQUERADE,iptable_nat,ip_tables

Attachments

File name MIME type
smime.p7s application/x-pkcs7-signature