I have activated hotspot, only to use it as a webserver, where i can put an index page.
I have two pools of ip, ie, 192.168.1.0/24 and 192.168.2.0/24,
/ip firewall dst-nat add src-address=192.168.1.0/24 protocol=tcp action=redirect to-dst-port=80
I would like to redirect users of 192.168.1.0 to the hotspot, say index1.html and redirect users of 192.168.2.0 to say index2.html. Is it possible ? if so, how should i write the script or an html page do do so.
Thanks