For those having trouble with KissMyFirewall and Cpanel...
This will fix the issue with now being able to do updates properly as well.
http://forum.rackshack.net/showthread.php?s=&postid=137808
http://www.geocities.com/steve93138/
Add these ports to the Special ports (#5)...
And now add this to the bottom of the firewall and restart it...
Hope that helps 
This will fix the issue with now being able to do updates properly as well.
http://forum.rackshack.net/showthread.php?s=&postid=137808
http://www.geocities.com/steve93138/
Add these ports to the Special ports (#5)...
Code:
465 993 995 2080:2099
Code:
################################################################################
# INPUT - PORT 873 - Rsync
################################################################################
$IPTABLES -A INPUT -i eth0 -p udp --sport $UNPRIVPORTS --dport 873 -m state --state NEW -j ACCEPT
$IPTABLES -A INPUT -i eth0 -p tcp --sport $UNPRIVPORTS --dport 873 -m state --state NEW -j ACCEPT
################################################################################
# OUTPUT - PORT 873 - Rsync
################################################################################
$IPTABLES -A OUTPUT -o eth0 -p udp --sport $UNPRIVPORTS --dport 873 -m state --state NEW -j ACCEPT
$IPTABLES -A OUTPUT -o eth0 -p tcp --sport $UNPRIVPORTS --dport 873 -m state --state NEW -j ACCEPT
Last edited: