<?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>dns query | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/dns-query/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Wed, 23 Feb 2011 00:53:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Find Your Closest Anycast DNS Server with Dig</title>
		<link>https://logs.paulooi.com/how-to-find-your-closest-anycast-dns-server-with-dig.php</link>
					<comments>https://logs.paulooi.com/how-to-find-your-closest-anycast-dns-server-with-dig.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Wed, 23 Feb 2011 00:53:02 +0000</pubDate>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[anycast dns]]></category>
		<category><![CDATA[dig]]></category>
		<category><![CDATA[dns query]]></category>
		<category><![CDATA[dns server]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=1391</guid>

					<description><![CDATA[<p>Most ISP deploys Anycast DNS server on their network and bring the closest DNS server to their user for DNS resolver. You may see a DNS server with a single IP Address but there are multiple DNS Servers running on...</p>
The post <a href="https://logs.paulooi.com/how-to-find-your-closest-anycast-dns-server-with-dig.php">How to Find Your Closest Anycast DNS Server with Dig</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p>Most ISP deploys Anycast DNS server on their network and bring the closest DNS server to their user for DNS resolver. You may see a DNS server with a single IP Address but there are multiple DNS Servers running on different geographical location. </p>
<p>So which DNS server do you resolve it from? For example we run a query on DNS F Root Server</p>
<pre>
<code>
$ dig @f.root-servers.net hostname.bind  txt ch +short
"lga1a.f.root-servers.org"
</code>
</pre>
<p>On the result, it shows that I am using lga1a.f.root-servers.org as resolver. Some DNS server does reply &#8220;chaos&#8221; (ch) request but some refuse; for example Google DNS and Open DNS Server. So if your ISP is running Anycast DNS, you can try to lookup where is the DNS server locate. </p>
<p>There is another command perform checking via &#8220;id.server&#8221; query, it only helpful when the DNS has server-id configured. </p>
<pre>
<code>
dig @k.root-servers.net id.server txt ch +short
"k2.tokyo.k.ripe.net"
</code>
</pre>The post <a href="https://logs.paulooi.com/how-to-find-your-closest-anycast-dns-server-with-dig.php">How to Find Your Closest Anycast DNS Server with Dig</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/how-to-find-your-closest-anycast-dns-server-with-dig.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
