[plug] Abuse report bounces: no DNS record

Timothy White weirdit at gmail.com
Tue Feb 21 09:35:21 WST 2006


> Try using geoip - blackholing china alone helps enormously!  Basicly
> geoip is a list extracted monthly (for the "free" service, more often if
> you pay) that the geoip iptables module uses uses to look up a countries
> networks based on a country digraph.
>
> e.g.,
> /sbin/iptables -t raw -A PREROUTING -m geoip --src-cc CN -j LOG
> --log-prefix "GEOIP Dropped (CHINA) " && \
> /sbin/iptables -t raw -A PREROUTING -m geoip --src-cc CN -j DROP && \

Interesting. I learn something new every day!
Is there a similar module, for apache, so on the iptables side, I
permit all packets for the webserver, but on the apache side, I
redirect all requests from say China, to a denied page, explaining
they are denied due to their location, and if they think it is an
error, give them a contact form/email address???

Hmmm, I must see if there is a similar one for wordpress....

Thanks

Tim
--
Linux Counter user #273956



More information about the plug mailing list