Reverse DNS errors?

Vince ice at techdreams.com
Tue Nov 30 13:28:25 UTC 1999


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



More information about the bind-users mailing list