All of lore.kernel.org
 help / color / mirror / Atom feed
* Syn Acks now considered Invalid State
@ 2006-08-04 21:33 Kirk Hoganson
  0 siblings, 0 replies; only message in thread
From: Kirk Hoganson @ 2006-08-04 21:33 UTC (permalink / raw)
  To: netfilter

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-04 21:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-04 21:33 Syn Acks now considered Invalid State Kirk Hoganson

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.