added config for network manager
[feisty_meow.git] / 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 (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.
+
+