Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cpanel:how-to-change-nameservers-in-cpanel [2015-02-02 12:36:17] – [Backup existing Zones] rory.blanchardcpanel:how-to-change-nameservers-in-cpanel [2015-02-02 12:46:52] (current) rory.blanchard
Line 36: Line 36:
  
 <code> <code>
-replace "old.nameserver" "new.nameserver" -- /var/named/*.db+replace "old.example" "new.example" -- /var/named/*.db
 </code> </code>
  
Line 47: Line 47:
 </code> </code>
  
-\\+===== Reload BIND ===== 
 + 
 +In order to have your server reflect the new zones, run the following command: 
 + 
 +<code> 
 +service named reload 
 +</code>
 \\ \\
 \\ \\