Hi list Im trying to setup the connection to our 3com 3012 router to handle the connections, it has the following instructions that I dont fully understand could you please help me? Create a user on the Radius Server "admin" DONE Under "return list attributes" tab select "Ins" WHATS THIS? Scroll the attribute list for "User-Privilege" (this should now be listed if the dictionary file was successfully edited and loaded per Radius Server instructions) AND THIS? Select "User-Privilege" attribute, then "Admin" then select the "add" button WE DONT HAVE THAT BUTTON. The thing here is that I think that the server they are talking about is a Microsoft based or something like that, but Im not sure if I have to do something else with the freeradius right now I have the username and the password, The values of the router are on the dictionary file. Heres all the information about it. Solution ID: 3KB10331 Router 3000/5000 Series - Admin Login with Radius Authentication Problem: How to configure Radius Fix: To login to a 3Com Router using Radius Authentication perform the following: On the Radius server edit the Radius Server Dictionary file and add the lines below (refer to you Radius Server manual for details) ATTRIBUTE User-Privilege 107 integer VALUE User-Privilege Guest 0 VALUE User-Privilege Operator 1 VALUE User-Privilege Admin 2 Create a user on the Radius Server "admin" Under "return list attributes" tab select "Ins" Scroll the attribute list for "User-Privilege" (this should now be listed if the dictionary file was successfully edited and loaded per Radius Server instructions) Select "User-Privilege" attribute, then "Admin" then select the "add" button On the 3Com Router execute the following commands [Router_5231]local-user admin service-type administrator password simple admin local user database entry in the event Radius Servers are unavailable [Router_5231]radius server 10.210.2.250 IP Address of the Radius Server [Router_5231]radius shared-key 1234abcd Radius Server shared secret [Router_5231]aaa-enable Enable AAA Authentication, Authorization and Accounting [Router_5231]aaa authentication-scheme login default radius local Configures the Router to authenticate login via Radius first then the local user database Any Ideas? Thanks for your help