All of lore.kernel.org
 help / color / mirror / Atom feed
* Weird TCP flags?
@ 2003-12-12  4:11 Ian Hunter
  2003-12-12  4:46 ` Jeffrey Laramie
                   ` (4 more replies)
  0 siblings, 5 replies; 28+ messages in thread
From: Ian Hunter @ 2003-12-12  4:11 UTC (permalink / raw)
  To: netfilter

OK, I have a router (lucy) with a webserver (192.168.254.242) in a DMZ (off
eth1), and everything works fine -- when you hit my ip, you get the site,
all is well.  However, I get STORMS of this nonsense in my logs:

Dec 11 22:58:52 lucy kernel: Fwd DMZ->Internet DROP: IN=eth1 OUT=ppp0
SRC=192.168.254.242 DST=204.157.6.223 LEN=60 TOS=0x00 PREC=0x00 TTL=63
ID=56169 DF PROTO=TCP SPT=80 DPT=56319 WINDOW=32476 RES=0x00 ACK SYN URGP=0

(That's responding to these rules at the end of the FORWARD chain of filter
table:)

iptables -A FORWARD -i eth1 -o ppp0 -j LOG --log-prefix "Fwd DMZ->Internet
DROP: "
iptables -A FORWARD -i eth1 -o ppp0 -j DROP


Now if web traffic is working, my "-m state --state ESTABLISHED,RELATED -j
ACCEPT" must be working on forwards from eth1 -> ppp0, so why am I seeing
these messages?  Are these broken TCP connections that netfilter doesn't
consider established?

Where do I look now?

Thanks,

Ian



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

end of thread, other threads:[~2003-12-13 14:57 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-12  4:11 Weird TCP flags? Ian Hunter
2003-12-12  4:46 ` Jeffrey Laramie
2003-12-12  4:52   ` Ian Hunter
2003-12-12  5:20     ` Jeffrey Laramie
2003-12-12  4:51 ` Jeffrey Laramie
     [not found] ` <200312120105.01557.Alistair Tonner <>
2003-12-12 12:26   ` John A. Sullivan III
2003-12-12 13:14     ` Ian Hunter
2003-12-12 13:32       ` John A. Sullivan III
2003-12-12 13:59         ` Antony Stone
2003-12-12 14:50           ` John A. Sullivan III
2003-12-12 14:37             ` Antony Stone
2003-12-12 16:37           ` Ian Hunter
2003-12-12 13:13 ` Chris Brenton
2003-12-12 13:26   ` Ian Hunter
2003-12-12 14:05   ` Jeffrey Laramie
2003-12-12 13:57     ` Antony Stone
2003-12-12 14:21     ` John A. Sullivan III
2003-12-12 14:26     ` Ralf Spenneberg
2003-12-12 14:41       ` Jeffrey Laramie
2003-12-12 14:38         ` Antony Stone
2003-12-12 16:05           ` Jeffrey Laramie
2003-12-12 17:41             ` Chris Brenton
2003-12-12 21:21             ` Antony Stone
2003-12-13 14:00 ` Akos Szalkai
2003-12-13 14:41   ` Antony Stone
2003-12-13 14:50     ` Antony Stone
2003-12-13 14:57       ` Akos Szalkai
2003-12-13 14:53     ` Akos Szalkai

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.