after every reboot, IPTables denied all visitors

basketmen

Well-Known Member
Sep 9, 2010
128
1
66
Hi guys,

i am using vps with WHM/cPanel

after every reboot, IPTables denied all visitors, including me

so i cant access the sites, whm, cpanel, ftp, or ssh at all
so i need to create webhosting support ticket to help disable IPTables from they side, everytime after rebooted


this just suddenly hapenned in the last 7 days, as i remember no settings i changed before


please help guys, how to fix this


nb.
- i already change my ip address, still same, the IPTables denied all visitors
- i already tried uninstall csf firewall, but still same, looks like this is IPTables from linux/whm, not from csf firewall?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

You may want to reinstall CSF so that it will manage your firewall rules. Otherwise, you can empty the rules and save the empty firewall ruleset via:

Code:
iptables -F
/etc/init.d/iptables save
However, ensure you only use the above commands if CSF is not installed. Using the above commands with CSF installed will result in your system failing to respond.

Thank you.