fire wall then you may want to use the following command
#system-config-securitylevel ( entre )
you will get the following screen.
choose customise
then choose www ( https) service
save anf restart IPtables
or
You can try something along the lines of:
iptables -A INPUT –p TCP --dport 80 --syn -m limit --limit 5/second -j ACCEPT
your done !!!
--
No comments:
Post a Comment