reverse zone for 192.168.x.y not working but 192.168.100.x does

Nate Campi nate at campin.net
Thu Mar 7 17:21:07 UTC 2002


On Thu, Mar 07, 2002 at 04:51:22PM +0000, Barry Margolin wrote:
> In article <a6855m$qr1 at pub3.rc.vix.com>,  <r_no at hotmail.com> wrote:
> >
> >and here is my db.192.168 (well part of it)
> >$TTL 86400      ; 1 day
> >@   SOA  darkstar.ln.x.com. postmaster.darkstar.ln.x.com.
> >(
> >                                29020207   ; serial
> >                                10800      ; refresh (3 hours)
> >                                3600       ; retry (1 hour)
> >                                604800     ; expire (1 week)
> >                                3600       ; minimum (1 hour)
> >                                )
> >                        NS      darkstar.ln.x.com.
 
Here's another one nobody has pointed out yet:

 @   SOA  darkstar.ln.x.com. postmaster.darkstar.ln.x.com.
 (

The parens tell BIND to ignore newlines in the RR, but you have a
newline *then* the rest of the SOA. You'll need to fix that as well
before BIND will load your zone file. Make it:

  @   SOA  darkstar.ln.x.com. postmaster.darkstar.ln.x.com. (
                                   29020207   ; serial

etc...
-- 
Nate

The only way to convince some people that HTML is about content, not
style is with a <PLANK>2x4</PLANK>.

 (I fixed this quote Danny, and sent the changes to my upstream quote
  provider ;)


More information about the bind-users mailing list