i'm install APF correctly with that mehtod ( from first post ) but now APF blocked all of the ports and any sites can run & any programs can't run !
so what's wrog ? i installed CSF , bug csf didn't run in DirectAdmin admin level , i just typed this lines
i think my iptables damaged or have a problem ! how can i FIX this Problem !?
Best Regards
so what's wrog ? i installed CSF , bug csf didn't run in DirectAdmin admin level , i just typed this lines
Code:
iptables -A INPUT -i venet0 -j ACCEPT
iptables -A OUTPUT -o venet0 -j ACCEPT
iptables -A FORWARD -j ACCEPT -p all -s 0/0 -i venet0
iptables -A FORWARD -j ACCEPT -p all -s 0/0 -o venet0
Best Regards