From 471f34be1425bb921e89531cc9b638692acee0c2 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sat, 14 Oct 2017 17:06:23 -0400 Subject: [PATCH] added config for network manager this fixes a huge pain in my bum regarding the dhcp assigned dns addresses. --- .../network_manager/modify-NetworkManager.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 infobase/configuration/network_manager/modify-NetworkManager.conf diff --git a/infobase/configuration/network_manager/modify-NetworkManager.conf b/infobase/configuration/network_manager/modify-NetworkManager.conf new file mode 100644 index 00000000..719fefa3 --- /dev/null +++ b/infobase/configuration/network_manager/modify-NetworkManager.conf @@ -0,0 +1,16 @@ + + +the file /etc/NetworkManager/NetworkManager.conf needs to be modified at this line: + + dns=dnsmasq + +if that line is present, screwy stuff happens when we're trying to use our dhcp assigned +dns info. things don't resolve that should. + +with this setting commented out, e.g.: + + #dns=dnsmasq + +the dns resolution problems go away. + + -- 2.34.1