I have a hotspot service at a apartment complex. Signal levels are good but when wii is told to connect it will not redirect to login page. Is there a way to allow the wii to connect without auth? or say be allowed to connect based on mac address and still have other customers login as normal?
P-Binding HotSpot menu allows to setup static One-to-One NAT translations, allows to bypass specific HotSpot clients without any authentication, and also allows to block specific hosts and subnets from HotSpot network
http://wiki.mikrotik.com/wiki/Manual:IP/Hotspot#IP_Bindings
/ip hotspot ip-binding add mac-address="aa:bb:cc:dd:ee:ff" type=bypassed
Substitute in the MAC address of the device that is to be exempted from logging in.
Thank you!!! i learn something new everyday. This is great.