UDP Port 53

Duane Attaway dattaway at dattaway.org
Mon Apr 21 17:28:25 CDT 2003


On Mon, 21 Apr 2003, jose sanchez wrote:

> I have a couple of questions regarding hosting your own DNS server.

Check your named.conf file for what hosts you allowing.  Otherwise, your 
name server will not talk to them.

root at satellite etc # cat bind/named.conf 
options {
        directory "/var/bind";

        // uncomment the following lines to turn on DNS forwarding,
        // and change the forwarind ip address(es) :
        //forward first;
        //forwarders {
        //      123.123.123.123
        //      123,123.123.123;
        //};

        // to allow only specific hosts to use the DNS server:
        allow-query {
                127.0.0.1;
                24.166.190.52;
                192.168.1.0;
                24.166.189.124;
        };

--
Programming C shells by the sea shore since 1994.
http://dattaway.org    




More information about the Kclug mailing list