From: Andrew Morton <akpm@osdl.org>
To: netdev@oss.sgi.com
Cc: selecter@spray.se
Subject: Fw: [Bugme-new] [Bug 4131] New: iptables rules don't work correctly in 2.6.11-rc2-bk7
Date: Sat, 29 Jan 2005 23:48:32 -0800 [thread overview]
Message-ID: <20050129234832.53c6f763.akpm@osdl.org> (raw)
Begin forwarded message:
Date: Sat, 29 Jan 2005 23:46:15 -0800
From: bugme-daemon@osdl.org
To: bugme-new@lists.osdl.org
Subject: [Bugme-new] [Bug 4131] New: iptables rules don't work correctly in 2.6.11-rc2-bk7
http://bugme.osdl.org/show_bug.cgi?id=4131
Summary: iptables rules don't work correctly in 2.6.11-rc2-bk7
Kernel Version: 2.6.11-rc2-bk7
Status: NEW
Severity: high
Owner: laforge@gnumonks.org
Submitter: selecter@spray.se
I am using vanilla kernel 2.6.10 as stable one. I got script that run on every
system startup:
#!/bin/bash
for table in INPUT OUTPUT FORWARD ; do
iptables -P $table DROP
done
iptables -F
iptables -A INPUT -p all -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -s 127.0.0.1 -d 127.0.0.1 -p ALL -j ACCEPT
iptables -A OUTPUT -p ALL -j ACCEPT
On 2.6.10 NETWORK is accessible.
On 2.6.11-rc2-bk7 NETWORK is __NOT__ accessible (just after flushing iptables
and setting ACCEPT on INPUT and OUTPUT I got connection)
# iptables -A INPUT -p all -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables: No chain/target/match by that name
Was used the same kernelconfig. Gonna check again
cat /proc/net/ip_tables* | grep state returns nothing
Also I can't see connection state match support in menuconfig
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
next reply other threads:[~2005-01-30 7:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-30 7:48 Andrew Morton [this message]
2005-01-31 3:39 ` Fw: [Bugme-new] [Bug 4131] New: iptables rules don't work correctly in 2.6.11-rc2-bk7 Rusty Russell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050129234832.53c6f763.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=netdev@oss.sgi.com \
--cc=selecter@spray.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).