[KLUG Members] DNS (bind) question

Bruce Smith members@kalamazoolinux.org
26 Oct 2002 22:43:27 -0400


> > Could be a lot of things, including a firewall blocking it.
> 
> You got it Bruce! it was the firewall on the server itself

Cool!

> I have two domains and after setting up my secondary server only one off
> my zones made the transfer.  It has to be something so simple.  I
> compaired the to zone in the named.conf on both the primary and
> secondary and they are identical, except of course the actual domain
> names.
> 
> What do think? Any ideas I can try.

Examples that work for me:

### Master:

zone "kalamazoolinux.org" {
        type master;
        file "db.kalamazoolinux";
};


### Slave:

zone "kalamazoolinux.org" {
        type slave;
        masters { 192.168.2.200; };
        file "db.kalamazoolinux";
};


You also may need to allow zone transfers in your named.conf files.
In the "options" section.  i.e.:

        allow-transfer { 192.168.2/24; };


--------------------------------------------
Bruce Smith                bruce@armintl.com
System Administrator / Network Administrator
Armstrong International, Inc.
Three Rivers, Michigan  49093  USA
http://www.armstrong-intl.com/
--------------------------------------------