Hello,
I want my cpanel server to be able to connect to my proxy on outgoing port 3127
therefore I executed
and this seemed to work but roughly every 24 hours that outgoing port gets blocked again.
Restarting the iptables will work but what could cause this? I need the connection to be reliable.
What could cause this? Are there some cpanel internals that change iptables?
I want my cpanel server to be able to connect to my proxy on outgoing port 3127
therefore I executed
Code:
iptables -A OUTPUT -p tcp --dport 3127 -j ACCEPT
service iptables save
Restarting the iptables will work but what could cause this? I need the connection to be reliable.
What could cause this? Are there some cpanel internals that change iptables?
Last edited: