Problem with DNS
Problem with DNS
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.
Something in BIND are bugged, and also mail server not working.
Re: Problem with DNS
If you want to manage your DNS zones from VestaCP, you need to:
- Go to "VestaCP/DNS/domain.tld/Edit/NAMED Template" and select "child-ns".
- Have two "A records" for "ns1" and "ns2" pointing your server IP.
- Have two "NS records" pointing to "ns1.domain.tld." and "ns2.domain.tld."
- 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.
- Wait for propagation.
Re: Problem with DNS
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.Wibols wrote: ↑Sun Jun 30, 2019 6:18 amIf you want to manage your DNS zones from VestaCP, you need to:
- Go to "VestaCP/DNS/domain.tld/Edit/NAMED Template" and select "child-ns".
- Have two "A records" for "ns1" and "ns2" pointing your server IP.
- Have two "NS records" pointing to "ns1.domain.tld." and "ns2.domain.tld."
- 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.
- Wait for propagation.
Anything else to resolve this issue?