Skip to content

sirde/freeradius_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freeradius

run it like:

docker build -t ff . docker run --cap-add=NET_ADMIN --name ff -it --rm -p 1812:1812/udp -p 1813:1813/udp ff -X

NET_ADMIN is needed for traffic control

Configure user in: raddb\mods-config\files\authorize

Check if working with ntradping

Note: Make sure firewall authorise inbound connection to docker

Certificate handling: The certificates are generated during build usign make. To create new ones, uncomment lines in Dockerfile and build image To get them in the host, run container with command "docker run --name ff -it --rm -v ${pwd}/newcerts/:/tmp ff /bin/bash" and run command cp /etc/raddb/certs/* -r /tmp

About

Simple docker running freeradius

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published