I dont use walled garden or hotspot, simple dhcp hand outs. Any ideas on how i could redirect a single user to only beable to access web and only access one web page?
THe reason, i can tell when someone from outside of our complex connects to our wifi network, i know how to block their net access but i would rather redirect them to a single webpage of advertisement.
i know this will prob. be based upon mac address so that can be changed on the end users’ side..but thats ok.
You can add a dst-nat and select protocol 6(tcp) port 80 and action dst-nat to address xxx.xxx.xxx.xxx (auto-ips if you type in web address) and to port 80. Also, you can add a drop firewall rule for all other traffic.