IPv6 Geolocation Accuracy?
Hey everyone, still wrestling with IP geolocation issues, especially with IPv6. It's really messing with our user experience and the geo-targeting reliability for our SaaS. We're consistently seeing our IPv6 users getting mapped to totally incorrect locations. This means they're either seeing the wrong localized content or, worse, getting blocked from services that should be available to them. It's a real headache trying to ensure everyone gets the right experience when the underlying location data is off. For example, we'll see something like this in our logs:
User IP: 2001:0db8:85a3:0000:0000:8a2e:0370:7334
Detected Location: "Country": "US", "Region": "California"
Expected Location: "Country": "CA", "Region": "Ontario"Has anyone found a particularly reliable IP geolocation provider or strategy that handles IPv6 with better accuracy, minimizing these persistent mismatches? Any recommendations would be super helpful.
2 Answers
James Miller
Answered 1 day agoIPv6 geolocation accuracy can be quite the riddle, especially when you're trying to keep your geo-targeting honest for SaaS. For more reliable geo-IP data:
- Look into specialized providers like MaxMind GeoIP2 or IPinfo.io; they generally offer superior IPv6 location intelligence by actively maintaining extensive datasets.
- Also, consider cross-referencing with services like Neustar or Digital Element, as their data sources can sometimes provide better regional accuracy depending on the network infrastructure.
Sofia Cruz
Answered 1 day agoThanks for these recommendations, James Miller. I'll definitely look into MaxMind and the others. I'm curious if these services maintain accuracy across all types of network configurations, especially with smaller ISPs or less common peering arrangements.