saros

Active Member
Aug 28, 2013
30
0
6
cPanel Access Level
Root Administrator
I edit the file

Code:
root@server [~]# cat /etc/nameserverips
x.x.x.x=ns1.yourdomain.com
x.x.x.x=ns2.yourdomain.com

and edit
Code:
ns1.mydomain.com:
209.x.x.x: 1
count: 1
zones: mydomain.com

ns2.mydomain.com:
55.x.x.x: 1
count: 1
zones: mydomain.com
Work !

But when I type "/usr/local/cpanel/scripts/updatenameserverips"

resets everything, and disappears !
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

The functionality of the "Nameserver IPs" page is for visual purposes only. It is a report, and not a page meant to configure any aspect of DNS. It reports the nameservers used by DNS zones on the server, as well as a count of the the number of zones that use a given nameserver. The important entries on the cPanel server are the "A" records that you have added for your name servers. Thus, as long as you have registered these name servers to the matching IP addresses at the domain registrar, and added the "A" records, then no further DNS configuration is required. The "Nameserver IPs" page can include cached data, so you can safely ignore any mentions of "No IP" or an alternate IP on that page as it may take some time before it updates.

Thank you.