From: Kirk Hoganson <kirk@lenderlab.com>
To: netfilter@lists.netfilter.org
Subject: Syn Acks now considered Invalid State
Date: Fri, 04 Aug 2006 15:33:02 -0600 [thread overview]
Message-ID: <44D3BD0E.1010505@lenderlab.com> (raw)
I'm having a strange issue with one of my web servers.
During the course of troubleshooting a different issue the subnet mask,
and broadcast were altered using ifconfig. When they were set back,
they host could no longer respond to requests from outside the firewall
(iptables). All syn ack packets from the web server on it's primay
interface are caught by our INVALID state rule:
$IPTABLES -A KPSTATE -m state --state INVALID -j LOG
--log-prefix "STAT_D "
$IPTABLES -A KPSTATE -m state --state INVALID -j DROP
The only change made to this system was changing the netmask and
broadcast, and changing them back. The web server has been restarted
completely several times and reloaded it's original configuration. We
even switched over to a secondary firewall, which is still catching
these packets and dropping them.
To further complicate the issue, requests to virtual addresses ie.
eth0:1, eth0:2, etc. are not dropped. Only connections to the primary
eth0 interface.
Can someone provide me with some information that might get me looking
in the right direction?
Log example:
Aug 4 15:39:58 STAT_D eth2 10.70.60.20 80 T A S eth0
6.60.171.86 3311
Aug 4 15:39:58 STAT_D eth2 10.70.60.20 22 T A S eth0
10.70.156.138 36749
Aug 4 15:39:58 STAT_D eth2 10.70.60.20 80 T A S eth0
6.60.171.86 3308
Aug 4 15:39:59 STAT_D eth2 10.70.60.20 80 T A S eth0
2.110.9.239 2075
reply other threads:[~2006-08-04 21:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=44D3BD0E.1010505@lenderlab.com \
--to=kirk@lenderlab.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.