Slave DNS IP

Discussion in 'Installation/Configuration' started by frprim, Apr 12, 2014.

  1. frprim

    frprim New Member

    Hi to all,
    I sucessfully installed slave dns server but when I try to add DNS zone with dns teplate:
    [ZONE]
    origin={DOMAIN}.
    ns={NS1}.
    mbox={EMAIL}.
    refresh=14400
    retry=3600
    expire=604800
    minimum=86400
    ttl=3600

    [DNS_RECORDS]
    A|{DOMAIN}.|{IP}|0|3600
    A|www|{IP}|0|3600
    A|mail|{IP}|0|3600
    A|NS1|{IP}|0|3600
    A|NS2|{IP}|0|3600
    NS|{DOMAIN}.|{NS1}.|0|3600
    NS|{DOMAIN}.|{NS2}.|0|3600
    MX|{DOMAIN}.|mail.{DOMAIN}.|10|3600
    TXT|{DOMAIN}.|v=spf1 a mx ~all|0
    {DKIM}|0|3600

    I get A record for NS2 identical to A record for NS1 so forcing me to manually change ns2 A record. Is this by design or I should change something?

    thanks in advance
     
  2. frprim

    frprim New Member

    One more thing

    Also, when I create a new zone its transfered to slave as it should but signed zone (dnssec) iz not. Any touhgts on why is that?

    thanks
     

Share This Page