I’ve setup wi-fi hotspot on rb433 with remote radius (for credit card paying users) and I need 2nd radius for the same hotspot to authenticate via vouchers from Userman (also remote one).
I’ve added both radius servers into Radius section.
The problem is that if user is not found on first radius, it will not check 2nd one. If I change the order of radius servers then I can have vouchers, but not cc users and vice versa.
Is it possible at all? Or I’m doing something wrong?
If you need both kind of users (voucher and CC) on the same network, you’ll either have to use a RADIUS server that can proxy (User Manager cannot), or you’ll have to have both datasets on the same RADIUS server.
ADD: If you need them on the same hotspot, you can do it with
/ip hotspot profile
set 1 split-user-domain=yes
Then use a username like user@domain2 for the voucher clients, and use the the radius settings from the link above. Set your hotspot profile radius-default-domain=domain1.
So if I am adding the VAP interface, do i assign the same Ip adress to it, as to the wlan1 interface?
And also the SSID do i give it the same ssid as on the wlan1 interface?
The Virtual Access Point should be treated as a separate interface once it is created. It must be assigned its own ssid, ip/netmask, dhcp server and hotspot. Only the radio’s frequency and mode are shared.