Hello eth00, thanks for the input.
Answering your questions:
> I'm not running any custom firewall on this machine, just the default setup of cpanel.
> Centos firewall is disabled
> I'm on my own datacenter, the machines are provisioned by me.
My firewall device is over a separated hardware.
I think that after office hours, i will make a test and try a reboot to check if the rule will be on the firewall again.
Those where my only rules in the chain output:
Code:
pkts bytes target prot opt in out source destination
ACCEPT tcp -- * * 0.0.0.0/0 127.0.0.1 tcp dpt:25
REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:25 reject-with icmp-port-unreachable
acctboth all -- * * 0.0.0.0/0 0.0.0.0/0
(I removed the second line since i dont know what is it and was causing some problems)
Thanks