🔔 🔔 🔔 Duyuru: 24. Yılımıza özel indirimler sizleri bekliyor ! Kampanya Kodu : TDATA2024 | Detaylı bilgi için tıklayınız.

Nameserver IPs not showing in WHM


Nameserver IPs not showing in WHM


Nameserver ips not show in WHM

If the nameserver ips not showing in your  WHM >> Main >> DNS Functions >> Nameserver IPs

In order to fix the issue you need to correct the entries for the name server’s IP in the below two files

1. You can check the entries in the /etc/nameserverips file and it should show the below output

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

And if the entries in the above files are correct then,

2. Check the next file it should show the below output

root@server [~]# cat /var/cpanel/nameserverips.yaml
—
ns1.yourdomain.com:
x.x.x.x: 1
count: 1
zones: yourdomain.com
ns2.yourdomain.com:
x.x.x.x: 1
count: 1
zones: yourdomain.com

If the nameserver ip entries are missing in your file then make ip changes and restart named service.

service named restart

Bu cevap yeterince yardımcı oldu mu?

Diğer Dökümanlar


  • cPanel accounts missing on List Accounts

    If your cPanel accounts missing on List Accounts WHM > List Accounts but It was created already. It may be corrupt the following file. Anyway, verify the following files entries. Check...

  • cPanel security settings checklist

    You always use cpanel recommended Security Settings to avoid hacking and other suspicious activity. These  cPanel Server Hardening & Security tips will help prevent from hacking. cPanel...

  • cPanel security settings checklist

    You always use cpanel recommended Security Settings to avoid hacking and other suspicious activity. These  cPanel Server Hardening & Security tips will help prevent from hacking. cPanel...

  • sendmail Not running with correct effective GID

    Wed Sep 04 04:11:11 2014] [error] [client 11.44.33.22] sendmail: Not running with correct effective GID.  Is sendmail binary setgid mailtrap?, It may be the problem with your sendmail binary...

  • How to enable NAT behind the cpanel ?

    Most of webhosting providers currently used NAT service for their users. When you install cPanel & WHM, the installer will detect whether your server is on a NAT-configured network. If the...