added config for network manager
authorFred T. Hamster <fred@gruntose.com>
Sat, 14 Oct 2017 21:06:23 +0000 (17:06 -0400)
committerFred T. Hamster <fred@gruntose.com>
Sat, 14 Oct 2017 21:06:23 +0000 (17:06 -0400)
this fixes a huge pain in my bum regarding the dhcp assigned dns
addresses.

infobase/configuration/network_manager/modify-NetworkManager.conf [new file with mode: 0644]

diff --git a/infobase/configuration/network_manager/modify-NetworkManager.conf b/infobase/configuration/network_manager/modify-NetworkManager.conf
new file mode 100644 (file)
index 0000000..719fefa
--- /dev/null
@@ -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.
+
+