axfr from an another port
    Andras Horvai 
    andras.horvai at nextra.hu
       
    Tue Sep  9 17:21:55 UTC 2003
    
    
  
Hi All,
My server is a secondary sever for the xy.hu domain. I set up in the named.conf
to ask the 192.168.0.1 server on the 80 port.
(don't ask why the master server's administrator asked me)
But I receive this error message in the log file:
zone xy.hu/IN: refresh: failure trying master 192.168.0.121#80: operation canceled
But with the dig the axfr works fine if i specify the the port.
the config:
zone "xy.hu" {
        type slave;
        file "slave/xy/xy.hu";
        masters port 80 {
                192.168.0.121;
        };
};
Thanks in advance,
Andras
    
    
More information about the bind-users
mailing list