Difference between revisions of "Changing nameservers"

From Pulsed Media Wiki
(Created page with "On most Linux servers the nameservers are in ''/etc/resolv.conf'' Edit this file, with for example vim vim /etc/resolv.conf Format of the file is ''nameserver a.b.c.d'', exampl...")
 
Line 7: Line 7:
 
  nameserver 8.8.8.8
 
  nameserver 8.8.8.8
 
  nameserver 8.8.4.4
 
  nameserver 8.8.4.4
 +
 +
[[Category:Dedicated server guides]]
 +
[[Category:Guides]]

Revision as of 01:23, 11 March 2011

On most Linux servers the nameservers are in /etc/resolv.conf Edit this file, with for example vim

vim /etc/resolv.conf

Format of the file is nameserver a.b.c.d, example resolv.conf with google dns servers:

nameserver 8.8.8.8
nameserver 8.8.4.4