We've got quite a few heavily loaded boxes (ISP shared servers) which have firewalls enabled. The firewalls basically allow certain ports, block some naughty IPs, and use limit and recent to keep some services under control. What we've noticed is that on rare occasions, a box will firewall itself off from the world. After a few times of this happening we found that we could sometimes ssh in from certain IPs, but not others. That made me curious, so I did a diff of iptables-save output with a known good state, and sure enough, the two weren't the same. Much of the firewall was just missing. I'm not sure if the firewall rules it output were actually being used or not. My only guess is that we are being hit particularly hard that day, and perhaps a table of IPs is getting too large. Has anyone seen this before? There isn't anything in the logs to give me a clue. If anyone has pointers on how to further debug this, I would really appreciate it. We are using CentOS, with kernels which at this time are 2.6.18-128.1.10.el5. If I need to be asking on a CentOS or Redhat specific list, please let me know. Thanks, Chris -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html