Marcin Floryan schreef:
> 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
> 
> I suspect those could be added once the firewall has started but
> ideally I would want this as part of the firewall startup.

In 10.2 you could include them in

/etc/sysconfig/scripts/SuSEfirewall2-custom

and uncomment the line

#FW_CUSTOMRULES="/etc/sysconfig/scripts/SuSEfirewall2-custom"

in /etc/sysconfig/SuSEfirewall2

Don't know if in 10.3 the set up has changed.

Regards,
-- 
Jos van Kan                registered Linux user #152704

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to