> Is it possible to configure my slave to receive zones using an
> specific interface from master?

Your slave's zone stanza looks like this:

        zone "example.net" {
                type slave;
                file "...";
                masters { 10.1.1.1; };
        };

The `masters' statement defines the address of the master server, so you
specify the private IP address of your master here.

        -JP
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to