Here is one package more for review. Exists in Debian. http://packages.debian.org/stable/net/geoip-bin http://freshmeat.net/projects/geoip/
Jari sdesc: "IP lookup command line tools that use the GeoIP library." ldesc: "GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database that is accurate as of March 2002. This database simply contains IP blocks as keys, and countries as values. This database should be more complete and accurate than using reverse DNS lookups. This package contains the command line utilities to resolve the IP numbers using the GeoIP library." category: Net requires: cygwin libz 1) Method 1 wget --no-verbose \ http://cygwin.cante.net/geoip/setup.hint \ http://cygwin.cante.net/geoip/geoip-1.3.8-1.tar.bz2.sig \ http://cygwin.cante.net/geoip/geoip-1.3.8-1.tar.bz2 \ http://cygwin.cante.net/geoip/geoip-1.3.8-1-src.tar.bz2.sig \ http://cygwin.cante.net/geoip/geoip-1.3.8-1-src.tar.bz2 2) Method 2 - will give further instructions gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8 mkdir geoip ; cd geoip rm -f get.sh get.sh.sig wget -q http://cygwin.cante.net/geoip/get.sh \ http://cygwin.cante.net/geoip/get.sh.sig gpg --verify get.sh.sig get.sh && sh get.sh