Dns

Discussion in 'Installation/Configuration' started by fra1, Dec 29, 2020.

  1. fra1

    fra1 New Member

    Hello dear friends and supporters.
    I have upgrade my installation from 3.1.15p3 to 3.2.1...

    I have problem with my dns server (i use it for manage only dns records).
    I can create new clients but I can't create a new soa records with wizard or manual setup.
    Thank you in advance for help!
     
  2. BayramGrbz45

    BayramGrbz45 New Member

    Were you able to track dns transactions in the log records before upgrading?
    example: Fields to which user ip addresses are forwarded ...
     
  3. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    There is a known issue that causes this, add 'dnssec_wanted=Y' to your dns templates as a workaround.
     
    fra1 and Th0m like this.
  4. BayramGrbz45

    BayramGrbz45 New Member

    I could not find the file path. Can you tell where he is?
     
  5. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    it's simply in the UI: DNS -> Templates
     
  6. BayramGrbz45

    BayramGrbz45 New Member

    Code:
    [ZONE]
    origin={DOMAIN}.
    ns={NS1}.
    mbox={EMAIL}.
    refresh=7200
    retry=540
    expire=604800
    minimum=3600
    ttl=3600
    dnssec_algo=ECDSAP256SHA256
    dnssec_wanted=Y
    
    [DNS_RECORDS]
    A|{DOMAIN}.|{IP}|0|3600
    A|www|{IP}|0|3600
    A|mail|{IP}|0|3600
    NS|{DOMAIN}.|{NS1}.|0|3600
    NS|{DOMAIN}.|{NS2}.|0|3600
    MX|{DOMAIN}.|mail.{DOMAIN}.|10|3600
    TXT|{DOMAIN}.|v=spf1 mx a ~all|0|3600
    is it correct
     
  7. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Yes
     
  8. BayramGrbz45

    BayramGrbz45 New Member

    this didn't fix my problem.
    I can't see who was redirected to which domain in the logs.
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    If I remember correctly, the y must be lower case.
     
  10. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    And should probably be 'n' unless you use dnssec. I think 3.2.2 was supposed to fix this issue, so you could undo the template change and upgrade and try again.
     
  11. BayramGrbz45

    BayramGrbz45 New Member

    I am using version 3.2.2. The error continues.
     
  12. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    It's unclear to me what your issue is. OP has an issue with creating DNS zones through the DNS wizard. If you're having a different issue, please don't hijack this thread, but create a new one where you describe your problem.
     

Share This Page