[FS#1177] dnsmasq spams syslog on loss of WAN connection

LEDE Bugs lede-bugs at lists.infradead.org
Fri Nov 24 03:11:44 PST 2017


The following task has a new comment added:

FS#1177 - dnsmasq spams syslog on loss of WAN connection
User who did this - Russell Senior (russell)

----------
Here you go:


config dnsmasq
	option filterwin2k '0'
	option rebind_localhost '1'
	option local '/lan/'
	option nonegcache '0'
	option authoritative '1'
	option readethers '1'
	option leasefile '/tmp/dhcp.leases'
	option resolvfile '/tmp/resolv.conf.auto'
	option localservice '1'
	option domainneeded '0'
	option boguspriv '0'
	option localise_queries '0'
	option domain 'foo'
	option expandhosts '0'
	option nohosts '0'
	option rebind_protection '0'
	list notinterface 'pppoe-wan'
	list server '/foo/111.222.33.44'
	list server '/11.10.in-addr.arpa/111.222.33.44'

config dhcp 'pub'
	option dhcpv6 'server'
	option ra 'server'
	option interface 'pub'
	option start '50'
	option limit '1024'
	option leasetime '1h'
	option force '1'

config dhcp 'wan'
	option interface 'wan'
	option ignore '1'

config odhcpd 'odhcpd'
	option maindhcp '0'
	option leasefile '/tmp/hosts/odhcpd'
	option leasetrigger '/usr/sbin/odhcpd-update'
	option loglevel '4'

config dhcp 'priv'
	option dhcpv6 'server'
	option ra 'server'
	option interface 'priv'
	option start '100'
	option limit '150'
	option leasetime '12h'
	option force '1'



... plus a bunch of host and a few boot and mac sections, that don't look relevant.
----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=1177#comment3905



More information about the lede-bugs mailing list