User Tools

Site Tools


wiki:add_dns_server

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
Last revisionBoth sides next revision
wiki:add_dns_server [2017/01/12 11:49] – [Add DNS Server] walkeradminwiki:add_dns_server [2017/01/12 11:54] walkeradmin
Line 1: Line 1:
 ====== Add DNS Server ====== ====== Add DNS Server ======
-\\ +<color orange>Jan 2017</color> 
 + 
 +---- 
 + 
 Normally we just add the IP Address, Subnet Mask and Gateway to the ifcfg-eth0 file, as that is all we need. But if it is required that we need to update the OS, or add a piece of software (htop for example) then we may need to add the DNS settings. Normally we just add the IP Address, Subnet Mask and Gateway to the ifcfg-eth0 file, as that is all we need. But if it is required that we need to update the OS, or add a piece of software (htop for example) then we may need to add the DNS settings.
 +\\ 
 +\\ 
 +While this was written with CentOs 6/7 in mind, it may work for other Linux distributions.
 \\  \\ 
 \\  \\ 
Line 18: Line 25:
 \\  \\ 
 \\  \\ 
-//sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0//+**//sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0//**
 \\  \\ 
 \\  \\ 
Line 30: Line 37:
 \\  \\ 
 \\  \\ 
-//sudo vi /etc/resolv.conf //+**//sudo vi /etc/resolv.conf//**
 \\  \\ 
 \\  \\ 
-nameserver 8.8.8.8 +nameserver 8.8.8.8\\  
-nameserver 8.8.4.4+nameserver 8.8.4.4\\ 
 \\  \\ 
 \\  \\ 
Line 41: Line 48:
  
 ==== Method 2 ==== ==== Method 2 ====
 +\\ 
 +Alternatively, you can specify DNS servers directly in the interface configuration file, instead of modifying /etc/resolv.conf yourself. That is:
 +\\ 
 +\\ 
 +**//sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0//**
 +\\ 
 +\\ 
 +DEVICE=eth0\\ 
 +BOOTPROTO=dhcp\\ 
 +ONBOOT=yes\\ 
 +**DNS1=8.8.8.8**\\ 
 +**DNS2=8.8.4.4**\\ 
 +\\ 
 +\\ 
 +The DNS servers specified with "DNS1/DNS2" directives will then automatically be added to **/etc/resolv.conf** when the interface is activated. So there is no need to modify **/etc/resolv.conf** yourself.
  
wiki/add_dns_server.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1