ALLOW users with selected MAC addresses to bypass the Mikrotik Hotspot Login?
I assume your question was “How to ALLOW…?”
Quote from manual:
HotSpot Users
Submenu level: /ip hotspot user<…>
Notes
If auth-mac property is enabled, clients’ MAC addresses (written with CAPITAL letters) can be used as usernames. If auth-mac-password is set to no, there should be no password for that users. Otherwise, the password should be equal to the username. When a client is connecting, his/her MAC address is checked first. If there is a user with that MAC address, the client is authenticated as this user. If there is no match, client is asked for username and password.
Thanks Eugene, i know this way,..
I have conect Linux server to the hotspot wireless network without hotspot autentication, in older MT os. work this mangle:
/ip firewall mangle <enter>
add src-mac-address=00:01:01:01:01:01 action=passthrough mark-flow=hs-auth \ comment="mark packets as authenticated" disabled=no <enter>
but in new version not work.
Question is how connect server witout hotspot authentication, other then MAC authentication ?
Thanks
Robert
Im not 100% sure that i understand what is your problem but maybe you should check out this link if it solves some of your problems:
http://www.gpsinformation.org/hotspot/mthotspotredirect.html
Greets