Radius Server: Difference between revisions

 
(2 intermediate revisions by the same user not shown)
Line 10:
== Configuration ==
Edit the freeradius users:
sudo nano /etc/freeradius/3.0/users
 
Uncomment the user 'John Doe':
Line 26:
 
Remote access to the radius server
sudo nano /etc/freeradius/3.0/clients.conf
 
And add the following snippet:
Line 36:
 
Now from another machine, try the following:
radtest "John Doe" "hello" example10.com10.40.1 0 "mysecret"
 
You will get Access-Accept packet and "Hello, John Doe" messages.