1GEOIPLOOKUP6(1) General Commands Manual GEOIPLOOKUP6(1)
2
3
4
6 geouplookup6 - look up country using IP Address or hostname
7
9 geouplookup6 [-d directory] [-f filename] [-v] <ipaddress|hostname>
10
12 geouplookup6 uses the GeoIP library and database to find the Country
13 that an IP address or hostname originates from. You must install a
14 database suitable for geoiplookup6. IE: GeoIPv6.dat
15
16 For example:
17
18 geouplookup6 2001:4860:0:1001::68
19
20 geoiplookup6 ipv6.google.com
21
22 will find the Country that 2001:4860:0:1001::68 originates from, in the
23 following format:
24
25 US, United States
26
28 -f Specify a custom path to a single GeoIP datafile.
29
30 -d Specify a custom directory containing GeoIP datafile(s). By
31 default geouplookup6 looks in /usr/share/GeoIP
32
33 -v Lists the date and build number for the GeoIP datafile(s).
34
36 Written by T.J. Mather
37
39 Report bugs to <support@maxmind.com>
40
42 Copyright © 2008 MaxMind, Inc.
43
44 This is free software; see the source for copying conditions. There is
45 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
46 PURPOSE.
47
49 geoipupdate(1), nslookup(1).
50
51
52
534th Berkeley Distribution 28 Oct 2008 GEOIPLOOKUP6(1)