eldy / AWStats

AWStats Log Analyzer project (official sources)
https://www.awstats.org
366 stars 122 forks source link

GeoIP6 ASN Maxmind plugin #114

Open ffrediani opened 5 years ago

ffrediani commented 5 years ago

Is there any GeoIP6_ASN_Maxmind for IPv6 addresses as well ? I use GeoIP_ASN_Maxmind for IPv4 and works well, but have found nothing related to IPv6 addresses as well.

If it doesn't exist are there any plans to write it ?

Rehtael commented 5 years ago

GeoIP1 is dead as of 02-Jan-19 - there is a GeoIP2 beta plugin using the repo explained in Issue #86

Unfortunately it doesn't yet support ASN or IPv6

Rehtael commented 5 years ago

I see @eldy has merged the geoip2 into the main branch, so looks like it'll be part of the next release, or you can git it out

ffrediani commented 5 years ago

So, in theory it is not necessary to convert GeoIP2 to GeoIP using the provided script and we can download the GeoIP2 directlly from Maxmind and use the geoip2 plugin.

Then what about ASN Plugin for IPv6 as well ?

Rehtael commented 5 years ago

That is correct.

Doesn't appear to be any plugin code for v2 IPv6 or ASN yet, but if you still have the old v1 db's, then they should continue to work (all be it out of date).