[opensuse-factory] [tumbleweed] setting NETCONFIG_DNS_FORWARDER has no effect with NM 0.9.8
Hi, since NetworkManager update to 0.9.8.0 in Tumbleweed, my network configuration doesn't work anymore. It is because NETCONFIG_DNS_FORWARDER seems to be ignored and dnsmasq isn't involved in the name resolution. IOW /etc/resolv.conf with 0.9.8.0 is what is received from DHCP and with 0.9.6.4 it is empty (as it is supposed to be). # zypper in -f NetworkManager-0.9.6.4-5.6.1 solves that... Some more info: # grep NETCONFIG_DNS_FORWARDER /etc/sysconfig/network/config NETCONFIG_DNS_FORWARDER="dnsmasq" NETCONFIG_DNS_FORWARDER_FALLBACK="no" 0.9.8.0 (bad): # cat /etc/resolv.conf # Created by NetworkManager nameserver 192.168.0.1 # cat /var/run/dnsmasq-forwarders.conf cat: /var/run/dnsmasq-forwarders.conf: No such file or directory 0.9.6.4 (good): # cat /etc/resolv.conf ### /etc/resolv.conf file autogenerated by netconfig! # blahblah ... # cat /var/run/dnsmasq-forwarders.conf nameserver 192.168.0.1 thanks, -- js suse labs -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am 26.04.2013 13:46, schrieb Jiri Slaby:
Hi,
since NetworkManager update to 0.9.8.0 in Tumbleweed, my network configuration doesn't work anymore. It is because NETCONFIG_DNS_FORWARDER seems to be ignored and dnsmasq isn't involved in the name resolution.
AFAICT, NetworkManager now completely ignores netconfig and writes resolv.conf on its own.
IOW /etc/resolv.conf with 0.9.8.0 is what is received from DHCP and with 0.9.6.4 it is empty (as it is supposed to be).
# zypper in -f NetworkManager-0.9.6.4-5.6.1 solves that...
Some more info: # grep NETCONFIG_DNS_FORWARDER /etc/sysconfig/network/config NETCONFIG_DNS_FORWARDER="dnsmasq" NETCONFIG_DNS_FORWARDER_FALLBACK="no"
NETCONFIG_DNS_POLICY="STATIC_FALLBACK tun0 NetworkManager" (for hand-started openvpn) also does no longer work... :-( Thanks for bringing it up, I should have bugreported this a few weeks ago when I first noticed it... -- Stefan Seyfried "If your lighter runs out of fluid or flint and stops making fire, and you can't be bothered to figure out about lighter fluid or flint, that is not Zippo's fault." -- bkw -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 04/26/2013 01:52 PM, Stefan Seyfried wrote:
Some more info: # grep NETCONFIG_DNS_FORWARDER /etc/sysconfig/network/config NETCONFIG_DNS_FORWARDER="dnsmasq" NETCONFIG_DNS_FORWARDER_FALLBACK="no"
NETCONFIG_DNS_POLICY="STATIC_FALLBACK tun0 NetworkManager"
(for hand-started openvpn) also does no longer work... :-( Thanks for bringing it up, I should have bugreported this a few weeks ago when I first noticed it...
Now reported as: https://bugzilla.novell.com/show_bug.cgi?id=817592 thanks, -- js suse labs -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Jiri Slaby
-
Stefan Seyfried