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
wiki:add_dns_server [2017/01/12 11:51] – [Method 2] walkeradminwiki:add_dns_server [2023/03/09 22:35] (current) – external edit 127.0.0.1
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 48: Line 55:
 \\  \\ 
 \\  \\ 
-DEVICE=eth0 +DEVICE=eth0\\  
-BOOTPROTO=dhcp +BOOTPROTO=dhcp\\  
-ONBOOT=yes +ONBOOT=yes\\  
-**DNS1=8.8.8.8** +**DNS1=8.8.8.8**\\  
-**DNS2=8.8.4.4**+**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. 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.1484221917.txt.gz · Last modified: 2023/03/09 22:35 (external edit)