I have a working routeros hex s (new to me) erased and updated to 7.9
I ran through the default config and got basic things working, lan dhcp, wan masquerade, ntp client/server, dns caching, and queing with cake..
I then setup wireguard following the docs with a peer, everything works except I cannot use the routeros dnscache via the wireguard peer..
when I use a different upstream recursor everything resolves and full tunnel wireguard does work..
I do have allow-remote-requests=yes on the dns
eth1 is wan
eth[2-5] is bridge and lan
wireguard is 192.0.2.254/28 and the peer is 192.0.2.241 (I did not see any type of bogon/rfc filtering that would cause the test-net-1 range not to work)
clients from the lan can ping 192.0.2.254 and seemingly resolve from it..
drill www.google.com @192.0.2.254
At that I am lost and not sure how to continue..
the wg peer does connect (192.0.2.241) and I can ping it from the lan when it is connected..
I could not find commands for showing the wg peer connected in the cli, but from the gui it does show connected and passing traffic..
Thank you in advance for taking the time to read this..
Suggestions or questions are greatly appreciated.