BIND 9.22

From: Baho Utot (baho-utot_at_columbus.rr.com)
Date: 04/27/05


Date: Wed, 27 Apr 2005 00:18:02 GMT

I have bind setup to cache lookups from the internet and also as a master
for my internal lan.

When I do a dig from the machine bind is running on it fails while a dig
from a machine on my lan works?
I think its from the config file but I just don't see the problem.

And do I have any thing else messed up?

Here is the /etc/named.conf

acl "lan" { 192.168.0.0/24; };
options {
        directory "/etc/namedb";
        pid-file "/etc/namedb/named.pid";
        statistics-file "/etc/namedb/named.stats";
        allow-query { lan; };
        allow-recursion { lan; };
};
key "rndc-key" {
        algorithm hmac-md5;
        secret "root-me";
};
controls {
        inet 127.0.0.1 port 953
        allow { 127.0.0.1; } keys { "rndc-key"; };
};
view "internal" {
        match-clients { localhost; lan; };
        zone "." {
                type hint;
                file "db.cache";
        };
        zone "0.0.127.in-addr.arpa" {
                type master;
                file "db.127.0.0";
                allow-update { none; };
        };
       zone "kumusta.org" {
                type master;
                notify no;
                file "db.kumusta.org";
                allow-query { any; };

        };
        zone "0.168.192.in-addr.arpa" {
                type master;
                file "db.192.168.0";
                allow-update { none; };
        };
};

Thanks

-- 
Tayo'y Mga Pinoy


Relevant Pages

  • Re: BIND 9.22
    ... | I have bind setup to cache lookups from the internet and also as a master ... | for my internal lan. ... | When I do a dig from the machine bind is running on it fails while a dig ...
    (comp.os.linux.networking)
  • Re: DHCPCD on an internal LAN
    ... your Internet connected machine and run IP masquerading to route the ... And, each internal LAN ... configuring everything with static IPs as I currently have things. ... is dnsmasq the tool for the job. ...
    (alt.os.linux)
  • Re: DHCPCD on an internal LAN
    ... If you want dynamic internal addresses you have to run a DHCP server on ... your Internet connected machine and run IP masquerading to route the ... And, each internal LAN ... configuring everything with static IPs as I currently have things. ...
    (alt.os.linux)
  • Re: Securing a WfWg computer
    ... Just a stand-alone WfW 3.11 PC or others, ... If you've got others (on an internal LAN, for example) use one of the ... currently connected to the Internet. ... This is a NEWSGROUP message; except for privacy reasons, ...
    (comp.security.misc)
  • Re: Hello Everyobody
    ... set up dmz or service network on separate subnet from internal LAN ... external - the public internet address ... >>with something related to security. ...
    (comp.security.firewalls)