Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: AhrimanSefid on October 19, 2017, 08:52:29 AM

Title: has no address records (A or AAAA)
Post by: AhrimanSefid 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.
Title: Re: has no address records (A or AAAA)
Post by: darkness 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)
Title: Re: has no address records (A or AAAA)
Post by: AhrimanSefid 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%