[opensuse] SuseFirewall - protect SSH

2008-01-09 Thread Marcin Floryan
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

Re: [opensuse] SuseFirewall - protect SSH

2008-01-09 Thread Druid
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

Re: [opensuse] SuseFirewall - protect SSH

2008-01-09 Thread Jos van Kan
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

Re: [opensuse] SuseFirewall - protect SSH

2008-01-09 Thread Carlos E. R.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Wednesday 2008-01-09 at 11:18 -, Marcin Floryan wrote: 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

Re: [opensuse] SuseFirewall - protect SSH

2008-01-09 Thread Marcin Floryan
Hmm.. I didn't spot this one! Thanks this is precisely what I wanted. Cheers, On 09/01/2008, Carlos E. R. [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Is there a way to merge the following iptables rules with SuseFirewall? iptables -A INPUT -p tcp --dport 22 -m recent --set