Re: Access guard

2013-07-07 Thread Warren Block

On Sun, 7 Jul 2013, Jos Chrispijn wrote:

I am looking for a program that watches login attempts (mail and ssh login) 
and blocks the ip address after xx failed attempts.
Currently I am using ipfw - might be great if that program works with ipw 
too...


security/sshguard.  There are subports for the three stock firewalls, 
too.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Access guard

2013-07-07 Thread Helmut Schneider
Jos Chrispijn wrote:

 I am looking for a program that watches login attempts (mail and ssh
 login) and blocks the ip address after xx failed attempts.  Currently
 I am using ipfw - might be great if that program works with ipw too...

fail2ban

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Access guard

2013-07-07 Thread Jos Chrispijn
   All,
   Thanks for the replies, I will check them out!
   best regards,
   Jos Chrispijn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Access guard

2013-07-07 Thread Christopher J. Umina
You could also use grok
(https://code.google.com/p/semicomplete/wiki/Grok also in ports) to
watch the logs and perform actions based on them.

On Sun, Jul 7, 2013 at 12:51 PM, Jos Chrispijn j...@webrz.net wrote:
All,
Thanks for the replies, I will check them out!
best regards,
Jos Chrispijn
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



-- 
Christopher J. Umina
ch...@uminac.com
781 354 0535
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org