Authentication with MACADDRESS and PASSWORD
It's possibile to enable autentication with Freeradius server using MACADDRESS (username) and password (textmode) ? I've try this: 0014853077be Cleartext-Password := "passwordtest" Tunnel-Private-Group-ID := 3 Using MACADDRESS for "password" it works fine, but I dont know how to set password on client (Mac/Linux/windows) Thanks Paolo
With MAC auth password is set by NAS/BRAS. Usualy empty or exact mac address. there is no way to set it on client. You need to detect this type of requests and skip pap\chap\etc for it. Like if User-Name == Calling-Station-id then access-accept. -- Best regards, Aleksandr Stepanov. 20.03.2018, 16:25, "Paolo D'Angeli" <p.dangeli@tiscali.it>:
It's possibile to enable autentication with Freeradius server using MACADDRESS (username) and password (textmode) ? I've try this:
0014853077be Cleartext-Password := "passwordtest" Tunnel-Private-Group-ID := 3
Using MACADDRESS for "password" it works fine, but I dont know how to set password on client (Mac/Linux/windows)
Thanks
Paolo - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Paolo D'Angeli <p.dangeli@tiscali.it>:
Using MACADDRESS for "password" it works fine, but I dont know how to set password on client (Mac/Linux/windows)
It sounds like you are using mac authentication bypass (MAB), in which case, the answer is no. Your switch may support wired dot1x (802.1x) instead or in addition to MAB. If you can configure that on the switch and on the client side, you can use a password.
participants (3)
-
Aleksandr Stepanov -
Brian Julin -
Paolo D'Angeli