<?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>UNIXy &#187; glue record</title>
	<atom:link href="http://blog.unixy.net/tag/glue-record/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unixy.net</link>
	<description>Fully Managed Dedicated Servers</description>
	<lastBuildDate>Thu, 09 Sep 2010 07:08:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dig initial domain registration or migration cookbook</title>
		<link>http://blog.unixy.net/2009/07/dig-initial-domain-registration-or-migration-cookbook/</link>
		<comments>http://blog.unixy.net/2009/07/dig-initial-domain-registration-or-migration-cookbook/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 20:03:42 +0000</pubDate>
		<dc:creator>UNIXy</dc:creator>
				<category><![CDATA[Crash Course]]></category>
		<category><![CDATA[dig]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[glue record]]></category>
		<category><![CDATA[registrar]]></category>

		<guid isPermaLink="false">http://blog.unixy.net/?p=17</guid>
		<description><![CDATA[Dig, not to confuse with the social network Digg, is a tool that allows one to trouble shoot or view domain name DNS data. Dig is in the category of essential tools. Just like a voltage tester is an essential tool for an electrician, dig the most important tool for domain administrator. Dig tells the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.unixy.net%2F2009%2F07%2Fdig-initial-domain-registration-or-migration-cookbook%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.unixy.net%2F2009%2F07%2Fdig-initial-domain-registration-or-migration-cookbook%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Dig, not to confuse with the social network Digg, is a tool that allows one to trouble shoot or view domain name DNS data. Dig is in the category of essential tools. Just like a voltage tester is an essential tool for an electrician, dig the most important tool for domain administrator. Dig tells the truth like nothing else.</p>
<p>Let us start with the basics first. A domain, to be accessible via a web browser, has to be associated with a <em>name server</em> that is tasked with responding to requests on its behalf and deliver the IP address associated with the domain in question. So every time someone decides to browse your Website, the browser has to go through a chain of requests and events to obtain the IP and then make a connection to the IP. The chain of events and requests are defined in protocols, standards, and best practices.</p>
<p>The good news is Dig can emulate the same browser actions and events without us having to understand the details behind them. One, however, needs to know how to interpret the results. The rest of this blog entry will be a list of essential Dig commands that will help trouble shoot a domain name. The following commands are done against the root domain name&#8217;s A record, although it could be against any valid DNS record like MX, SOA,  TXT, etc.</p>
<p>First of all, if you are on a Windows computer, you will need to download Dig for Windows. Download it from here <a href="http://members.shaw.ca/nicholas.fong/dig/">http://members.shaw.ca/nicholas.fong/dig/</a>. You can install Dig on Linux directly from the repositories. Let&#8217;s get started!</p>
<p><strong>Obtain the IP of a domain from your ISP&#8217;s cache</strong></p>
<p>When running this command via your computer, you are essentially tapping into your ISP&#8217;s DNS server, which most often than not caches results to speed up lookups, improve performance, and save on bandwidth fees.</p>
<blockquote><p>
dig +nocmd vpslux.com A +short +norecurse</p></blockquote>
<p>If the above command doesn&#8217;t return an IP address, chances are the domain&#8217;s IP is not in the cache. This could be because no one using your ISP has ever visited the domain or that the cache was flushed after the record expired.</p>
<p><strong>Find out how much longer your ISP is going to cache your domain&#8217;s IP</strong></p>
<blockquote><p><code>dig +nocmd vpslux.com A +norecurse</p>
<p>;; ANSWER SECTION:<br />
vpslux.com.		<strong>12884</strong>	IN	A	74.52.123.139<br />
</code></p></blockquote>
<p>That would be 12884 seconds until the ISP&#8217;s cache refreshes the data or removes the domain name from the cache altogether.</p>
<p><strong>Obtain the IP of a domain bypassing the ISP&#8217;s cache</strong></p>
<blockquote><p>
dig vpslux.com A +trace +short</p></blockquote>
<p>That&#8217;s all folks. We hope this was useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.unixy.net/2009/07/dig-initial-domain-registration-or-migration-cookbook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
