Re: [gentoo-user] Iptables Tarpit

2006-03-08 Thread Andrew Frink
You could also just add the extensions USE flag to iptables and that should give you tarpit supportOn 3/7/06, Dave Jones [EMAIL PROTECTED] wrote:Erik Westenbroek wrote on 03/07/06 04:18: I am attempting create a tarpit to protect against SSH Brute force attempts.I tried this: --snip-- iptables

Re: [gentoo-user] Iptables Tarpit

2006-03-08 Thread Dave Jones
Hi Andrew, Andrew Frink wrote on 03/08/06 14:57: You could also just add the extensions USE flag to iptables and that should give you tarpit support On 3/7/06, *Dave Jones* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Erik Westenbroek wrote on 03/07/06 04:18: I am

Re: [gentoo-user] Iptables Tarpit

2006-03-08 Thread Andrew Frink
ahh haven't really played that much with tarpit, thansk for clearing that up :-)On 3/8/06, Dave Jones [EMAIL PROTECTED] wrote:Hi Andrew,Andrew Frink wrote on 03/08/06 14:57: You could also just add the extensions USE flag to iptables and that should give you tarpit support On 3/7/06, *Dave

Re: [gentoo-user] Iptables Tarpit

2006-03-07 Thread Erik Westenbroek
I guess TARPIT is not in the default installation of iptables, Ill just use labrea. On 3/6/06, Ryan Tandy [EMAIL PROTECTED] wrote: Erik Westenbroek wrote: iptables: No chain/target/match by that name I don't see a chain or other target named TARPIT - it's not defined anywhere on the page you

Re: [gentoo-user] Iptables Tarpit

2006-03-07 Thread Dave Jones
Erik Westenbroek wrote on 03/07/06 04:18: I am attempting create a tarpit to protect against SSH Brute force attempts. I tried this: --snip-- iptables -A SSH_Brute_Force -p tcp -j TARPIT After I type the last command typed I got this error message: iptables: No chain/target/match by that

[gentoo-user] Iptables Tarpit

2006-03-06 Thread Erik Westenbroek
hello I am attempting create a tarpit to protect against SSH Brute force attempts. I tried this: iptables -N SSH_Brute_Force iptables -A INPUT -p tcp --dport 22 -m state --state NEW -j SSH_Brute_Force iptables -A SSH_Brute_Force -s 192.168.1.254 -j RETURN iptables -A SSH_Brute_Force -m recent

Re: [gentoo-user] Iptables Tarpit

2006-03-06 Thread Ryan Tandy
Erik Westenbroek wrote: iptables: No chain/target/match by that name I don't see a chain or other target named TARPIT - it's not defined anywhere on the page you referenced as far as I see, so you may have to dig it up elsewhere. -- gentoo-user@gentoo.org mailing list