If the client is getting the Nameserver IPs from the Main >> DNS Functions >> Nameserver IPs as
Example:
Nameserver | IP | Zones |
ns1.localhost.com | 127.0.0.1 | 2 |
ns2.localhost.com | 127.0.0.1 | 2 |
- From WHM to change them you can it from
- From the shell you can change it with the below mentioned process
127.0.0.1=ns1.localhost.com
127.0.0.1=ns2.localhost.com
change it to the appripriate IP address and Local host.
:wq!
- Then access the file /var/cpanel/nameserverips.yaml
Replace the appropriate nameservers and the IP address.
- After that restart the service
#service cpanel restart OR #/etc/init.d/cpanel restart
Check for the changes in the Nameserver IPs of the WHM.