Sentora Support Forums

Full Version: Problem Setup DNS Slave
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I want to setup DNS Slave for my sentora server, I've set this file /etc/sentora/configs/bind/named.conf

Set this line

acl trusted-servers {
    my-ip-address; my-ip-slave;
};

And config this file /etc/sentora/configs/bind/etc/named.conf

Set this line

zone "my.domain" IN {
        type master;
        file "/etc/sentora/configs/bind/zones/my.domain.txt";
        allow-transfer { trusted-servers; };


And in dns slave server, show this log, connection refused transfered

Any help me for setup DNS slave?

Thanks
You have checked that your servers have communication between them?
Check with a simple ping, or temporary turn of your firewalls in both.
Is it works then you need to configure the iptables rules apropiated.