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.


Messages - AhrimanSefid

Pages: [1]
1
CentOS 7 Problems / Re: how can multi ip and multi dns?
« on: October 24, 2017, 04:39:26 PM »
hi.

how can multi ip and multi dns?

2
CentOS 7 Problems / Re: has no address records (A or AAAA)
« 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%

3
CentOS 7 Problems / how can multi ip and multi dns?
« on: October 24, 2017, 09:16:55 AM »
hi.

how can multi ip and multi dns? 8)

4
CentOS 7 Problems / 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.

Pages: [1]