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:34:56]
rory.blanchard [Change default nameserver in cPanel]
cpanel:how-to-change-nameservers-in-cpanel [2015-02-02 20:46:52]
rory.blanchard
Line 15: Line 15:
 ===== Backup existing Zones ===== ===== Backup existing Zones =====
  
-<alert+<note warning
-Do this first! +**Do this first!** 
-</alert>+</note>
  
 Make a backup of your existing zone files just in case something goes wrong. You can do this by running the following in the command line: Make a backup of your existing zone files just in case something goes wrong. You can do this by running the following in the command line:
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>
 \\ \\
 \\ \\