<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
<div>
<div style="font-size:17px; line-height:normal">Ken,</div>
<div style="font-size:17px; line-height:normal"><br>
</div>
<div style="font-size:17px; line-height:normal">You typically will not be delegated reverse DNS. Honestly, I would contact godaddy support directly and see if they can adjust it for you. As in, not on your server directly but either tell you how to do it
in a control panel on your side of the fence or they just do it from their side.</div>
<div style="font-size:17px; line-height:normal"><br>
</div>
<div style="font-size:17px; line-height:normal">Best regards,</div>
<div style="font-size:17px; line-height:normal"><br>
</div>
<div style="font-size:17px; line-height:normal">John</div>
</div>
<div style="font-size:17px; line-height:normal"><br>
</div>
<div id="signature-x" style="">Sent from <a href="http://www.9folders.com/" style="text-decoration:none; color:#009BDF">
Nine</a></div>
</div>
<div id="quoted_header" style="clear:both"><br>
<div style="border:none; border-top:solid #E1E1E1 1.0pt; padding:3.0pt 0cm 0cm 0cm">
<span style="font-size:11.0pt; font-family:'Calibri','sans-serif'"><b>From:</b> Spork Schivago <sporkschivago@gmail.com><br>
<b>Sent:</b> Jul 17, 2016 9:24 PM<br>
<b>To:</b> bind-users@lists.isc.org<br>
<b>Subject:</b> Questions on how to setup Reverse DNS in bind 9<br>
</span></div>
</div>
<br type="attribution">
<div>
<div dir="ltr">Hello,<br>
<br>
I'm new to operating a website and I'm leasing a virtual private server (VPS) from GoDaddy. I'm paying for cPanel / WHM as well. It's running CentOS 6.8 Final. I'd like to setup reverse DNS but I'm having trouble. I'm not 100% sure how to do it. I
have my hostname, <a href="http://franklin.jetbbs.com">franklin.jetbbs.com</a> and there's two IP addresses assigned to that hostname, 104.238.117.105 and 132.148.11.44. I was trying to setup a round robin kinda thing but I don't think I set it up correctly.<br>
<br>
Anyway, I have <a href="http://ns1.jetbbs.com">ns1.jetbbs.com</a> which has the IP of 104.238.117.105 and then I have
<a href="http://ns2.jetbbs.com">ns2.jetbbs.com</a> that has the IP address of 132.148.11.44. I wanted to know if someone could look over what I have so far and let me know if it's correct and how I should proceed.<br>
<br>
So, in the /var/named directory, I create a file called: 0.117.238.104.in-addr.arpa<br>
<br>
The contents of 0.117.238.104.in-addr.arpa are as follows:<br>
<div><font face="monospace, monospace">$TTL 1D</font></div>
<div><font face="monospace, monospace">@ IN SOA <a href="http://ns1.jetbbs.com">ns1.jetbbs.com</a>.
<a href="http://spork.jetbbs.com">spork.jetbbs.com</a>. (</font></div>
<div><font face="monospace, monospace"> 2016071705 ; serial</font></div>
<div><font face="monospace, monospace"> 1D ; refresh</font></div>
<div><font face="monospace, monospace"> 1H ; retry</font></div>
<div><font face="monospace, monospace"> 1W ; expire</font></div>
<div><font face="monospace, monospace"> 3H ) ; minimum</font></div>
<div><font face="monospace, monospace"><br>
</font></div>
<div><font face="monospace, monospace">0.117.238.104.in-addr.arpa. IN NS <a href="http://ns1.jetbbs.com">ns1.jetbbs.com</a>.</font></div>
<div><font face="monospace, monospace">0.11.148.132.in-addr.arpa. IN NS <a href="http://ns2.jetbbs.com">ns2.jetbbs.com</a>.</font></div>
<div><font face="monospace, monospace"><br>
</font></div>
<div><font face="monospace, monospace">104 IN PTR <a href="http://franklin.jetbbs.com">
franklin.jetbbs.com</a>.</font></div>
<div><font face="monospace, monospace">44 IN PTR <a href="http://franklin.jetbbs.com">
franklin.jetbbs.com</a>.</font></div>
<div><br>
<br>
Does that look correct? If not, how should I change it? If so, what's the next step? Thank you for your help!<br>
<br>
Sincerely,<br>
Ken</div>
</div>
</div>
</body>
</html>