Reverse DNS errors?

Alexis Albinet albinet at itineris.net
Tue Nov 30 13:50:20 UTC 1999


Vince wrote:

> Hello again,
> I now have my DNS up and running 8.2.2-P5.
> and the DNS it self is running fine, everything works,
> when I do a `nslookup 204.92.67.50` I get non existant host/domain.
> In named.conf I have the following...
>
> zone "67.92.204.IN-ADDR.ARPA" {
>       type master;
>       file "primary/67.92.204.in-addr.arpa";
>       notify yes;
> };
>
> that loads the reverse DNS from 67.92.204.in-addr.arpa yes?
>
> ok now in 67.92.204.in-addr.arpa I have the following....
>
> $TTL 43200
> @ IN SOA ns.techdreams.com. support.techdreams.com. (
>    1999112309 ; serial
>    3600 ; refresh
>    900 ; retry
>    1209600 ; expire
>    43200 ; default_ttl
>    )
> @  IN PTR ns.netonduty.com.
> @  IN NS ns.techdreams.com.
> ;
> ; techdreams Reverse mappings
> ;
> 50.67.92.204    IN      PTR     ns.techdreams.com.
> 50.67.92.204    IN      PTR     www.techdreams.com.
> 50.67.92.204    IN      PTR     ftp.techdreams.com.
> 50.67.92.204    IN      PTR     mail.techdreams.com.
>
> also the main zone file is below too, could some please help me firgure
> this once out?
>
> Main zone file
> -----------------------------
> $TTL 43200
> $ORIGIN techdreams.com.
> @  IN SOA ns.techdreams.com. support.techdreams.com. (
>    1999112312 ; serial
>    3600 ; refresh
>    900 ; retry
>    1209600 ; expire
>    43200 ; default_ttl
>    )
> @  IN MX 5 mail.techdreams.com.
> @  IN NS ns.techdreams.com.
> @  IN A 204.92.67.50
> www.techdreams.com.  IN A 204.92.67.50
> ftp.techdreams.com.  IN A 204.92.67.50
> mail.techdreams.com.  IN A 204.92.67.50
> ns.techdreams.com.  IN A 204.92.67.50
>
> Thanks in advance..
> --
> -Vince

Hello,

I think that you must have only one IP for an A entry. You should make
CNAME.
for exemple:

www.techdreams.com.        IN    A                    204.92.67.50
ftp                                           IN    CNAME      www
mail                                        IN    CNAME        www
ns                                            IN    CNAME        www

If there is no '.' after ftp, mail, that means that is
ftp.techdreams.com...
And, in the reverse zone, you should just have on PTR for on IP.
I hope you will understand my bad english.

bye


Alexis Albinet



More information about the bind-users mailing list