redirect to a website after hotsopt login

HI

I want to know if is possible to redirect to a web site after hotspot login in mikrotiv v 2.8, and then the usser can navigatte normaly
in DST-NAT and in th forward chain I hace the appropiates rules to acced to the website when the usser is not logged

atte

Zaterio

here:
http://www.mikrotik.com/docs/ros/2.9/ip/hotspot||0.8423176007388324

to choose different page shown after login, in login.html change:

<input type="hidden" name="dst" value="$(link-orig)">

to this line:

<input type="hidden" name="dst" value="http://your.web.server">

you should correct the link to point to your server. this is for 2.9

Thanksssss MR normis

atte

zaterio :blush: :blush: