#20595: dnsmasq: /var/etc/dnsmasq.conf 'local' parameter key is being wrongly
auto-
generated as 'server'
---------------------------+----------------------------------
Reporter: darksynical@… | Owner: developers
Type: defect | Status: new
Priority: high | Milestone: Chaos Calmer (trunk)
Component: packages | Version:
Keywords: dnsmasq |
---------------------------+----------------------------------
I installed chaos calmer on my netgear wndr3700.
While setting up DHCP and DNS, I noticed that when /var/etc/dnsmasq.conf
get auto-generated, the 'local' parameter key is being wrongly auto-
generated as 'server'.
#########
root@router:/# cat /var/etc/dnsmasq.conf
# auto-generated config file from /etc/config/dhcp
conf-file=/etc/dnsmasq.conf
dhcp-authoritative
domain-needed
filterwin2k
localise-queries
read-ethers
bogus-priv
expand-hosts
local-service
domain=synical
server=/synical/
server=10.0.10.2
dhcp-leasefile=/tmp/dhcp.leases
resolv-file=/tmp/resolv.conf.auto
addn-hosts=/tmp/hosts
conf-dir=/tmp/dnsmasq.d
stop-dns-rebind
rebind-localhost-ok
dhcp-broadcast=tag:needs-broadcast
....
#########
Looking at the above, its being generated as...
domain=synical
server=/synical/
server=10.0.10.2
I believe the above should be "local=/synical/" (per:
http://wiki.openwrt.org/doc/howto/dhcp.dnsmasq), and instead it using the
parameter keyword for DNS forwarders.
In LUCI, I specified "/synical/" under Network -> DHCP and DNS -> General
Settings -> Local server
Can you please take a look? Thank you.
--
Ticket URL: <https://dev.openwrt.org/ticket/20595>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets