Page 1 of 1

Problem with DNS

Posted: Sat Jun 29, 2019 11:42 pm
by riste55
Hello i've installed vestacp and php 7.2. However the dns is not resolving, and currently i have only the master site, but the other one who i'm hosting can't be displayed days ago. First i was thinking it is due to DNS propagation but it wasn't.

Something in BIND are bugged, and also mail server not working.

Re: Problem with DNS

Posted: Sun Jun 30, 2019 6:18 am
by Wibols
If you want to manage your DNS zones from VestaCP, you need to:
  1. Go to "VestaCP/DNS/domain.tld/Edit/NAMED Template" and select "child-ns".
  2. Have two "A records" for "ns1" and "ns2" pointing your server IP.
  3. Have two "NS records" pointing to "ns1.domain.tld." and "ns2.domain.tld."
  4. Go to your domain registrar control panel and to create two "custom nameservers" with "ns1.domain.tld" and "ns2.domain.tld" names pointing to your server IP.
  5. Wait for propagation.

Re: Problem with DNS

Posted: Sun Jun 30, 2019 5:43 pm
by riste55
Wibols wrote:
Sun Jun 30, 2019 6:18 am
If you want to manage your DNS zones from VestaCP, you need to:
  1. Go to "VestaCP/DNS/domain.tld/Edit/NAMED Template" and select "child-ns".
  2. Have two "A records" for "ns1" and "ns2" pointing your server IP.
  3. Have two "NS records" pointing to "ns1.domain.tld." and "ns2.domain.tld."
  4. Go to your domain registrar control panel and to create two "custom nameservers" with "ns1.domain.tld" and "ns2.domain.tld" names pointing to your server IP.
  5. Wait for propagation.
No still not working, i did everything and my DNS not work. THis is i think because of bind9 or something else wrong when i install via documentation automatically.

Anything else to resolve this issue?