All of lore.kernel.org
 help / color / mirror / Atom feed
* iptable 1.2.11 and kernel 2.6.11-1 compatibility issue
@ 2005-06-01 15:05 Thibault Le Meur
  2005-06-01 16:21 ` Taylor, Grant
  0 siblings, 1 reply; 5+ messages in thread
From: Thibault Le Meur @ 2005-06-01 15:05 UTC (permalink / raw)
  To: netfilter

Hi,

I've got a strange behaviour on a Linux Fedora system with:
* kernel : kernel-2.6.11-1.27_FC3
* iptables: iptables-1.2.11-3.1.FC3

On with this kernel the iptables rules on the loopback interface _must_be_
changed from:
iptables -A INPUT  -i lo  -m state --state NEW  -j ACCEPT
iptables -A OUTPUT  -o lo  -m state --state NEW  -j ACCEPT
To:
iptables -A INPUT  -i lo   -s 127.0.0.1 -d 127.0.0.1 -j ACCEPT
iptables -A OUTPUT  -o lo   -s 127.0.0.1 -d 127.0.0.1  -j ACCEPT

Otherwise some trafic on the loopback interface is dropped:
* for instance a simple ssh localhost results in the following log
Jun  1 17:01:52 crikitu kernel: RULE 4 -- DENY IN=lo OUT=
MAC=00:00:00:00:00:00:00:00:00:00:00:00:08:00 SRC=127.0.0.1 DST=127.0.0.1
LEN=75 TOS=0x00 PREC=0x00 TTL=64 ID=54315 DF PROTO=TCP SPT=22 DPT=33769
WINDOW=8192 RES=0x00 ACK PSH URGP=0

Note that this modification wasn't necessary with my old kernel
(kernel-2.6.11-1.14_FC3).

A bug is already opened on the Fedora's bugzilla
(https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=158710) but I'd like
to know if anyone here has an idea of what is occurring.
Is it a known issue? If this is not the best list to ask for this, is there
a better list to get support from?

Thank you in advance.
Thibault.




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

end of thread, other threads:[~2005-06-02  8:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-01 15:05 iptable 1.2.11 and kernel 2.6.11-1 compatibility issue Thibault Le Meur
2005-06-01 16:21 ` Taylor, Grant
2005-06-01 16:46   ` RE : " Thibault Le Meur
2005-06-01 17:45     ` Taylor, Grant
2005-06-02  8:54   ` Thibault Le Meur

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.