<?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>Learning On Demand &#187; Dns</title>
	<atom:link href="http://www.rasyid.net/category/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rasyid.net</link>
	<description>Learning anything from anywhere</description>
	<lastBuildDate>Sun, 12 Feb 2012 18:07:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Testing dns server using nslookup</title>
		<link>http://www.rasyid.net/2008/07/12/testing-dns-server-using-nslookup/</link>
		<comments>http://www.rasyid.net/2008/07/12/testing-dns-server-using-nslookup/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 06:53:43 +0000</pubDate>
		<dc:creator>alamster</dc:creator>
				<category><![CDATA[Dns]]></category>
		<category><![CDATA[dns server]]></category>
		<category><![CDATA[nslookup]]></category>

		<guid isPermaLink="false">http://www.rasyid.net/?p=1435</guid>
		<description><![CDATA[DNS take important part in internet world as resolver for domain. The problem came when we think something wrong with it. Need to examine which server is in trouble. From this picture : There is two dns servers : 202.146.178.4 208.67.222.222 In windows we can check which dns server that work well using nslookup. Steps [...]]]></description>
			<content:encoded><![CDATA[<p>DNS take important part in internet world as resolver for domain. The problem came when we think something wrong with it. Need to examine which server is in trouble.</p>
<p>From this picture :</p>
<p><img src="http://www.rasyid.net/wp-content/uploads/2008/07/dns.png" alt="dns Testing dns server using nslookup"  title="dns photo" /></p>
<p>There is two dns servers :</p>
<ol>
<li>202.146.178.4</li>
<li>208.67.222.222</li>
</ol>
<p>In windows we can check which dns server that work well using nslookup.</p>
<p>Steps :</p>
<p>1. Click start -&gt; run</p>
<p>typeÂ  cmd dan press OK.</p>
<p><img src="http://www.rasyid.net/wp-content/uploads/2008/07/dns2.png" alt="dns2 Testing dns server using nslookup"  title="dns2 photo" /></p>
<p>2. Enter DOS prompt</p>
<p>See this example :</p>
<p><span id="more-1435"></span><br />
C:\Documents and Settings\Administrator&gt;<strong>nslookup</strong><br />
Default Server:Â  dnscache1.elnus.net.id<br />
Address:Â  202.146.178.4</p>
<p>&gt; www.yahoo.com<br />
<strong>Server:Â  dnscache1.elnus.net.id</strong><br />
Address:Â  202.146.178.4</p>
<p>Non-authoritative answer:<br />
Name:Â Â Â  www.yahoo-ht3.akadns.net<br />
Address:Â  209.131.36.158<br />
Aliases:Â  www.yahoo.com</p>
<p>&gt; <strong>server</strong> 208.67.222.222<br />
<strong>Default Server:Â  resolver1.opendns.com</strong><br />
Address:Â  208.67.222.222</p>
<p>&gt; www.detik.com<br />
Server:Â  resolver1.opendns.com<br />
Address:Â  208.67.222.222</p>
<p>Non-authoritative answer:<br />
Name:Â Â Â  detik.com<br />
Addresses:Â  202.158.66.94, 203.190.241.41, 203.190.241.43, 202.158.66.190<br />
202.158.66.86, 203.190.241.166, 202.158.66.20<br />
Aliases:Â  www.detik.com<br />
&gt; <strong>help</strong><br />
Commands:Â Â  (identifiers are shown in uppercase, [] means optional)<br />
NAMEÂ Â Â Â Â Â Â Â Â Â Â  &#8211; print info about the host/domain NAME using default server<br />
NAME1 NAME2Â Â Â Â  &#8211; as above, but use NAME2 as server<br />
help or ?Â Â Â Â Â Â  &#8211; print info on common commands<br />
set OPTIONÂ Â Â Â Â  &#8211; set an option<br />
allÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8211; print options, current server and host<br />
[no]debugÂ Â Â Â Â Â Â Â Â Â  &#8211; print debugging information<br />
[no]d2Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8211; print exhaustive debugging information<br />
[no]defnameÂ Â Â Â Â Â Â Â  &#8211; append domain name to each query<br />
[no]recurseÂ Â Â Â Â Â Â Â  &#8211; ask for recursive answer to query<br />
[no]searchÂ Â Â Â Â Â Â Â Â  &#8211; use domain search list<br />
[no]vcÂ Â Â Â Â Â Â Â Â Â Â Â Â  &#8211; always use a virtual circuit<br />
domain=NAMEÂ Â Â Â Â Â Â Â  &#8211; set default domain name to NAME<br />
srchlist=N1[/N2/.../N6] &#8211; set domain to N1 and search list to N1,N2, etc.<br />
root=NAMEÂ Â Â Â Â Â Â Â Â Â  &#8211; set root server to NAME<br />
retry=XÂ Â Â Â Â Â Â Â Â Â Â Â  &#8211; set number of retries to X<br />
timeout=XÂ Â Â Â Â Â Â Â Â Â  &#8211; set initial time-out interval to X seconds<br />
type=XÂ Â Â Â Â Â Â Â Â Â Â Â Â  &#8211; set query type (ex. A,ANY,CNAME,MX,NS,PTR,SOA,SRV)<br />
querytype=XÂ Â Â Â Â Â Â Â  &#8211; same as type<br />
class=XÂ Â Â Â Â Â Â Â Â Â Â Â  &#8211; set query class (ex. IN (Internet), ANY)<br />
[no]msxfrÂ Â Â Â Â Â Â Â Â Â  &#8211; use MS fast zone transfer<br />
ixfrver=XÂ Â Â Â Â Â Â Â Â Â  &#8211; current version to use in IXFR transfer request<br />
server NAMEÂ Â Â Â  &#8211; set default server to NAME, using current default server<br />
lserver NAMEÂ Â Â  &#8211; set default server to NAME, using initial server<br />
finger [USER]Â Â  &#8211; finger the optional NAME at the current default host<br />
rootÂ Â Â Â Â Â Â Â Â Â Â  &#8211; set current default server to the root<br />
ls [opt] DOMAIN [&gt; FILE] &#8211; list addresses in DOMAIN (optional: output to FILE)<br />
-aÂ Â Â Â Â Â Â Â Â  -Â  list canonical names and aliases<br />
-dÂ Â Â Â Â Â Â Â Â  -Â  list all records<br />
-t TYPEÂ Â Â Â  -Â  list records of the given type (e.g. A,CNAME,MX,NS,PTR etc.)<br />
view FILEÂ Â Â Â Â Â Â Â Â Â  &#8211; sort an â€˜lsâ€™ output file and view it with pg<br />
exitÂ Â Â Â Â Â Â Â Â Â Â  &#8211; exit the program</p>
<p>&gt; <strong>server</strong> 208.67.222.222<br />
Default Server:Â  resolver1.opendns.com<br />
Address:Â  208.67.222.222</p>
<p>&gt; <strong>lserver</strong> 202.146.178.4<br />
Default Server:Â  dnscache1.elnus.net.id<br />
Address:Â  202.146.178.4</p>
<p>&gt;</p>
<p>To switch dns server just type command :</p>
<p>server ip dns server</p>
<p>To switch back previous dns server type :</p>
<p>lserver ip dns server</p>
<hr/>Copyright &copy; 2012 <strong><a href="http://www.rasyid.net">Learning On Demand</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact alamster@gmail.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fblog.taragana.com%2Findex.php%2Farchive%2Fwordpress-plugins-provided-by-taraganacom%2F&sref=rss" rel="external nofollow">Plugin</a> by <a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fwww.taragana.com%2F&sref=rss" rel="external nofollow">Taragana</a></span><p><a href="http://redirectingat.com?id=23616X850408&xs=1&url=https%3A%2F%2Fplus.google.com%2F111076104099093236158%3Frel%3Dauthor&sref=rss" rel="author"><img src="http://www.google.com/images/icons/ui/gprofile_button-16.png" title="gprofile button 16 photo" alt="gprofile button 16 Testing dns server using nslookup" /></a></p><ul><li>nslookup specify dns server</li><li>www yahoo com</li><li>NSlookup tutorial</li><li>nslookup set dns server</li><li>cmd nslookup</li></ul>
<div class="skimlinks-disclosure-button"><p><script class="skimlinks_ref_script" type="text/javascript" src="http://static.skimlinks.com/api/ref.js?p=23616&amp;d=850408&amp;t=1"></script></p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rasyid.net/2008/07/12/testing-dns-server-using-nslookup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Other way to dnsreport</title>
		<link>http://www.rasyid.net/2007/09/09/other-way-to-dnsreport/</link>
		<comments>http://www.rasyid.net/2007/09/09/other-way-to-dnsreport/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 16:06:25 +0000</pubDate>
		<dc:creator>alamster</dc:creator>
				<category><![CDATA[Dns]]></category>

		<guid isPermaLink="false">http://www.rasyid.net/2007/09/09/other-way-to-dnsreport/</guid>
		<description><![CDATA[dnsreport limiting request for dns, using these services will unlock that limitation : SeoConsultans MeuIp Use it wisely Copyright &#169; 2012 Learning On Demand. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please [...]]]></description>
			<content:encoded><![CDATA[<p>dnsreport limiting request for dns, using these services will unlock that limitation :</p>
<ul>
<li><a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fwww.seoconsultants.com%2Ftools%2Fdns%2F&sref=rss" target="_blank" rel="external nofollow">SeoConsultans</a></li>
<li><a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fwww.meuip.com.br%2Fdns-report.php&sref=rss" target="_blank" rel="external nofollow">MeuIp</a></li>
</ul>
<p>Use it wisely <img src='http://www.rasyid.net/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Other way to dnsreport " class='wp-smiley' title="icon wink photo" /> </p>
<hr/>Copyright &copy; 2012 <strong><a href="http://www.rasyid.net">Learning On Demand</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact alamster@gmail.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fblog.taragana.com%2Findex.php%2Farchive%2Fwordpress-plugins-provided-by-taraganacom%2F&sref=rss" rel="external nofollow">Plugin</a> by <a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fwww.taragana.com%2F&sref=rss" rel="external nofollow">Taragana</a></span><p><a href="http://redirectingat.com?id=23616X850408&xs=1&url=https%3A%2F%2Fplus.google.com%2F111076104099093236158%3Frel%3Dauthor&sref=rss" rel="author"><img src="http://www.google.com/images/icons/ui/gprofile_button-16.png" title="gprofile button 16 photo" alt="gprofile button 16 Other way to dnsreport " /></a></p>
<div class="skimlinks-disclosure-button"><p><script class="skimlinks_ref_script" type="text/javascript" src="http://static.skimlinks.com/api/ref.js?p=23616&amp;d=850408&amp;t=1"></script></p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rasyid.net/2007/09/09/other-way-to-dnsreport/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

