Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnsmasq: illegal repeated keyword at line 17 of /var/etc/dnsmasq.conf #31

Open
peteruithoven opened this issue Jun 15, 2015 · 0 comments

Comments

@peteruithoven
Copy link
Member

In the syslog of a WiFi-Box, I'm finding the following error:

Mon Jun 15 09:38:29 2015 daemon.crit dnsmasq[1050]: illegal repeated keyword at line 17 of /var/etc/dnsmasq.conf
Mon Jun 15 09:38:29 2015 daemon.crit dnsmasq[1050]: FAILED to start up

This file contains:

# auto-generated config file from /etc/config/dhcp
conf-file=/etc/dnsmasq.conf
dhcp-authoritative
domain-needed
localise-queries
read-ethers
bogus-priv
expand-hosts
domain=lan
server=/lan/
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




dhcp-range=lan,192.168.5.100,192.168.5.249,255.255.255.0,12h
dhcp-option=lan,3
dhcp-option=lan,6

So there might be a problem with the line: dhcp-broadcast=tag:needs-broadcast.

Would this be why we needed to add a dhcp workaround? See: Doodle3D/doodle3d-client#66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants