Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - basnl90

Pages: [1]
1
DNS / Problem with installing free dns CentOS Webpanel service
« on: December 09, 2014, 09:13:00 PM »
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:

Code: [Select]
; 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.

Pages: [1]