Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| install_24_4_freeradius [2025/04/11 12:01] – [Configure FreeRADIUS] system | install_24_4_freeradius [2026/06/20 19:05] (current) – system | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| sudo apt-get -y install libdatetime-perl libdbd-mysql-perl libdigest-hmac-perl libdatetime-format-rfc3339-perl eapoltest | sudo apt-get -y install libdatetime-perl libdbd-mysql-perl libdigest-hmac-perl libdatetime-format-rfc3339-perl eapoltest | ||
| sudo apt-get -y install freeradius freeradius-mysql | sudo apt-get -y install freeradius freeradius-mysql | ||
| + | sudo apt-get -y install libjson-perl libwww-perl | ||
| # Answer yes to the question to install these packages with their dependencies | # Answer yes to the question to install these packages with their dependencies | ||
| # Please note that the installation of this package generates some things that can take a lot of time on slower computers. | # Please note that the installation of this package generates some things that can take a lot of time on slower computers. | ||
| Line 21: | Line 22: | ||
| # Backup the original FreeRADIUSdirectory | # Backup the original FreeRADIUSdirectory | ||
| sudo mv / | sudo mv / | ||
| - | # Extract | + | # Copy the RADIUSdesk modified FreeRADIUS directory |
| - | sudo tar xzf / | + | sudo cp -R / |
| sudo chown -R freerad: / | sudo chown -R freerad: / | ||
| + | sudo chown freerad: | ||
| + | sudo chown freerad: | ||
| + | sudo chown freerad: | ||
| sudo mkdir / | sudo mkdir / | ||
| sudo chown freerad: / | sudo chown freerad: / | ||