Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cpanel:how-to-change-nameservers-in-cpanel [2015-02-02 20:36:17]
rory.blanchard [Backup existing Zones]
cpanel:how-to-change-nameservers-in-cpanel [2015-02-02 20:46:52]
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>
 \\ \\
 \\ \\