All of lore.kernel.org
 help / color / mirror / Atom feed
* Fw: [Bugme-new] [Bug 4131] New: iptables rules don't work correctly in 2.6.11-rc2-bk7
@ 2005-01-30  7:48 Andrew Morton
  2005-01-31  3:39 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2005-01-30  7:48 UTC (permalink / raw)
  To: netdev; +Cc: selecter



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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fw: [Bugme-new] [Bug 4131] New: iptables rules don't work correctly in 2.6.11-rc2-bk7
  2005-01-30  7:48 Fw: [Bugme-new] [Bug 4131] New: iptables rules don't work correctly in 2.6.11-rc2-bk7 Andrew Morton
@ 2005-01-31  3:39 ` Rusty Russell
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2005-01-31  3:39 UTC (permalink / raw)
  To: Andrew Morton; +Cc: netdev, selecter

On Sat, 2005-01-29 at 23:48 -0800, Andrew Morton wrote:
> Also I can't see connection state match support in menuconfig

Well, that would do it.  Do you have connection tracking configured in?
Otherwise you won't get asked for state.

Rusty.
-- 
A bad analogy is like a leaky screwdriver -- Richard Braakman

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-31  3:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-30  7:48 Fw: [Bugme-new] [Bug 4131] New: iptables rules don't work correctly in 2.6.11-rc2-bk7 Andrew Morton
2005-01-31  3:39 ` Rusty Russell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.