All Projects → marcelmaatkamp → docker-alpine-radius

marcelmaatkamp / docker-alpine-radius

Licence: GPL-3.0 license
Lightweight and fast Freeradius3 server, the image is based on the minimalistic Alpine Linux.

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-alpine-radius

docker-tinc
Docker Tinc VPN Mesh server w/S6 Overlay Init, Zabbix Monitoring, and distributed configuration updating based on Alpine
Stars: ✭ 35 (+40%)
Mutual labels:  alpine
Dockerfiles
These are Dockerfiles I've created for programs without official docker image.
Stars: ✭ 24 (-4%)
Mutual labels:  alpine
xx
Dockerfile cross-compilation helpers
Stars: ✭ 124 (+396%)
Mutual labels:  alpine
docker-freescout
Dockerized Freescout Helpdesk
Stars: ✭ 92 (+268%)
Mutual labels:  alpine
php
Generic PHP docker container images
Stars: ✭ 121 (+384%)
Mutual labels:  alpine
mariadb
MariaDB docker container image
Stars: ✭ 42 (+68%)
Mutual labels:  alpine
pi-factory
Bootstrap a bitcoin lightning box for Raspberry Pi 3 based on Alpine Linux
Stars: ✭ 17 (-32%)
Mutual labels:  alpine
alpine-php-fpm
Lightweight and optimised PHP-FPM (PHP 7.4, 8.0, 8.1) Docker images with essential extensions on top of latest Alpine Linux.
Stars: ✭ 53 (+112%)
Mutual labels:  alpine
docker-alpine
Minimal Alpine with working init process
Stars: ✭ 21 (-16%)
Mutual labels:  alpine
bymattlee-11ty-starter
A starter boilerplate powered by 11ty, Sanity, Gulp, Tailwind CSS, rollup.js, Alpine.js and Highway.
Stars: ✭ 27 (+8%)
Mutual labels:  alpine
alpine-xmrig
XMRig miner in an Alpine Linux Docker image.
Stars: ✭ 35 (+40%)
Mutual labels:  alpine
docker-dind-awscli
A Docker image for Docker-in-Docker (dind) with AWS CLI v2 awscli tool included
Stars: ✭ 36 (+44%)
Mutual labels:  alpine
docker-serveo
https://serveo.net is an alternative for ngrok. taichunmin/serveo can let you secure URL to your localhost server through any NAT or firewall in Docker. And taichunmin/serveo-server can let you host your own serveo.
Stars: ✭ 91 (+264%)
Mutual labels:  alpine
varnish
Varnish docker container image
Stars: ✭ 55 (+120%)
Mutual labels:  alpine
xen-orchestra-ce
🐳 Docker & docker-compose files to deploy Xen Orchestra Community Edition (ie: from sources)
Stars: ✭ 70 (+180%)
Mutual labels:  alpine
docker-php-base
Docker Base Image with PHP 7.4
Stars: ✭ 29 (+16%)
Mutual labels:  alpine
docker-php-alpine
minimal (ish) php images in alpine
Stars: ✭ 29 (+16%)
Mutual labels:  alpine
django-docker
Toy project. Trying to use Django inside a Docker container for both local development and production deployment.
Stars: ✭ 18 (-28%)
Mutual labels:  alpine
alpine
🌍 `alpine` Docker image for multiple architectures
Stars: ✭ 81 (+224%)
Mutual labels:  alpine
go-docker
Sample code and dockerfiles accompanying the blog post The Ultimate Guide to Writing Dockerfiles for Go Web-apps
Stars: ✭ 89 (+256%)
Mutual labels:  alpine

Freeradius Docker image

Lightweight and fast Freeradius3 server, this image is based on the minimalistic Alpine Linux.

How to use

I have made a simple example setup in https://github.com/marcelmaatkamp/docker-compose-applications/tree/master/freeradius. Set the ip-range which will connect to the server and the server-secret in clients.conf, set the user/password combination in users.

Installation

$ git clone https://github.com/marcelmaatkamp/docker-compose-applications.git &&\
  cd docker-compose-applications/freeradius

Start the server

$ docker-compose up -d freeradius

Start a test radius connection

$ docker-compose up freeradius-test

The docker-compose.yml contains a container called 'freeradius-test' which will send a auth-request to the server which after succes will print

freeradius-test_1  | Sending Access-Request of id 95 to 172.25.0.100 port 1812
freeradius-test_1  | 	User-Name = "testing"
freeradius-test_1  | 	User-Password = "password"
freeradius-test_1  | 	NAS-IP-Address = 172.25.0.101
freeradius-test_1  | 	NAS-Port = 0
freeradius-test_1  | 	Message-Authenticator = 0x00000000000000000000000000000000
freeradius-test_1  | rad_recv: Access-Accept packet from host 172.25.0.100 port 1812, id=95, length=20
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].