DNS Forwarder and Delegation in single machine

Donie Damara doniedamara at yahoo.co.uk
Wed Jan 16 16:26:31 UTC 2002


Hi guys,
I'm new to DNS stuff.
I have a brand new cable modem to my home,
and I want to make all computers that I have (4 of
them) to connect using a single linux machine. As I
know, that Linux machine will be called GATEWAY, I
already installed BIND 8.* and and this line in option

forwarders { x.x.x.x; };

where x.x.x.x is the IP address of DNS Server which my
cable company provided.

Now, I wanna host my 3 domain name on that GATEWAY
machine, I've done the zone creation. But everytime I
query to the that gateway it always said those domain
is not exist.

Below I copy the named.conf of mine, please help me
with this.

Thanks a lot

Hermawan Haryanto

-----

options {
        directory "/var/named";
        forwarders { 202.134.0.155; };
        allow-query { 192.168.0.0/24; 127.0.0.1; };
};
controls {
        inet 127.0.0.1 allow { localhost; } keys {
rndckey; };
};
zone "." IN {
        type hint;
        file "named.ca";
};
zone "localhost" IN {
         type maser;
         file "localhost.zone";
         allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
         type master;
         file "named.local";
         allow-update { none; };
};
zone "dmonster.com" IN { 
         type master;
         file "db.dmonster.com";
};



__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com


More information about the bind-users mailing list