Updated Installation linux (markdown)

szemley 2021-07-03 10:10:24 +00:00
parent 8e1f453679
commit f4779c089e

@ -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"**.