Help with Local DNS forwarding

Hi,

I just joined the RouterOs crew (coming from DD-WRT). I’ve got the following problem. I have a Server running at static ip (lease): 192.168.88.200. I want all the (local) subdomain hostnames " *.router.test" to be redirected to this IP:

I followed the wiki but it does not seem to work for me. See the result:

I dont have a clue what you mean.
a. you want all users on the lan to reach the server via a domain name (dyndns name) associated with the WANIP?

/ip dns static add address=192.168.88.200 regexp=".*\\.router\\.test\$"

This works for me.

Hi thank you very much. This is exactly what I needed. Guess I have a lot more to learn