From f4779c089ea599a4825438d4ed162c5e1f208952 Mon Sep 17 00:00:00 2001 From: szemley <67058631+szemley@users.noreply.github.com> Date: Sat, 3 Jul 2021 10:10:24 +0000 Subject: [PATCH] Updated Installation linux (markdown) --- Installation-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation-linux.md b/Installation-linux.md index 075e75a..e2277c8 100644 --- a/Installation-linux.md +++ b/Installation-linux.md @@ -250,7 +250,7 @@ Save and close file. (Please note, that - for example - Debian distribution use Finally, reboot computer - it seems to be the best method to check if everything works (or just restart networking/resolvconf, using e.g. `service(8)` or `systemctl(1)` commands) and then check `/etc/resolv.conf` file again. Now, there always should be: IP address and EDNS0 option. -Anyway, if DHCP is in use and `dhclient` still overwrites `/etc/resolv.conf` file, User should try to remove `domain-name-servers` from the `request` statement in the file `/etc/dhcp/dhclient.conf` (for more - important - informations, please read: _"Modifying /etc/dhcp/dhclient.conf"_ section [in:] [Debian wiki - resolv.conf](https://wiki.debian.org/resolv.conf)). +Anyway, if DHCP is in use and `dhclient` still overwrites `/etc/resolv.conf` file, User should try to remove `domain-name-servers` from the `request` statement in the `/etc/dhcp/dhclient.conf` file (for more - important - informations, please read: _"Modifying /etc/dhcp/dhclient.conf"_ section [in:] [Debian wiki - resolv.conf](https://wiki.debian.org/resolv.conf)). Because problems with overwriting/replacing the `/etc/resolv.conf` file may have various sources and causes, it is worth reading, among other things, another man pages for `dhclient.conf(5)` (see especially `prepend domain-name-servers` option) and `resolvconf(8)` with _"libc"_ section [in:] **"CONSUMERS OF NAMESERVER INFORMATION"**.