Problem Setup DNS Slave
#1
Problem Setup DNS Slave
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
Reply
#2
RE: Problem Setup DNS Slave
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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
DNS does not work Bind problem... Greval 17 46 ,086 07-04-2019, 01:50 AM
Last Post: fearworks
Main Domain problem. Surf3rDud3 14 40 ,999 11-29-2016, 11:59 PM
Last Post: Surf3rDud3
DNS Problem mvillara 1 6 ,893 10-04-2016, 03:33 AM
Last Post: Ron-e

Forum Jump:


Users browsing this thread: 1 Guest(s)