DNS Forwarder and Delegation in single machine

Barry Margolin barmar at genuity.net
Wed Jan 16 18:14:06 UTC 2002


In article <a249qn$hdb at pub3.rc.vix.com>,
Donie Damara  <doniedamara at yahoo.co.uk> wrote:
>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.

Maybe you have syntax errors in the DB files, which you didn't copy here.
Check your log for warnings from named.

>
>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;

You have a typo there, it should be "master".

>         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
>


-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list