Created
May 31, 2019 02:45
-
-
Save eagleEggs/9e581e47b2fb7678babc6551dd97c187 to your computer and use it in GitHub Desktop.
freeRadius (centOS)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Notes during installation and setup of freeradius for centOS: | |
yum install freeradius | |
yum install freeradius-utils (for radtest etc...) | |
chmod o+x on files inaccessible (no ex bit) | |
start server: radiusd -X | |
test auth: radtest testing password 127.0.0.1 0 testing123 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
firewall-cmd --permanent --add-port=1812/udp
" " --reload