From: "Andrew S. Johnson" <andy@asjohnson.com>
To: netfilter@lists.netfilter.org
Subject: Many not-new hits from port 80 when surfing their site
Date: Mon, 29 Dec 2003 01:11:30 -0600 [thread overview]
Message-ID: <200312290111.30422.andy@asjohnson.com> (raw)
Several times now, I have seen a lot of entries in syslog which
seem to be associated with browsing a particular site, but for
some reason get dropped as "not-new". For example, when
browsing the thinkgeek site, messages like this appear maybe
50 times, with slightly different destination port numbers:
Dec 29 06:39:45 IPTABLES NOT-NEW-IN: SRC=66.35.250.160 \
LEN=48 TTL=45 ID=0 DF PROTO=TCP SPT=80 DPT=4785 \
WINDOW=5840 RES=0x00 ACK SYN URGP=0
Always from port 80 on the remote machine, but the source
address is a site I'm accessing. What's causing this, should
I be concerned, and can/should I fix it? The rules that produce
this is (in iptables-restore format):
-A INPUT -p tcp -m tcp --tcp-flags ! SYN,RST,ACK SYN \
-m state --state NEW -j LOG --log-prefix "IPTABLES NOT-NEW-IN: "
-A INPUT -p tcp -m tcp --tcp-flags ! SYN,RST,ACK SYN \
-m state --state NEW -j DROP
If I already have a session open with the remote site, why are
these not being associated? Any help will be appreciated.
Thanks,
Andy Johnson
next reply other threads:[~2003-12-29 7:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-29 7:11 Andrew S. Johnson [this message]
2003-12-29 10:20 ` Many not-new hits from port 80 when surfing their site Chris Brenton
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=200312290111.30422.andy@asjohnson.com \
--to=andy@asjohnson.com \
--cc=netfilter@lists.netfilter.org \
/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 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.