How can I set the interface used to transfer zones?
    Jan-Piet Mens 
    jpmens.dns at gmail.com
       
    Thu Jul  5 12:31:31 UTC 2012
    
    
  
> 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
    
    
More information about the bind-users
mailing list