That did the trick! Thank you so much for your assistance.<br><br><div class="gmail_quote">On Sat, Mar 20, 2010 at 8:28 PM, Doug Barton <span dir="ltr"><<a href="mailto:dougb@dougbarton.us">dougb@dougbarton.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On 03/20/10 17:11, michael peters wrote:<br>
<br>
> zone "0.253.150.10.in-addr.arpa" in {<br>
>         type master;<br>
>         file "/etc/bind/10.150.253.0.rev";<br>
>         };<br>
> zone "0.0.16.172.in-addr.arpa" in {<br>
>         type master;<br>
>         file "/etc/bind/172.16.0.0.rev";<br>
>         };<br>
<br>
This is your problem, you're not defining the right zones. You need to<br>
leave off the first 0 in the first zone, and I'm not sure how your zone<br>
file for 16.172.in-addr.arpa is configured, but likely you need to leave<br>
off at least the first 0 for that one too. The proper zone name for the<br>
zone file you pasted is 253.150.10.in-addr.arpa. FWIW, I like to name<br>
the files the same as the name of the zone itself, it makes a lot of<br>
things easier, but that's up to you.<br>
<br>
Also a minor issue, but the PTR for 30 is defined 3 times, 2 different<br>
ways. You should fix it to match the forward.<br>
<br>
<br>
hth,<br>
<br>
<br>
Doug<br>
<br>
--<br>
<br>
        ... and that's just a little bit of history repeating.<br>
                        -- Propellerheads<br>
<br>
        Improve the effectiveness of your Internet presence with<br>
        a domain name makeover!    <a href="http://SupersetSolutions.com/" target="_blank">http://SupersetSolutions.com/</a><br>
<br>
</div></div>_______________________________________________<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</blockquote></div><br>