Hi All,

I have set up DNS several times before and never run into this (this is for
internal purposes only). I just set up DNS on a Suse VM
when i do a dig, things look good. I don't see an issue here unless I am
over looking something:
; <<>> DiG 9.8.3-P1 <<>> xserve1.eagma.local
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20346
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;xserve1.eagma.local. IN      A

;; ANSWER SECTION:
xserve1.eagma.local.    172800 IN      A 192.168.169.3

;; AUTHORITY SECTION:
eagma.local. 172800  IN      NS ns.eagma.local.

;; ADDITIONAL SECTION:
ns.eagma.local. 172800  IN      A 192.168.99.12

;; Query time: 2 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Jul 27 12:34:56 2012
;; MSG SIZE  rcvd: 86

When I point a client to this DNS, I don't get the internal zone I setup
with any name resolution (unknown host error). Resolution out to the
internet works fine. here are my config files (I have removed many of the
commented sections to make it easier to read)

The named.conf file

options {


directory "/var/lib/named";
managed-keys-directory "/var/lib/named/dyn/";


dump-file "/var/log/named_dump.db";
statistics-file "/var/log/named.stats";




listen-on-v6 { any; };



notify no;

disable-empty-zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0
.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA";
include "/etc/named.d/forwarders.conf";
};



zone "." in {
        type hint;
        file "root.hint";
};

zone "localhost" in {
        type master;
file "localhost.zone";
};

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

zone
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" in
{
        type master;
        file "127.0.0.zone";
};



include "/etc/named.conf.include";
zone "eagma.local" in {
        allow-transfer { any; };
        file "master/eagma.local";
type master;
};


*And here is the important zone record*


$TTL 2D
@               IN SOA          linux-g4ew.site.
root.linux-g4ew.site. (
                                2012072603      ; serial
                                3H              ; refresh
                                1H              ; retry
                                1W              ; expiry
                                1D )            ; minimum

eagma.local.    IN NS           ns.eagma.local.
xserve1         IN A            192.168.169.3
xserve2         IN A            192.168.169.4
xserve3         IN A            192.168.169.5
ns              IN A            192.168.99.12
xserve4         IN A            192.168.169.6
zis             IN A            192.168.99.7
zisadmin        IN A            192.168.169.8
ftp             IN A            192.168.99.11

Thanks for any insights you have to offer.

Dave

-- 
David Tisdell. Music Teacher
Browns River Middle School
20 River Road
Jericho, VT 05465
[email protected] (e-mail)

-- 


This e-mail may contain information protected under the Family Educational 
Rights and Privacy Act (FERPA). If this e-mail contains student information 
and you are not entitled to access such information under FERPA, please 
notify the sender. Federal regulations require that you destroy this e-mail 
without reviewing it and you may not forward it to anyone. 

Reply via email to