I just wonder where this patch resides? and for which version what version it applies and such... I saw it in a earlier post but it got lost somewhere in my inbox. Anybody care to post it?

Thanks.

On 10/10/05, Dave Strydom <[EMAIL PROTECTED]> wrote:
I think there is an easier way of doing this...

Why not use the GEOIP IPTABLES patch and then just use this in your firewall:

-----------------------------------------------------------------------------------------
$IPTABLES -A INPUT -p tcp -m geoip --src-cc CN -j DROP
$IPTABLES -A INPUT -p tcp -m geoip --src-cc KR -j DROP
$IPTABLES -A INPUT -p tcp -m geoip --src-cc TW -j DROP
$IPTABLES -A INPUT -p tcp -m geoip --src-cc HK -j DROP
-----------------------------------------------------------------------------------------

This way you have 4 simple rules which do the work of that entire script.


On 10/10/05, Taka John Brunkhorst <[EMAIL PROTECTED] > wrote:
nice but why do we need to block them?
ssh worms? or just lamers?

--
[EMAIL PROTECTED]
Taka John Brunkhorst


Reply via email to