reverse resolution problem

Azfar Kazmi azfarkazmi at yahoo.com
Wed Nov 10 05:09:35 UTC 1999


Hi,

I am setting up simple entries for a domain in Redhat 6.0 and Bind
8.2.0 box. The forward resolution works fine but not the reverse one.
Here are my relevant files:

<<<<<<<<<<<<<<<<<<<<<<<<<<
#/etc/named.conf
options {
	directory "/var/named";
	forwarders {
		my.isp.dns.server;
		};
	/*
	 * If there is a firewall between you and nameservers you want
	 * to talk to, you might need to uncomment the query-source
	 * directive below.  Previous versions of BIND always asked
	 * questions using port 53, but BIND 8.1 uses an unprivileged
	 * port by default.
	 */
	// query-source address * port 53;
};

//
// a caching only nameserver config
//
zone "." {
	type hint;
	file "named.ca";
};

zone "0.0.127.in-addr.arpa" {
	type master;
	file "named.local";
};

zone "mydomain.com" {
	type master;
	file "mydomain.com";
};

zone "1.1.1.in-addr.arpa" {
	type master;
	file "1.1.1";
};

#/var/named/named.local
@       IN      SOA     localhost. root.localhost.  (
                                      1997022700 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
              IN      NS      localhost.

1       IN      PTR     localhost.

#/var/named/mydomain.com
@       IN      SOA     mydomain.com. root.myhost.mydomain.com.  (
                                      1997022700 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
              IN      NS      myhost.mydomain.com.

myhost	A	1.1.1.1

#/var/named/1.1.1
@       IN      SOA     mydomain.com. root.myhost.mydomain.com.  (
                                      1997022700 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
              IN      NS      myhost.mydomain.com.

1	PTR	myhost.mydomain.com.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>

I have setup domains before but can't figure out what's missing this
time!

--
Azfar Kazmi
azfarkazmi at yahoo.com


Sent via Deja.com http://www.deja.com/
Before you buy.


More information about the bind-users mailing list