Image RemovedImage Added
To test the RADIUS server directly, execute inside the VM:
sudo radtest user1 testpwd localhost 18128 testing123
mysql -u root -psecret radius
SELECT id, username, attribute, value, op FROM radcheck WHERE username = 'user1' ORDER BY id;
...