[KLUG Members] zone transfer problem was DNS (bind) question

Bill Katsma members@kalamazoolinux.org
Sun, 27 Oct 2002 11:11:39 -0500


Well I have it working now.  Not sure what the problem is yet but it has
something to do with the firewall/routing.

My primary server is out on a DMZ and my secondary is on another network.
They can talk to each other using there private IP's but not there public.
So that is what i had to change in my named.conf file on the slave.

I cna go into more detail if interested but for now I will leave it as fixed
and dig in to why they can not talk to each other public IP.

Thanks


----- Original Message -----
From: "Bill Katsma" <bkatsma@attbi.com>
To: <members@kalamazoolinux.org>
Sent: Saturday, October 26, 2002 10:06 PM
Subject: Re: [KLUG Members] zone transfer problem was DNS (bind) question


> Here is the message I am getting in my log
>
> Oct 26 22:02:26 www named[5744]: transfer of 'domainname.com/IN' from
> 199.XXX.XXX.XXX#53: failed while receiving responses: REFUSED
> Oct 26 22:02:26 www named[5744]: transfer of 'domainname.com/IN' from
> 199.XXX.XXX.XXX#53: end of transfer
>
> my zones in my primary named.conf:
>
> zone "notworking.com" {
>         type master;
>         notify yes;
>         file "pz/notworking.com";
>         allow-transfer { 199.xxx.xxx.xxx; localhost; };
> };
>
> zone "workin.com" {
>         type master;
>         notify yes;
>         file "pz/working.com";
>         allow-transfer { 199.xxx.xxx.xxx; localhost; };
> };
>
>
>
> my zones in my primary named.conf:
>
> zone "notworking.com" {
>         type slave;
>         file "pz/notworking.com";
>         masters { 199.xxx.xxx.xxx; };
> };
>
> zone "working.com" {
>         type slave;
>         file "pz/working.com";
>         masters { 199.xxx.xxx.xxx; };
> };
>
>
> Thnaks again
>
>
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Members mailing list
> Members@kalamazoolinux.org
> 
>