Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SELinux configuration

There are currently no a few SELinux policies missing for Moonshot. Hence, and SELinux must either be run in Permissive mode, or the `radius` and `radiusd_moonshot` policies be disabled whenever FreeRadius is used (ie. APC, IDPs and RPPs)

For CentOS SELinux information
Tip

For disabling the `radius` and `radiusd_moonshot` policies and let FreeRadius run unconfined, use the following steps:

Code Block
languagebash
$ semodule -d radiusd_moonshot
$ semodule -d radius
$ restorecon -R -v /usr/sbin/radiusd /var/log/radius/

For setting SELinux in Permissive mode, please refer to the RootUsers guide to SELinux. It also applies to CentOS 6: https://www.rootusers.com/how-to-enable-or-disable-selinux-in-centos-rhel-7/


Networking configuration

For production deployments, it is recommended that the machine be assigned a static IP address.

...