dns

Cory Spitz cspitz@us.ibm.com
Mon, 17 Jul 2000 16:44:38 -0500


Don't you want to be mapping y.x.w.in-addr.arpa. ??  (if the IP of
mail.mydomain.com is w.x.y.z)

What does your zone look like in named.conf?  It should probably look
something like this (I think)...

zone "y.x.w.in-addr.arpa" {
        type master;
        file "pri/y.x.w.in-addr.arpa.db";
};

What do you think?  Wasn't someone going to do a talk on DNS and BIND
soon anyway?

-Cory Spitz



Marcel Kunath wrote:
> 
> I am experimenting with bind8. I follow the straight forward howto and I do
> have
> lookup working. I followed the howto stricly and triple checked but I can't get
> reverse lookup to work.
> 
> Here is my reverse lookup zone. I did check that the file name is correct
> according to what is pointed to by named.conf zone.
> 
> ;
> ; zone file for reverse lookup
> ;
> @       IN      SOA     mail.mydomain.com. kunathma.msu.edu. (
>                         200007181 ; Serial, todays date + todays serial
>                         8H      ; Refresh
>                         2H      ; Retry
>                         1W      ; Expire
>                         1D)     ; Minimum TTL
>                 NS      mail.mydomain.com.
> 
> 1               PTR     mail.mydomain.com.
> 
> I am trying to do reverse lookup on the machine which is running the nameserver
> and called mail.mydomain.com Shouldn't this work? I use localhost as
> nameserver.
> 
> mk
> _______________________________________________
> linux-user mailing list
> linux-user@egr.msu.edu
> http://www.egr.msu.edu/mailman/listinfo/linux-user