Hi
Is it possible to add advanced rules in cluster Firewall, like this :
How to write them ?
(because mine doesn't work)
I try to search on ggl, but find nothing for advanced rules.
Thanks for your help.
Is it possible to add advanced rules in cluster Firewall, like this :
Code:
[RULES]
IN SSH -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent --set
IN SSH -I INPUT -p tcp --dport 22 -i eth0 -m state --state NEW -m recent --update --seconds 60 --hitcount 4 -j DROP
How to write them ?
(because mine doesn't work)
I try to search on ggl, but find nothing for advanced rules.
Thanks for your help.