DNS behavior in Mirror Setup

Discussion in 'Plugins/Modules/Addons' started by nighty985, May 16, 2018.

  1. nighty985

    nighty985 New Member

    Hello Friends,
    i have setup IPSconfig3 - 2 Server Mirror Setup, all is working well, except of transfer of slave DNS Zones to the slave.

    Is this the right behavior? I think if its a mirror setup, ispconfig should also transfer slave zones ?!

    Server-Task is running, i can see REPLACE INTO Querys for all "pri" zones, but slave zones missing.

    Thanks for help.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Slave zones for external domains shall get mirrored. But you did not create any slave zones for primary zones, right?
     
  3. nighty985

    nighty985 New Member

    no, master DNS is not one of my 2 servers. My servers should both be slaves (sorry for wording of first post)

    i want external master DNS with my Servers both as slave:
    Server1 Slave
    Server2 Slave

    master external DNS from friend

    i hope you understand what i try to achieve.

    Server1: /etc/named.conf.local
    zone "zone.tld" {
    type slave;
    masters {1.1.1.1;};
    allow-transfer {1.1.1.1;};
    file "/etc/bind/slave/sec.zone.tld";
    };

    This config is missing on server 2
    thx
     

Share This Page