csf installed and iptable rule not working

FleroviumUranus

Verified User
Joined
Aug 28, 2012
Messages
93
Location
everwhere
Hi
i am running centos 5 and when i install DA i install the csf in my server
now on iptable firewall i wa applied the iptables -P OUTPUT DROP rule which is not working
is iptbable stop working after csf install or any other issue
 
If you run csf, then you should refer to /etc/csf/csf.conf for any changes you need for iptables (do it either in shell or in directadmin).
And to see what rules are used now, you should run

Code:
iptables-save

it should show the current rules.
 
If you run csf, then you should refer to /etc/csf/csf.conf for any changes you need for iptables (do it either in shell or in directadmin).
And to see what rules are used now, you should run

Code:
iptables-save

it should show the current rules.

doing this with DA is really cool
 
Back
Top