<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
Hello All,<br>
I am new here but have been watching the list for a while.<br>
I run a small WISP and we have just moved to a new carrier.<br>
They have provided us with a cdir ipv4 block of /22 and a /23.<br>
I am trying to get my reverse DNS working correctly but they will
not point<br>
their servers to my authoritative servers to tell these blocks where
to find <br>
their reverse. They told me to place forwards in my servers which I
have done.<br>
<br>
FYI: I am running Bind 9 latest stable on my systems not sure what
the carrier is running.<br>
<br>
Here is what they show on their logs:<br>
<br>
<font face="Arial" size="2"><span style="text-align: left; widows:
2; text-transform: none; background-color: rgb(241, 246, 230);
text-indent: 0px; display: inline ! important; font: 11px Arial;
white-space: normal; orphans: 2; float: none; letter-spacing:
normal; color: rgb(0, 0, 0); word-spacing: 0px;">01-May-2012
09:07:30.868 transfer of '104-22.16.98.in-addr.arpa/IN' from
98.16.104.14#53: connected using 207.91.5.70#40513</span><br
style="text-align: left; widows: 2; text-transform: none;
background-color: rgb(241, 246, 230); text-indent: 0px; font:
11px Arial; white-space: normal; orphans: 2; letter-spacing:
normal; color: rgb(0, 0, 0); word-spacing: 0px;">
<span style="text-align: left; widows: 2; text-transform: none;
background-color: rgb(241, 246, 230); text-indent: 0px; display:
inline ! important; font: 11px Arial; white-space: normal;
orphans: 2; float: none; letter-spacing: normal; color: rgb(0,
0, 0); word-spacing: 0px;">01-May-2012 09:07:30.971 transfer of
'104-22.16.98.in-addr.arpa/IN' from 98.16.104.14#53: failed
while receiving responses: NOTAUTH</span><br style="text-align:
left; widows: 2; text-transform: none; background-color:
rgb(241, 246, 230); text-indent: 0px; font: 11px Arial;
white-space: normal; orphans: 2; letter-spacing: normal; color:
rgb(0, 0, 0); word-spacing: 0px;">
<span style="text-align: left; widows: 2; text-transform: none;
background-color: rgb(241, 246, 230); text-indent: 0px; display:
inline ! important; font: 11px Arial; white-space: normal;
orphans: 2; float: none; letter-spacing: normal; color: rgb(0,
0, 0); word-spacing: 0px;">01-May-2012 09:07:30.971 transfer of
'104-22.16.98.in-addr.arpa/IN' from 98.16.104.14#53: end of
transfer</span></font>
<div> <br>
Here is what My logs show:<br>
<br>
</div>
02-May-2012 15:28:29.979 security: client 162.40.117.250#6483: query
(cache) '104-22.16.98.in-addr.arpa/SOA/IN' denied<br>
02-May-2012 15:28:30.133 xfer-out: client 162.40.117.250#43378: bad
zone transfer request: '104-22.16.98.in-addr.arpa/IN':
non-authoritative zone (NOTAUTH)<br>
<br>
Here is what the named.conf zone looks like<br>
<br>
zone "104.16.98.in-addr.arpa" {<br>
type master;<br>
file "/var/named/98.16.104.rev";<br>
allow-transfer {<br>
166.102.165.15;<br>
162.39.164.14;<br>
207.91.5.70;<br>
162.40.117.250;<br>
};<br>
I placed the forwarders to allow transfer on this zone but I think
the zone name is no good.<br>
<br>
Thanks<br>
Dave<br>
<br>
</body>
</html>