Joef

Member
Jan 15, 2017
16
2
3
usa
cPanel Access Level
Root Administrator
Hi,

I'm trying to change my Nameserver IP

Home »Server Configuration »Basic WebHost Manager Setup

When I click on "Configure Address Records" and try to change the ip under "Confirm the IPv4 address to create an A record" then click "Configure Address Records" in the popup it dosen't change.

What I'm I doing wrong?

Thank you
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,304
363
Houston
Hi @Joef

Can you confirm the DNS zone file for the nameserver is being modified accordingly? You can see these at WHM>>DNS Functions>>Edit DNS Zone

It may take some time for the system to report the nameserver IP's due to propagation once they're changed.


Thanks!
 
  • Like
Reactions: aadipop

Joef

Member
Jan 15, 2017
16
2
3
usa
cPanel Access Level
Root Administrator
"Can you confirm the DNS zone file for the nameserver is being modified accordingly?"

When i try to update the through "Configure Address Records" it gives this error in WHM>>DNS Functions>>Edit DNS Zone:

There were errors in the zone which have been highlighted below. Please manually correct these errors before trying to edit the zone.

2017010901 ; serial, todays date+todays no current owner name
3600 ; refresh, seconds no current owner name
7200 ; retry, seconds no current owner name
1209600 ; expire, seconds no current owner name
86400 ) ; minimum, seconds unbalanced parentheses
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,304
363
Houston
Hi @Joef

Can you run the following via CLI and let me know the output (please replace any actual IP's or domains)

Code:
head -10 /var/named/domain.tld.db
Code:
stat /var/named/domain.tld.db
 

Joef

Member
Jan 15, 2017
16
2
3
usa
cPanel Access Level
Root Administrator
"Can you run the following via CLI and let me know the output (please replace any actual IP's or domains)"

[root@server ~]# head -10 /var/named/domain.tld.db
head: cannot open `/var/named/domain.tld.db' for reading: No such file or directory