<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Party to the World &#187; ip geolocation</title>
	<atom:link href="http://dan.lecocq.us/wordpress/tag/ip-geolocation/feed/" rel="self" type="application/rss+xml" />
	<link>http://dan.lecocq.us/wordpress</link>
	<description>Life, love, and computer science</description>
	<lastBuildDate>Fri, 06 Jan 2012 17:21:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IP Geolocation</title>
		<link>http://dan.lecocq.us/wordpress/2009/04/16/ip-geolocation/</link>
		<comments>http://dan.lecocq.us/wordpress/2009/04/16/ip-geolocation/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 16:59:36 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[computer science]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[toys]]></category>
		<category><![CDATA[ip geolocation]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://dan.lecocq.us/wordpress/?p=498</guid>
		<description><![CDATA[There are a million services out there where you type in an IP address and get an estimate as to its location. A few months ago I stumbled across a free IP geolocation database because I find myself using online services from time to time &#8211; I was sort of surprised how often it&#8217;s helpful [...]]]></description>
			<content:encoded><![CDATA[<p>There are a million services out there where you type in an IP address and get an estimate as to its location.  A few months ago I stumbled across a free IP geolocation database because I find myself using online services from time to time &#8211; I was sort of surprised how often it&#8217;s helpful to know where traffic is coming from (outside of Google Analytics, etc.).</p>
<p>Using the <a href="http://www.iplocationtools.com/sql_database.php">database</a> I found, I threw together a script that takes a list of domain names and / or IP addresses and gives you an idea of where it lives:</p>
<p><code><br />
dan-lecocqs-macbook:~ dlecocq$ ipquery google.com<br />
 209.85.171.100        Mountain View, US 94043 37.4192 -122.0570<br />
dan-lecocqs-macbook:~ dlecocq$ ipquery yahoo.com<br />
 68.180.206.184            Sunnyvale, US 94089 37.4249 -122.0070<br />
dan-lecocqs-macbook:~ dlecocq$ ipquery apple.com<br />
  17.251.200.70            Cupertino, US 95014 37.3042 -122.0950<br />
dan-lecocqs-macbook:~ dlecocq$ ipquery mines.edu<br />
     138.67.1.8               Golden, US 80401 39.7146 -105.2430<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://dan.lecocq.us/wordpress/2009/04/16/ip-geolocation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

