Hi, I am trying to configure static dns on my network so that when a user types http://mydomain.com he is directed to 10.0.1.1 a server on my local network. i have tried setting up a static dns by going to ip>dns>static but that has only worked for me when i am running hotspot. is there any way i can set it up without enabling hotspot?
In addition to setting up the static DNS, your have to setup NAT rules to redirect all DNS request to your router.
/ip firewall nat
add action=redirect chain=dstnat dst-port=53 in-interface=bridge-local protocol=udp
add action=redirect chain=dstnat dst-port=53 in-interface=bridge-local protocol=tcp
Where bridge-local is the interface serving your clients.
Thanks a lot.. I had been battling with this for so long now…
-Just asking-
When hotspotis enabled, whenever i type the server ip address say http://10.0.1.1 the address is automatically redirected to mydomain.com (dns Server name) is it possible to do implement this on my server address?