mjarends wrote:@gfunkdave Are you still using your configuration below with the newest release (1.9.0) of the EdgeRouter OS? Do you have service dhcp-server use-dnsmasq enabled? Did you need to change any of the other options below?
No, I updated it to support the new configuration features with 1.9.0, but it should keep working just fine if you want to use it. The end result is the same.
Here's the current config:
david@RoutyMcRouterson# show service dhcp-server use-dnsmasq use-dnsmasq enable
david@RoutyMcRouterson# show service dns forwarding cache-size 500 listen-on switch0 listen-on vtun0 listen-on vtun1 listen-on switch0.10 name-server 208.67.222.222 name-server 208.67.220.220 options server=/radin/192.168.1.1 options server=/rena/192.168.10.1 options server=/meadows.local/192.168.3.253 options no-dhcp-interface=vtun0,vtun1 options addn-hosts=/config/dnsmasq.hosts options listen-address=192.168.4.1
All you really need from the second block are the cache size and a listen interface - and the name servers, probably.