<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How do I find the nearest large city from an IP address?</title>
	<link>http://ask.metafilter.com/70494/How-do-I-find-the-nearest-large-city-from-an-IP-address/</link>
	<description>Comments on Ask MetaFilter post How do I find the nearest large city from an IP address?</description>
	<pubDate>Thu, 30 Aug 2007 16:04:01 -0800</pubDate>
	<lastBuildDate>Thu, 30 Aug 2007 16:04:01 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I find the nearest large city from an IP address?</title>
		<link>http://ask.metafilter.com/70494/How-do-I-find-the-nearest-large-city-from-an-IP-address</link>	
		<description>Any reputable and inexpensive services that provide mapping from an IP address to the nearest large city? &lt;br /&gt;&lt;br /&gt; I need to do this in bulk, so I can&apos;t just look up the location from one IP address and figure out the nearest big city.  Any suggestions on sites that provide this service?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.70494</guid>
		<pubDate>Thu, 30 Aug 2007 15:55:35 -0800</pubDate>
		<dc:creator>Maia</dc:creator>
		
			<category>IPaddresses</category>
		
			<category>mapping</category>
		
			<category>lookup</category>
		
			<category>location</category>
		
	</item> <item>
		<title>By: ManInSuit</title>
		<link>http://ask.metafilter.com/70494/How-do-I-find-the-nearest-large-city-from-an-IP-address#1051673</link>	
		<description>http://www.ip2location.com/ ?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.70494-1051673</guid>
		<pubDate>Thu, 30 Aug 2007 16:04:01 -0800</pubDate>
		<dc:creator>ManInSuit</dc:creator>
	</item><item>
		<title>By: devbrain</title>
		<link>http://ask.metafilter.com/70494/How-do-I-find-the-nearest-large-city-from-an-IP-address#1051720</link>	
		<description>http://www.maxmind.com/app/ip-locate</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.70494-1051720</guid>
		<pubDate>Thu, 30 Aug 2007 17:09:55 -0800</pubDate>
		<dc:creator>devbrain</dc:creator>
	</item><item>
		<title>By: blacklite</title>
		<link>http://ask.metafilter.com/70494/How-do-I-find-the-nearest-large-city-from-an-IP-address#1051722</link>	
		<description>There&apos;s a free version of the GeoIP database &lt;a href=&quot;http://www.maxmind.com/app/geolitecity&quot;&gt;here&lt;/a&gt;, to see how it&apos;ll work in your specific application. It is pretty much the best thing out there to do this, though of course it isn&apos;t guaranteed, since realistically IPs are only trackable down to the provider, though their pay database uses a bunch of (bought) survey data to add as much precision as they can.&lt;br&gt;
&lt;br&gt;
There&apos;s good data for the US, Canada, Europe, South Korea, and Japan; outside of that is pretty sketchy. Russia is hit and miss as far as getting a city goes. You&apos;ll almost always be able to get at least a country from the db, though.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.70494-1051722</guid>
		<pubDate>Thu, 30 Aug 2007 17:18:56 -0800</pubDate>
		<dc:creator>blacklite</dc:creator>
	</item><item>
		<title>By: Steven C. Den Beste</title>
		<link>http://ask.metafilter.com/70494/How-do-I-find-the-nearest-large-city-from-an-IP-address#1051828</link>	
		<description>The easiest way to find that out is to do a tracert to the IP, and look at the names of the last few nodes along the way. Most backbone companies give their nodes names associated with their location.&lt;br&gt;
&lt;br&gt;
For instance, the last network node on my tracert to Metafilter is &quot;THE-PLANET.car4.Dallas1.Level3.net&quot;. Where do you think Metafilter&apos;s server is located? (The smart money bets on Texas.)&lt;br&gt;
&lt;br&gt;
This doesn&apos;t invariably work, but it usually does.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.70494-1051828</guid>
		<pubDate>Thu, 30 Aug 2007 19:42:13 -0800</pubDate>
		<dc:creator>Steven C. Den Beste</dc:creator>
	</item><item>
		<title>By: Steven C. Den Beste</title>
		<link>http://ask.metafilter.com/70494/How-do-I-find-the-nearest-large-city-from-an-IP-address#1051831</link>	
		<description>(Sorry; I retract my suggestion. I didn&apos;t see the &quot;in bulk&quot; in your request.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.70494-1051831</guid>
		<pubDate>Thu, 30 Aug 2007 19:43:05 -0800</pubDate>
		<dc:creator>Steven C. Den Beste</dc:creator>
	</item><item>
		<title>By: crinklebat</title>
		<link>http://ask.metafilter.com/70494/How-do-I-find-the-nearest-large-city-from-an-IP-address#1052020</link>	
		<description>I&apos;m not sure how, but I know &lt;a href=&quot;http://www.caida.org&quot;&gt;caida&lt;/a&gt; has done this to generate maps of worm activity in papers they&apos;ve published. They obviously operate in huge bulk. Their paper on the Witty worm says they use &lt;a href=&quot;http://www.digital-element.com/&quot;&gt;Digital Element&lt;/a&gt;&apos;s NetAcuity tool. I don&apos;t know if it&apos;s spendy or what, but the folks at caida are a pretty savvy bunch and I suspect they looked into free/cheaper solutions before settling on this one. &lt;br&gt;
&lt;br&gt;
I don&apos;t know what kind of scripting (if any) you&apos;d need to get this to actually do a bulk operation, but I think this tool is probably good if they&apos;re using it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.70494-1052020</guid>
		<pubDate>Thu, 30 Aug 2007 23:45:45 -0800</pubDate>
		<dc:creator>crinklebat</dc:creator>
	</item><item>
		<title>By: mbatch</title>
		<link>http://ask.metafilter.com/70494/How-do-I-find-the-nearest-large-city-from-an-IP-address#1052407</link>	
		<description>I know cygwin (linux tools for windows) comes with the geo ip libraries, and they are therefore available for linux and OS X too.. you can probably write a simple program to do all that you need.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.70494-1052407</guid>
		<pubDate>Fri, 31 Aug 2007 10:50:25 -0800</pubDate>
		<dc:creator>mbatch</dc:creator>
	</item>
	</channel>
</rss>
