<?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>reverse dns | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/reverse-dns/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Tue, 25 Jan 2011 08:38:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Reverse DNS Lookup with Dig</title>
		<link>https://logs.paulooi.com/reverse-dns-lookup-with-dig.php</link>
					<comments>https://logs.paulooi.com/reverse-dns-lookup-with-dig.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Sat, 22 Jan 2011 11:51:28 +0000</pubDate>
				<category><![CDATA[Systems]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns server]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[reverse dns]]></category>
		<guid isPermaLink="false">http://systems.takizo.com/?p=1127</guid>

					<description><![CDATA[<p>Reverse DNS, in simple explanation it means that resolve your IP address into hostname. Nowaday it became a must have requirement for mail server&#8217;s IP address. It is also one of the method to determine your mail server IP is...</p>
The post <a href="https://logs.paulooi.com/reverse-dns-lookup-with-dig.php">Reverse DNS Lookup with Dig</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></description>
										<content:encoded><![CDATA[<p>Reverse DNS, in simple explanation it means that resolve your IP address into hostname. Nowaday it became a must have requirement for mail server&#8217;s IP address. It is also one of the method to determine your mail server IP is glue to the hostname. </p>
<p>Here is how to find out the reverse DNS IP address is pointed to which DNS server for zone delegation.</p>
<pre>
<code>
dig -x 175.136.188.90

; <<>> DiG 9.6.0-APPLE-P2 <<>> -x 175.136.188.90
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 21938
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;90.188.136.175.in-addr.arpa.   IN      PTR

;; AUTHORITY SECTION:
136.175.in-addr.arpa.   10800   IN      SOA     ns1.tm.net.my. dnsadm.tmnet.com.my. 2011012113 10800 3600 604800 86400

;; Query time: 37 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Sat Jan 22 19:39:12 2011
;; MSG SIZE  rcvd: 111
</pre>
<p></code></p>
<p>The result above shown </p>
<ul>
<li>The SOA record shown the IP Address is pointed to ns1.tm.net.my for reverse DNS delegation.</li>
<li>The zone 136.175.in-addr.arpa is delegating the IP 175.136.188.90</li>
</ul>
<p>This command is pretty useful when you want to find out is the reverse DNS delegation works correctly. </p>The post <a href="https://logs.paulooi.com/reverse-dns-lookup-with-dig.php">Reverse DNS Lookup 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/reverse-dns-lookup-with-dig.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
