diff options
author | Ovidiu Vancea <ovidiu.vancea@ni.com> | 2016-01-06 15:45:01 +0200 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-01-20 21:41:43 -0500 |
commit | 28b009f98e93b72efc7b65842cdac140202d9002 (patch) | |
tree | 12f23aea56b55f26eaf4c1733c4f0727771ea514 /meta-python | |
parent | d43819eb0481dd19f83e10542762c944083d9848 (diff) | |
download | meta-openembedded-28b009f98e93b72efc7b65842cdac140202d9002.tar.gz |
dnsmasq: Listen only on loopback and disable DHCP
Dnsmasq functions as DHCP and DNS servers by default and listens on all
interfaces. This conflicts with other DHCP or DNS servers already on
the network and corrupts DNS configuration on Windows systems.
We noticed that after installing docker, the Linux system became a
magnet for DNS requests coming from Windows systems. Dnsmasq is a
dependency for lxc which is recommended for docker.
Windows periodically broadcasts DHCPInform and DHCP servers reply with
DHCPAck. If the DHCPAck from the Linux target reaches the Windows
system first, Windows changes its DNS server IP to the Linux system
running dnsmasq. Dnsmasq ends up forwarding the DNS requests to the
official DNS server and replies back the answer to the original
requestor. The Linux system transparently becomes a DNS proxy on the
subnet.
Signed-off-by: Ovidiu Vancea <ovidiu.vancea@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions