Comments on How to Install FreeRADIUS and Daloradius on Ubuntu 20.04
In this tutorial, we'll install FreeRADIUS on a server running Ubuntu 20.04, configure it to work with MySQL/MariaDB, and then install daloRADIUS, a RADIUS web management panel that is basically a GUI for FreeRADIUS.
4 Comment(s)
Comments
Shouldn't FreeRadius be configured to use MySQL as a storage backend?
Good day.
I am having a proble with Daloradius. I configured Daloradius in ubuntu 20.4. The login screen displays correctly but when i entered my username and password it displays the contents of the "daloradius.conf.php". Any help please?
This article is really helpful. however when I input administrator and radius as password it generates an error:
This page isn't working at the moment192.168.2.151 can't currently handle this request.
HTTP ERROR 500If you able to give me the solution, it would be great for me.
Thanks
Hello all I have just installed this guide on Ubuntu 20.4.6
Few comments on the guide, there were 3 issues.
1 - GRANT ALL ON radius.* TO radius@localhost IDENTIFIED BY "yourpassword ";
I had to add the rule: GRANT ALL ON radius.* TO root@localhost IDENTIFIED BY "yourpassword ";
to make this guide work.
2 - Next issue is the github version of Daloradius is not compatible with this guide. the below link won´t work for me.
wget https://github.com/lirantal/daloradius/archive/master.zipI downloaded this older version and it worked ok:
https://sourceforge.net/projects/daloradius/
3 - Finally the guide tells you to activate the firewall.
if you connect via SSH make sure to add that rule first.
And also you might want to add port 80 to the firewall... else you cannot access the Daloradius page at all like shown in the guide...
sudo ufw allow 80sudo ufw allow 22