[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fw: [cobalt-users] More PTR problems with RAQ3
- Subject: Fw: [cobalt-users] More PTR problems with RAQ3
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sat Feb 3 09:59:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Gerald Waugh" <gerald@xxxxxxxxx> wrote
> "landonak " <landonak@xxxxxxxxxxxxxxxx> wrote
> > I use a RAQ3 for my primary DNS and the secondary DNS is provided by my ISP.
> My PTR records do not work for one of my IP blocks, a classless range
> xx.xxx.xxx.xxx /26. However, my PTR records work great for my other three full
> class C's. I'm wondering if this is a problem with my ISP possibly not
following
> RFC2317 for delegating classless ranges or if it is a problem with the way the
> RAQ3 writes the zone files.
> >
> > Gerald had mentioned on this list that there was an error in writing
> named.conf (/ instead of -) and I have corrected this however nslookups
continue
> to fail.
> > -------------------------------
> > pri.192-26.xxx.xxx.xx.addr.arpa
> > -------------------------------
> >
> > $TTL 86400
> > 192/26.xxx.xxx.xx.in-addr.arpa. IN SOA pri.nameserver.com.
> myname.emailaddress.com. (
> > 2001020223
> > 10800
> > 3600
> > 604800
> > 86400
> > )
> > 192/26.xxx.xxx.xx.in-addr.arpa. IN NS pri.nameserver.com.
> > 192/26.xxx.xxx.xx.in-addr.arpa. IN NS sec.nameserver.com.
> > ; End SOA Header
> > ;
> You have not defined any PTR records. There needs to be entries in
> 194 in ptr domain-using-IP-194.
> 195 in ptr domain-using-IP-195.
> 196 in ptr domain-using-IP-196.
> 197 in ptr domain-using-IP-197.
>
> Using the GUI you would insert a PTR record in the relevant domain's (one /
IP)
> records.
> Then when you save, fix named.conf and check pri.192-26.xxx.xxx.xx.addr.arpa
> for the ptr records. They should be there!!!
> Gerald
>
Sorry, forgot to add enter
"ndc reload 192-26.xxx.xxx.xx.in-addr.arpa" (no "")
Then check /var/log/messages and insure that named reloaded the zone
without errors.