An open API service indexing awesome lists of open source software.

https://github.com/michaelkrone/docker-coova-chilli

Docker container running coova-chilli 1.4
https://github.com/michaelkrone/docker-coova-chilli

Last synced: 3 months ago
JSON representation

Docker container running coova-chilli 1.4

Awesome Lists containing this project

README

          

# wip: Freeradius Docker container

```
# docker run -ti -P --sysctl net.ipv4.ip_forward=1 --privileged coova-chilli

docker network create lan
docker network create wan

docker create -it -P --net wan --name chilli --sysctl net.ipv4.ip_forward=1 --privileged docker-coova-chilli:latest

docker network connect lan chilli

docker start chilli

docker exec -it chilli /bin/bash