Webproxy walled garden or something
Posted: Sat Mar 15, 2014 11:12 pm
Hello colleagues:
This is my situation, I'm redirecting users to the webproxy to show alerts about payment.
So, when I add a client to the addresslist He sees the alert and everything is OK. But now, I want to show them a video uploaded to youtube. But as I am redirecting all the traffic, He can't get the youtube video.
Is there something like walled garden for hotspot, in webproxy?
Regards!
This is my situation, I'm redirecting users to the webproxy to show alerts about payment.
Code: Select all
/ip firewall nat add action=redirect chain=dstnat comment="Payment" dst-port=80 in-interface=ether5-LAN1 protocol=tcp src-address-list=alert to-ports=999
Code: Select all
/ip proxy set enabled=yes port=999 ip proxy access
add action=deny redirect-to=10.0.3.2:89
Is there something like walled garden for hotspot, in webproxy?
Regards!