Bind resolve problem

phn at icke-reklam.ipsec.nu phn at icke-reklam.ipsec.nu
Fri Apr 26 16:12:57 UTC 2002


Mattias <mattias at digitalmagic.tm> wrote:
> Hi everyone,

> Im running bind on a debian server and have some problems with it, it just
> wont give me a proper resolve.
> Im delegated IP-adresses 213.80.l15.26-30 from my ISP. I let my ISP go in on
> the server and asked them to set up bind as it should be but the reverse
> still doesnt work so now Im asking you guys for help.

If you are running the zone "below" you have commented out the wrong part;

Your ISP will have :
"25      IN      CNAME   25.26-30.115.80.213.in-addr.arpa."
in his zonefile for 115.80.213.in-addr.arpa.

You are supposed to have the zone "26-30.115.80.213.in-addr.arpa."
( you also seems confused about the exact zone name, below you
use "24-29". Do check these values )

In your zonefile for "26-30.115.80.213.in-addr.arpa." you should have
something that looks exactly as an "ordinary reverse file " :
$TTL 86400 
@ 86400 IN SOA          ns.digitalmagic.tm. root.digitalmagic.tm. (
                         2002042601      ; serial
                         3600            ; refresh
                         900             ; retry
                         1209600         ; expire
                         600 )         ; neg cache ttl
; Name servers

    IN NS ns.digitalmagic.tm.

; Adresses point to canonical name

26     IN PTR  ns.digitalmagic.tm.
29     IN PTR  test.digitalmagic.tm.
30     IN PTR  neo.digitalmagic.tm.


rfc2308 describes this, so does "managing dns & bind"


peter h

> this is what my zonefiles look like

> @ 86400 IN SOA          ns.digitalmagic.tm. root.digitalmagic.tm. (
>                         2002042601      ; serial
>                         3600            ; refresh
>                         900             ; retry
>                         1209600         ; expire
>                         86400 )         ; default_ttl
> ; Name servers

>  IN NS ns.digitalmagic.tm.

> ; Adresses point to canonical name

> ;26     IN PTR  ns.digitalmagic.tm.
> ;29     IN PTR  test.digitalmagic.tm.
> ;30     IN PTR  neo.digitalmagic.tm.


> 24-29   IN      NS      ns.digitalmagic.tm.

> 25      IN      CNAME   25.24-29.115.80.213.in-addr.arpa.
> 26      IN      CNAME   26.24-29.115.80.213.in-addr.arpa.
> 27      IN      CNAME   27.24-29.115.80.213.in-addr.arpa.
> 28      IN      CNAME   28.24-29.115.80.213.in-addr.arpa.
> 29      IN      CNAME   29.24-29.115.80.213.in-addr.arpa.
> 30      IN      CNAME   30.24-29.115.80.213.in-addr.arpa.

> and

> @ IN SOA ns.digitalmagic.tm.    root.digitalmagic.tm. (
>                                 2002042303; serial
>                                 3600; refresh
>                                 900; retry
>                                 1209600; expire
>                                 86400; default_ttl
>                                 )

> ; Name Servers

> ; IN NS ns.
>  IN NS ns.digitalmagic.tm.

> ; Adresses for the canonial names

> ;@      IN A            213.80.115.26
> ns      IN A            213.80.115.26
> test    IN A            213.80.115.29
> eternal IN A            213.80.115.30

> alex    IN CNAME        ns
> neo     IN CNAME        ns


> Thanks in advance for your help.

> Kind regards

> Mattias




-- 
Peter Håkanson         
        IPSec  Sverige      (At the Riverside of Gothenburg, home of Volvo)
           Sorry about my e-mail address, but i'm trying to keep spam out.
	   Remove "icke-reklam" and it works.


More information about the bind-users mailing list