On Jan 9, 2008 9:18 AM, Marcin Floryan <[EMAIL PROTECTED]> wrote: > Hi! > > Is there a way to merge the following iptables rules with SuseFirewall? > > iptables -A INPUT -p tcp --dport 22 -m recent --set --name ssh --rsource > iptables -A INPUT -p tcp --dport 22 -m recent ! --rcheck --seconds 60 > --hitcount 4 --name ssh --rsource -j ACCEPT >
Yeah, check the file /etc/sysconfig/scripts/SuSEfirewall2-custom after enabling FW_CUSTOMRULES var in /etc/sysconfig/SuSEfirewall2, as explained in the comments in that file Regards Marcio Ferreira --- Druid -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
