When I put my domain on the hotspot server profile DNS Name. All urls on walled garden IP list pointing to my website are not working. Any particular reason why? ![]()
The local MikroTik DNS overrides external DNS. So when you put your domain name as the DNS name for the hotspot, the local DNS now translates your domain into the IP of your MT box, instead of the correct IP of your server.
Thanks for the feedback. So, what is the right setting to make my hotspot login page appear http://mydomain.com/login.html instead of the default http://10.6.1.10/login.html?
That is done on the hotspot/login.html file. Look in the Servlet section of this doc page:
http://www.mikrotik.com/testdocs/ros/2.9/ip/hotspot.php
The login.html doc needs a redirect to the external page with a JavaScript routine.