From: Fred T. Hamster Date: Sat, 14 Oct 2017 21:06:23 +0000 (-0400) Subject: added config for network manager X-Git-Tag: 2.140.90~134 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=471f34be1425bb921e89531cc9b638692acee0c2 added config for network manager this fixes a huge pain in my bum regarding the dhcp assigned dns addresses. --- 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. + +