added config for network manager
[feisty_meow.git] / infobase / configuration / network_manager / modify-NetworkManager.conf
1
2
3 the file /etc/NetworkManager/NetworkManager.conf needs to be modified at this line:
4
5   dns=dnsmasq
6
7 if that line is present, screwy stuff happens when we're trying to use our dhcp assigned
8 dns info.  things don't resolve that should.
9
10 with this setting commented out, e.g.:
11
12   #dns=dnsmasq
13
14 the dns resolution problems go away.
15
16