Hi All,
We have a problem with the free DNS service of CentOS webpanel.
- Domain is properly set up.
- Zones on free DNS are set up (both for xxxx.tld and
www.xxxx.tld) --> is that correct or do we just need it for xxxx.tld?
- Our nameservers within the webpanel is configured as below:
NAMESERVERS
ns1.centos-webpanel.com - IP: 185.4.149.83
ns2.centos-webpanel.com - IP: 185.4.149.90
- Our DNS zone file within CentOS webpanel is as below:
; Panel %version%
; Zone file for xxxx.tld
$TTL 14400
xxxx.tld. 86400 IN SOA ns1.centos-webpanel.com. xxxx@gmail.com. (
2014120902 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
xxxx.tld. 86400 IN NS ns1.centos-webpanel.com.
xxxx.tld. 86400 IN NS ns2.centos-webpanel.com.
xxxx.tld. IN A 198.2x.1xx.9x
localhost.xxxx.tld. IN A 127.0.0.1
xxxx.tld. IN MX 0 xxxx.tld.
mail IN CNAME xxxx.tld.
www IN CNAME xxxx.tld.
ftp IN CNAME xxxx.tld.
; Add additional settings below this line
Despite all, it doesn't work. Since we are really new to all of this can somebody please help us out?
Will be very grateful, thank you in advance,
Kind Regards,
Bas
---
Additional information: When I run a DNS check on the A records the nameservers look ok but the check gives me an error on the A record for the domain at the cent-os webpanel nameserver.