Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| install_22_4_freeradius [2024/02/07 17:49] – created system | install_22_4_freeradius [2024/04/30 08:52] (current) – system | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| ===== Introduction ===== | ===== Introduction ===== | ||
| * Install FreeRADIUS and MySQL module. | * Install FreeRADIUS and MySQL module. | ||
| <code bash> | <code bash> | ||
| - | sudo apt-get -y install libdatetime-perl libdbd-mysql-perl libdigest-hmac-perl eapoltest | + | sudo apt-get -y install libdatetime-perl libdbd-mysql-perl libdigest-hmac-perl eapoltest |
| sudo apt-get -y install freeradius freeradius-mysql | sudo apt-get -y install freeradius freeradius-mysql | ||
| - | # Answer yes to install these with their dependencies | + | # Answer yes to the question |
| - | # Please note that when this package | + | # Please note that the installation of this package |
| </ | </ | ||
| * Activating and starting FreeRADIUS | * Activating and starting FreeRADIUS | ||
| Line 14: | Line 14: | ||
| sudo systemctl status freeradius | sudo systemctl status freeradius | ||
| </ | </ | ||
| - | ====== | + | ====== |
| * Proceed as follows to configure FreeRADIUS to work with RADIUSdesk | * Proceed as follows to configure FreeRADIUS to work with RADIUSdesk | ||
| <code bash> | <code bash> | ||
| Line 31: | Line 31: | ||
| sudo vi / | sudo vi / | ||
| </ | </ | ||
| - | * Find this part in the file and change FreeRADIUS-Client-Secret to the value you want to use. | + | * Locate |
| <code bash> | <code bash> | ||
| # Echo the IP address of the client. | # Echo the IP address of the client. | ||
| Line 75: | Line 75: | ||
| </ | </ | ||
| - | ===== Correction of a minor error ===== | + | ===== Correction of a small error ===== |
| * There is a small bug that prevents FreeRADIUS from starting after a restart. | * There is a small bug that prevents FreeRADIUS from starting after a restart. | ||
| Line 93: | Line 93: | ||
| ===== Next steps ===== | ===== Next steps ===== | ||
| - | * You need to do a few small tweaks for your environment | + | * You will need to make a few small adjustments to your environment |
| - | * [[md: | + | * [[install_tweak|Tweak Your Install]] |