Every user to have different Wireless password

Hi !

I want to ask you, is possible every user (5-6 users) to have different wireless password when connecting to Wireless AP?

I know that every users MAC adress must be stored in Access list, but dont know how to set different password for every MAC adress. If someone know, please answer to this thread. Thanks. :slight_smile:

If you don’t want to involve hotspot, you would need to create a special virtual Ap for each wifi client with its own security profile. You can also maintain access list to bond client with his virtual ap and prevent others to connect.

You’re going to be much better off going either HotSpot or Wireless authentication to a RADIUS server.

Just add the private password within the mac address in accesslist.
And set a global password under security tab.

Gesendet von meinem HTC Flyer P510e mit Tapatalk 2

Do you want more explaination how to do that? How to add that “private password” ?
I allready have global password set in Security Profiles. Maybe some image, will better explain, what you meen. I dont want to use Radius or separated VAP for every user.Thanks for answer. :slight_smile:

when you add each customer in the “Access List” menu, you can specify individual password

How to set individual password?

Allready added in ACL Wireless User MAC, but how to set individual password?

Pre-shared key = Wifi Password

OK, thanks. But when set wireless password, give me this error..

and then..

password was 15 characters long.. Tryed multiply passwords to set, but the same error persist.

Someone ?? @normis ?

I found this thread: http://forum.mikrotik.com/t/how-to-configure-wireless-password-on-router-rb433/30942/1

Also found this: http://asp24.com.ua/blog/dopolnitelnaya-autentifikatsiya-v-besprovodnykh-setyakh/#prettyPhoto

and follow that tutorial, but error persist.

and the same error show to me. I used long passwords, including letters, numbers etc, but the same error persist.. What to do?? I use RoS 6.20 on my RB2011UiAS-2nHD. I tryed to set this password for me (552HXPgM9WzqpBx) but the same error show to me, short password ? RoS, you must kidding me :laughing:

After 20 hours none have answer what to do now? :frowning:

This is my wireless config:

[admin@MikroTik] > /interface wireless export
# mar/15/2015 21:54:04 by RouterOS 6.20
# software id = XXXX-XXXX
#
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n country=macedonia disabled=no 
    distance=indoors l2mtu=2290 mode=ap-bridge wireless-protocol=802.11
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" 
    mode=dynamic-keys wpa-pre-shared-key=password wpa2-pre-shared-key=\
    password

None have idea, how to solve this? Mikrotik support you have the worst support ever made. Shame for you. :cry:

Looks like you’re on an old unsupported version of ROS. Have you contacted support via email rather than moaning on a user forum?

Old ? :astonished: Its not too old RoS version dude.. i meen that this is bug in this version. Do you have idea how to solve this ? I dont caontacted via email Mikrotik support yet. What to do now. RoS 6.20 is stable 45 days for me, without problem.

@ZeroByte maybe you?

to deanMKD1
Try to type it in terminal than in Winbox.

leave private key “none”, just enter the passphrase in the “pre shared key”

Ok that worked normis. thank you for responce. :smiley:

do you have a working example?
I try to set up dynamic VLAN assignments based on used Private-PSK.
There is this RADIUS attributes

Mikrotik-Wireless-PSK

which could be used but I cannot find any tutorial or topic using it, so I’m wondering if this is feasible?