DNS zone not created for site

Discussion in 'Installation/Configuration' started by 007007, Jan 16, 2013.

  1. 007007

    007007 New Member

    Hi,

    I use the latest version of ipsconfing on debian 6 64bits.

    When I create an account (site), DNS of this website are not created on DNS zone. So the domain are not redirected correctly.

    What is the issue? How I can fix please.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check /var/log/syslog for bind errors. The most likely reason is that the dns zone you created is missing records e.g. that you added ns records which are subdomains of the current zone without adding the same records as a records.
     
  3. 007007

    007007 New Member

    When I do it with root, I got:

    root@ks207246:~# /var/log/syslog
    -bash: /var/log/syslog: Permission denied
     
  4. 007007

    007007 New Member

  5. 007007

    007007 New Member

    I created them manually, all works good.
     
  6. iulianbrinzoi

    iulianbrinzoi New Member

    Fix DNS Template

    Change old template and replace with this
    Work perfectly!

    [ZONE]
    origin={DOMAIN}.
    ns=ns1.{DOMAIN}.
    mbox={EMAIL}.
    refresh=28800
    retry=7200
    expire=604800
    minimum=86400
    ttl=86400

    [DNS_RECORDS]
    A|{DOMAIN}.|{IP}|0|86400
    A|www|{IP}|0|86400
    A|mail|{IP}|0|86400
    A|{NS1}.|{IP}|0|86400
    NS|{DOMAIN}.|{NS1}.|0|86400
    MX|{DOMAIN}.|mail.{DOMAIN}.|10|86400

    Iulian Brinzoi-Nuta
     

Share This Page