Under “/ip dhcp-server network” I have my LAN network configured with “dns-server=8.8.8.8”, but RouterOS is completely ignoring that and advertising its own IP address plus the gateway’s IP address as domain servers.
Yes, I know for most LANs that would be normal, but then what’s the point of that dns-server parameter? If I have it set to 8.8.8.8, I really expect the actual offers to have 8.8.8.8 in them.
I’m fairly sure it used to work in previous versions. But I don’t know how to downgrade to rc56 and check…
> /ip dns print
servers: 8.8.8.8,8.8.4.4
dynamic-servers: 192.168.1.254
allow-remote-requests: yes
Same issue here, router is announcing its ip + dynamic pppoe dns servers instead of the configured dns-server.
Redid the configuration about three times until I recognized that it must be a RC bug…
(Ugly but working) temporary solution would be a firewall dnat rule or just a forward-reject like this if the router should be the only dns server:
Hi! I can confirm this issue too. I have choosen the simplest solution and have reverted back to v6.41rc56 which works fine. I hope this issue will be fixed in the next RC.
I hope this isn’t some “new direction for simplified configuration”…
It always has been like this (bad!) for IPv6, where the router advertises its own configured IPv6 DNS servers on the local network,
with no way at all to customize this (e.g. advertising the router itself as DNS server or some other DNS server on internet).
In IPv4 it worked as it should until now, but apparently it is now broken.
I think when MikroTik want to offer the capability to just relay some information (DNS, NTP) in the DHCP reply, it should
be a configurable option (can be ON by default), but it should be possible to override it with configured information as it was
before on the IPv4 DHCP server.