SHORT DESCRIPTION, DETAILS FOLLOW BELOW
notify client of our webpage when he connects, without hotspot restrictions .. possible?
Hi all,
first of all thanks everyone for your contributions, I’ve been searching around the manual and this forum for a while, and so far I’ve found everything I needed.
Except this time, a client asked for hotspot - like functionality but without the hotspot restrictions.
Basically we don’t want to disrupt the user’s experience when connecting to WiFi, we want them to have a smooth experience, (just like when they connect to their home network)
but on the other hand we’re looking for a way to present them our webpage.
What I mean is we want the clients to get notified through the device’s CNA, because that way they are presented with our external webpage, on which we perform various tasks such as advertising, login etc.
It’s up to them to tap/click on the CNA notification, but Internet connectivity should not be a problem, we want them to be able to connect anywhere they want as soon as they connect to our WiFi network.
Connect anywhere is currently not possible when hotspot is enabled, mainly because of HTTPS - various applications rely on Internet connectivity through HTTPS . I tried SSL decryption but that doesn’t always work.
On top of that, hotspot adds a lot of unnecessary overhead on RouterOS, so it seems too much of work when we just want to display our webpage.
steps I’m currently thinking of:
1. when client connects, a DHCP lease is bound for his address
2. add a firewall filter rule for that address to redirect him to our webpage
3. delete that filter -- (when?)
Is this the right way to go about this?
If yes, what would that fw rule be like?
When do we delete that rule so we don’t disrupt the user’s experience?
Hope all that makes sense, english is not my native language.
Any thoughts/suggestions very much appreciated!