A docker container for Freeradius with MySQL support
1.2K
This is a Docker image for FreeRADIUS (with MySQL support).
Run the container using the following command:
docker run -d --name freeradius \
-e MYSQL_SERVER=<host> \
-e MYSQL_PORT=<port> \
-e MYSQL_USER=<user> \
-e MYSQL_PASSWORD=<password> \
-e MYSQL_DBNAME=<database_name> \
-e SECRET=<secret_for_default_NAS> \
-p 1812:1812/udp -p 1813:1813/udp \
xosadmin/docker-freeradius
--network host option is required if you wish to control client access.defaultNAS is created during the first startup. You can modify it in /etc/freeradius/3.0/clients.conf.-v /path/to/clients.conf:/etc/freeradius/3.0/clients.conf to apply your own client configuration.Content type
Image
Digest
sha256:7002cb98d…
Size
90.6 MB
Last updated
about 1 year ago
docker pull xosadmin/docker-freeradius