Hello,
We have set up RedHat ES3 /etc/sysconfig/iptables allowing port 26 to remain open for Exim:
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 26 -j ACCEPT
iptables -L | grep 26
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:26
However, every? morning we disover that this port gets closed by the iptables firewall:
** IN_TCP DROP ** IN=eth0 OUT= MAC=00:12:3f:24:a8:86:00:11:43:d6:cb:48:08:00 SRC
=x.x.x.x DST=y.y.y.y LEN=60 TOS=0x04 PREC=0x00 TTL=53 ID=44220 DF PR
OTO=TCP SPT=65116 DPT=26 WINDOW=5840 RES=0x00 SYN URGP=0
We cannot figure out which process/cron/script does it, and I am looking for a bit of help here.
Root crontab is as follow:
54 4 * * * /scripts/upcp
0 1 * * * /scripts/cpbackup
*/15 * * * * /usr/local/cpanel/whostmgr/bin/dnsqueue > /dev/null 2>&1
2,58 * * * * /usr/local/bandmin/bandmin
0 0 * * * /usr/local/bandmin/ipaddrmap
0 6 * * * /scripts/exim_tidydb > /dev/null 2>&1
*/5 * * * * /usr/local/cpanel/bin/dcpumon >/dev/null 2>&1
Thanks,
Marek



LinkBack URL
About LinkBacks
Reply With Quote




