Stefan Neufeind said:
> Hi,
>
> I'm running a separate bind-daemon as secondary-dns on some server of  a
> friend. He assigned me an IP (eth0:0) which I can use to bind my  own
> DNS-instance to. But when it comes to zone-transfers the
> secondary-DNS still connects to my primary-DNS using the "official"  eth0
> ... which, if you take it correct, is not the IP of my DNS-
> instance.

what does your zone setup on the slave look like? connections from
the *master* to the slave should come from eth0 not eth0:0 but connections
from the slave to the master should go to eth0:0

sample zone from my slave:

zone "aphroland.org" {
        type slave;
        file "slave/db.aphroland.org";
        masters { 216.39.174.24; };
        allow-transfer { 216.39.174.25; };
        allow-query { any; };
};

nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to