Author Topic: has no address records (A or AAAA)  (Read 17513 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
has no address records (A or AAAA)
« on: October 19, 2017, 08:52:29 AM »
Hi All.
Me Now Install panel and add domain but check dns see error :

Code: [Select]
Checking DNS Zone Record for Domain: novinelectronik.com
Checking Zone File: /var/named/novinelectronik.com.db

zone novinelectronik.com/IN: NS 'ns1.novinelectronik.com' has no address records (A or AAAA)
zone novinelectronik.com/IN: NS 'ns2.novinelectronik.com' has no address records (A or AAAA)
zone novinelectronik.com/IN: not loaded due to errors.

Offline
***
Re: has no address records (A or AAAA)
« Reply #1 on: October 19, 2017, 02:20:20 PM »
Add in your zone file for novinelectronik.com this lines:
Code: [Select]
ns1.novinelectronik.com      IN     A            YOUR_EXTERNAL_IP
ns2.novinelectronik.com      IN     A            YOUR_EXTERNAL_IP
Then restart BIND through CWP or through console:
Code: [Select]
service named restart (for CentOS 6)
systemctl restart named.service (for CentOS 7)
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...

Offline
*
Re: has no address records (A or AAAA)
« Reply #2 on: October 24, 2017, 09:19:32 AM »
Add in your zone file for novinelectronik.com this lines:
Code: [Select]
ns1.novinelectronik.com      IN     A            YOUR_EXTERNAL_IP
ns2.novinelectronik.com      IN     A            YOUR_EXTERNAL_IP
Then restart BIND through CWP or through console:
Code: [Select]
service named restart (for CentOS 6)
systemctl restart named.service (for CentOS 7)
thank you.
fixed error template  :
mail IN CNAME %ip%
www IN CNAME %ip%
* IN CNAME %ip%
ftp IN CNAME %ip%