Sign inSign up

andrey0001/freeradius-mysql-daloradius

By andrey0001

Updated about 5 years ago

Repository forked and changed.

Image
0

639

andrey0001/freeradius-mysql-daloradius repository overview

Freeradius server with web interface (daloradius) and mysql

Quick reference

Freeradius server with web interface, - best decision fore manage a lot of hotspots and public wifi access points

How to use:

Start freeradius container:
docker run --name freeradius -d -p 1812:1812/udp -p 1813:1813/udp -p 80:80 -e CLIENT_SECRET=<Radius secret> -e CLIENT_NET=<client net>  andrey0001/freeradius-mysql-daloradius
CLIENT_SECRET

Radius secret fo NAS devices

CLIENT_NET

Netwok where your NAS devices were installed (for example 192.168.0.0/16) By default was set unlimited access 0.0.0.0/0

Manage clients nets by web interface
  1. Set CLIENT_NET="" (-e CLIENT_NET="")
  2. Manage Nas devices via web interface -p /mng-rad-nas.php

Web interface

Information about web interface you can find on daloradius github

Default login and password for web interface

Login: administrator Password: radius

The FreeRadius log is available through Docker's container log:

$ docker logs freeradius

Tag summary

Content type

Image

Digest

Size

205.2 MB

Last updated

about 5 years ago

docker pull andrey0001/freeradius-mysql-daloradius