1️⃣ Radius Server
local server for local hotspot
Step 1 - Installation
Install freeradius and related utilities (from classic mode)
Step 2 - Configuration
Client Config
Nothing needs to be modified here, but this is were you can see and change the secret
secret=testing123
Modify EAP Config
From:
To:
Modify mschap Config
From this
Un-comment and modify these lines
ENSURE you remove the 'comment' hash tags (#) at the start of lines 3, 9 & 15
Configure a test user account
Find example user
lameuser
Uncomment him and the reply message line lameuser Auth-Type := Reject
Find example user
Bob
Step 3 - Restart freeradius service
The freeradius service is already up and running, in order for our changes to take effect you need to restart the service
Step 4 - Test
radtest
Using inbuilt utility radtest
'test' the radius server
radtest <user> <password> localhost 0 <secret>
Last updated
Was this helpful?