Skip to content

Instantly share code, notes, and snippets.

@eagleEggs
Created May 31, 2019 02:45
Show Gist options
  • Save eagleEggs/9e581e47b2fb7678babc6551dd97c187 to your computer and use it in GitHub Desktop.
Save eagleEggs/9e581e47b2fb7678babc6551dd97c187 to your computer and use it in GitHub Desktop.
freeRadius (centOS)
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
@eagleEggs
Copy link
Author

firewall-cmd --permanent --add-port=1812/udp
" " --reload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment