PDA

View Full Version : Anyone knows what countries particular IP ranges come from?


MiOb
01-31-2002, 04:32 PM
Is there a place to findout what countries particular IP ranges come from? Because I want to write a script that will auto install the appropriate dialer, rather than having them select their country

Thanx

mxmx
01-31-2002, 05:19 PM
go to http://www.arin.net/whois/index.html and start to test:

enter 61.0.0.0 and Search:
61.0.0.0 - 61.255.255.255 - Asia

enter 202.0.0.0 and Search:
202.0.0.0 - 203.255.255.255 - Asia

enter 210.0.0.0 and Search:
210.0.0.0 - 211.255.255.255 - Asia

...


62.0.0.0 - 62.255.255.255 - Europe
217.0.0.0 - 217.255.255.255 - Europe

...
...

NetRodent
01-31-2002, 05:33 PM
Here are a few sources that might help you out. I've been playing around with the stuff at Geo-IP, it seems to work well. The others I can't really comment on.
http://where-is.info/ http://www.iana.org/assignments/ipv4-address-space http://dark.x.dtu.dk/~bbn/ip/ http://geo-ip.com/

MiOb
01-31-2002, 05:50 PM
something in PHP language would be very appreciated...