I've been using an IPv4 to country convertor successfully. eg: get IP of machine and compare to table to get country.

I'm updating this currently and with IPv6 around the corner I wanted to ask if there is a solution for converting IPv6 to country?

Note: preference for PHP and MySQL

thx

link|improve this question

1  
Be aware that all geo-ip databases are approximations, and the quality of the IPv6 data is sadly still much worse than the quality of the IPv4 data. – Sander Steffann Jan 30 at 19:14
feedback

3 Answers

up vote 1 down vote accepted

There are IPv6 compatible country tables, like MaxMind GeoLite Country:

http://www.maxmind.com/app/geoip_country

I've used them for IPv4 and have seen that the databases allow IPv6 queries, too.

link|improve this answer
feedback

Free database also can be obtained in IP2Location.com http://www.ip2location.com/free/ipv6

link|improve this answer
feedback

Maxmind have support for IPv6 in their GeoIP Country database.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.