[98658] in RedHat Linux List

home help back first fref pref prev next nref lref last post

/etc/named.conf? what's that?

daemon@ATHENA.MIT.EDU (Ed Lazor)
Mon Nov 9 23:44:43 1998

From: "Ed Lazor" <osmosis@navicom.net>
To: "redhat" <redhat-list@redhat.com>
Date: Mon, 9 Nov 1998 20:43:36 -0800
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com


I've been having trouble with DNS and can't seem to find anything but just
noticed
this named.conf file... I've just got a small home grown network, could this
be why
DNS isn't working on my redhat 5.2 server?

// generated by named-bootconf.pl

options {
        directory "/var/named";
        /*
         * 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";
};




-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
		http://www.redhat.com http://archive.redhat.com
         To unsubscribe: mail redhat-list-request@redhat.com with 
                       "unsubscribe" as the Subject.


home help back first fref pref prev next nref lref last post