Open Hotspot

Open Hotspot

Is it possible to use the Hotspot as a splash page only? (like nocat) Maybe all users are able to use the same login / password or no password required?

RouterOS v2.8.7

thanks

Just use dst-nat and redirect all packets going out on port 80 to whatever IP address you wish.

Are there any examples anywhere of this?
I have been unable to find much in the forum to get me started.

Thanks in advance.

/ip firewall dst-nat add in-interface=X dst-address=11.22.33.44/32:80 protocol=tcp action=nat to-dst-address=12.23.34.45 to-dst-port=80

Where X is the HotSpot interface, 11.22.33.44 is it’s IP and 12.23.34.45 would be the proxy box.