https://download.mikrotik.com/routeros/7.15/CHANGELOG
Code: Select all
*) dns - added VRF support;
However I cant make this to work in 7.15.1 stable nor 7.15.2 stable (or 7.16beta2).
I can verify that the VRF is properly setup along with the routing tables because I can reach the ether1 interface both locally (on the same external switch as ether1 is connected to) as well as being routed through what this VRF is using as its default gateway.
Also outgoing ping and traceroute from the Mikrotik device (CRS326) towards 1.1.1.1 works.
But when I do a DNS-lookup locally I get an error:
Code: Select all
/put [:resolve ntp.se]
failure: dns server failure
Same with going to System->Packages in webfig I get:
Code: Select all
ERROR: could not resolve dns name (timeout)
The /ip/dns config is pretty straight forward:
Code: Select all
/ip dns
set servers=1.1.1.1 vrf=VRF-MGMT
So what am I missing here, have someone in here managed to get the VRF-support for /ip/dns to be working?