I'm experimenting with the MaxMind GeoIP (lite) DB.
Part of this is trying to see if I can make solid unittests.
For unittests I'd need to have some IP addresses I can rely on sending the same information always.
Most IP addresses will move around, and I'm assuming they're even more fluid in a GeoIP database, but are there some IP addresses I can reasonably rely on (for whatever reason)?
12.87.118.0
shows "Pittsburgh PA US" in the unit test file but a Geo Lite database file from last month shows "Garden City KS US", and in the Test Demo at maxmind.com/en/geoip-demo I get "McKinney TX US" – Foal