Hi, I am having an issue with ipcalc, which is no longer providing geolocation information. I have installed version 1.0.2 which is the latest available from the standard repositories.
In the man page it gives the following example (copied from the man page):-
$ ipcalc --all-info 193.92.150.2/24
Address: 193.92.150.2
Network: 193.92.150.0/24
Netmask: 255.255.255.0 = 24
Broadcast: 193.92.150.255
Reverse DNS: 150.92.193.in-addr.arpa.
Address space: Internet
Address class: Class C
HostMin: 193.92.150.1
HostMax: 193.92.150.254
Hosts/Net: 254
Country code: GR
Country: Greece
However when I run the same command I get:-
ipcalc --all-info 193.92.150.2/24
Address: 193.92.150.2
Network: 193.92.150.0/24
Netmask: 255.255.255.0 = 24
Broadcast: 193.92.150.255
Reverse DNS: 150.92.193.in-addr.arpa.
Address space: Internet
Address class: Class C
HostMin: 193.92.150.1
HostMax: 193.92.150.254
Hosts/Net: 254
Without the geolocation info. I suspect I am just missing a dependency. Anyone any ideas what I am missing?
Thanks