search for: outsideip

Displaying 1 result from an estimated 1 matches for "outsideip".

Did you mean: outsideit
2008 Nov 06
2
iptables starts blocking outbound http traffic
Hello: I have a machine running CentOS 5 x86_64. It is running apache httpd and tomcat. For some reason, after running for a few days, web requests stop responding. It happened again this morning. I check the syslog and see a HUGE number of logs like this: OUTPUT IN= OUT=eth0 SRC=[MyIP] DST=[OutsideIP] LEN=532 TOS=0x00 PREC=0x00 TTL=64 ID=52669 DF PROTO=TCP SPT=80 DPT=54697 WINDOW=61 RES=0x00 ACK PSH FIN URGP=0 Here are my iptables commands for http connections (I have the default policy set to drop): # Allow http connections from the outside world /sbin/iptables -A INPUT -i eth0 -d $ETH0_IP -...