/ip dns set allow-remote-requests=yes
/ip dns static add address=192.168.128.1 name=router.lan
/ip dhcp-server add address-pool=dhcp interface=bridge name=defconf
/ip dhcp-server network add address=192.168.128.0/24 comment=defconf gateway=192.168.128.1 netmask=24
All clients are getting both 192.168.0.1 and 192.168.128.1 as DNS servers.
To my understanding only the MT internal DNS address (192.168.128.1) should have been pushed.
I don’t understand, pls help.
There is a separate checkmark “No DNS” to remove the automatic DNS servers from the list of DNS servers distributed via DHCP.
You can still distribute statically configured DNS servers.
Thanks.
I had a look at my other installations, and I recognized that that pushing received or set DNS as secondary DNSs is the normal operation.
I was mistaken, sorry.