Sign inSign up

xosadmin/docker-freeradius

By xosadmin

Updated about 1 year ago

A docker container for Freeradius with MySQL support

Image
Networking
0

1.2K

xosadmin/docker-freeradius repository overview

Docker FreeRADIUS

This is a Docker image for FreeRADIUS (with MySQL support).

How to use it?

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
Note:
  • TLS is disabled by default in this image.
  • The --network host option is required if you wish to control client access.
  • A default client named defaultNAS is created during the first startup. You can modify it in /etc/freeradius/3.0/clients.conf.
  • You can also use -v /path/to/clients.conf:/etc/freeradius/3.0/clients.conf to apply your own client configuration.

Tag summary

Content type

Image

Digest

sha256:7002cb98d

Size

90.6 MB

Last updated

about 1 year ago

docker pull xosadmin/docker-freeradius