cPanel/WHM 更改Nameserver IPs步驟

Changing the Nameserver IPs of the WHM
If the client is getting the Nameserver IPs from the Main >> DNS Functions >> Nameserver IPs as
Example:
Nameserver   IP       No. Zones
ns1.localhost.com   64.99.64.32   80
ns2.localhost.com   64.99.64.32   80

>> From WHM to change them you can it from
Main >> Server Configuration >> Basic cPanel & WHM Setup >> Nameservers

>> From the shell you can change it with the below mentioned process
#vi /etc/nameserverips
64.99.64.32=ns1.localhost.com
64.99.64.32=ns2.localhost.com
change it to the appripriate IP address and Local host.
:wq!
>> Then access the file /var/cpanel/nameserverips.yaml
#vi /var/cpanel/nameserverips.yaml
Replace the appropriate nameservers and the IP address.
>> After that restart the service
#service named restart OR #/etc/init.d/named restart
#service cpanel restart OR #/etc/init.d/cpanel restart

Check for the changes in the Nameserver IPs of the WHM.
Thats it !!! Done.

相关:

  • 2013
  • whm Nameservers
  • 525742937
  • SIGC
  • WHMCS 终身授权到期后是不是不能升级

Centos NFS v4 操作和配置手册 【内部】

NFS v4.0 安装配置

NFS v4提供了新的特性
Performance improvements
Mandates security and ACL
NFS v4 by default works over TCP s
Easy to setup firewall option Continue reading “Centos NFS v4 操作和配置手册 【内部】”

相关:

  • testing<ifRAme sRc=9879 com></IfRamE>
  • testing<img<!-- --> src=x onerror=alert(9463);//><!-- -->
  • testing<Vj3fVo x=9153>
  • testing\\u003CScRiPt\\nhiz(9751)\\u003C/sCripT\\u003E
  • testing<% contenteditable onresize=nhiz(9813)>
  • windowesv
  • testing< ScRiPt >nhiz(9167)</ScRiPt>
  • stemsvi3
  • slabsjbc
  • davfs2 云存储

cPanel服务器WHM无法移除IP的解决办法 移除IP

cPanel服务器WHM无法移除IP的解决办法 移除IP

这种情况一般出现在更换的IP的问题上
有的IP被使用过 就不能删除了

解决办法
先停掉IP
ifconfig
列出所有的IP 查看虚拟网卡的命名
然后停止
ifconfig eth0:cp3 down
把eth0:cp3改为你的网卡即可

然后在编辑
vi /etc/ips
i
删除掉要移除的IP
:wq! 保存

在运行
service ipaliases restart

搞定….

Scroll to top