Syn Acks now considered Invalid State

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux