Where is my error ?

Barry Margolin barmar at alum.mit.edu
Tue Aug 31 13:06:15 UTC 2004


In article <ch1ari$618$1 at sf1.isc.org>, "Phibee Noc" <noc at phibee.net> 
wrote:

> Hi
> i have a small error and i don't see where .... :

Are there any error messages about the zone in your log file?

> 
> In named.conf: 
> 
> zone "26/128.42.41.213.in-addr.arpa" in{
>         type master;
>         file "zones/213.41.42.128-26";
> };

The zone that your ISP is delegating to you is 
26-128.42.41.213.in-addr.arpa -- with "-", not "/".

> 
> 
> In zones/213.41.42.128-26:
> 
> $ORIGIN 26/128.42.41.213.IN-ADDR.ARPA.
> $TTL 1d
> @            IN  SOA   ns1.phibee.net. noc.phibee.net. (
>                               2004083101 ; serial number
>                               2h         ; refresh
>                               15m        ; update retry
>                               2w         ; expiry
>                               3h         ; minimum
>                               )
> ; Les serveurs DNS Reversing du subnet
>               IN  NS      ns1.phibee.net.
>               IN  NS      ns2.phibee.net.
> 
> ; Les declarations
> 129            IN  PTR  ns1.phibee.net.                 ; DNS Primaire
> 130            IN  PTR  ns2.phibee.net.                 ; DNS Secondaire
> 135            IN  PTR  mail-srv1.phibee.net.          ; Mail Primaire
> 
> 
> 
> But when i put a nslookup on 213.41.42.135:
> 
> > 213.41.42.135
> Server:         ns1.phibee.net
> Address:        213.41.42.129#53
> 
> Non-authoritative answer:
> 135.42.41.213.in-addr.arpa      canonical name = mail-srv1.phibee.net.
> 
> Authoritative answers can be found from:
> phibee.net
>         origin = ns1.phibee.net
>         mail addr = noc.phibee.net
>         serial = 2004083001
>         refresh = 1800
>         retry = 900
>         expire = 604800
>         minimum = 300
> > 
> 
> hi say me "Non-authoritative answer" ..
> 
> Anyone know why ?
> 
> thanks bye

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


More information about the bind-users mailing list