All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH 1/2] dnsmasq: add info for port setting
@ 2017-02-27  8:09 jackie.huang
  2017-02-27  8:09 ` [meta-networking][PATCH 2/2] dnsmasq: disable the service by default jackie.huang
  0 siblings, 1 reply; 7+ messages in thread
From: jackie.huang @ 2017-02-27  8:09 UTC (permalink / raw)
  To: openembedded-devel

From: Jackie Huang <jackie.huang@windriver.com>

The info is taken from CentOS which is usefull
when bind (provides named) and dnsmasq are both
installed and one may fail to start:
| dnsmasq: failed to create listening socket for port 53: Address already in use

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf b/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf
index 34d5135..9e5ab9f 100755
--- a/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf
+++ b/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf
@@ -4,6 +4,11 @@
 # as the long options legal on the command line. See
 # "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details.
 
+# Listen on this specific port instead of the standard DNS port
+# (53). Setting this to zero completely disables DNS function,
+# leaving only DHCP and/or TFTP.
+#port=5353
+
 # Change these lines if you want dnsmasq to serve MX records.
 # Only one of mx-host and mx-target need be set, the other defaults
 # to the name of the host  running dnsmasq.
-- 
2.8.3



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-02-28 17:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-27  8:09 [meta-networking][PATCH 1/2] dnsmasq: add info for port setting jackie.huang
2017-02-27  8:09 ` [meta-networking][PATCH 2/2] dnsmasq: disable the service by default jackie.huang
2017-02-27 14:39   ` Bruce Ashfield
2017-02-28  1:12     ` Huang, Jie (Jackie)
2017-02-28  1:17       ` Joe MacDonald
2017-02-28  3:35         ` Huang, Jie (Jackie)
2017-02-28 17:30       ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.