Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
linux:host_dns [2017/12/09 01:19] – external edit 127.0.0.1linux:host_dns [2024/02/24 13:44] – [DNS-Server] tmade
Line 36: Line 36:
 [[Linux:BIND]] [[Linux:BIND]]
      
 +==== DNS-/ DHCP ====
  
 +If you want to **override** the DNS servers **provided by DHCP entirely** and force the system to use the ones you provide, use the supersede entry:
 +
 +  /etc/dhcp/dhclient.conf
 +  supersede domain-name-servers 127.0.0.1;
 +<code>
 +cat /etc/resolv.conf
 +nameserver 127.0.0.1
 +</code>
linux/host_dns.txt · Last modified: 2024/02/24 14:01 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki