rtr7 / router7

router7 is a small home internet router completely written in Go. It is implemented as a gokrazy appliance.
https://router7.org
Apache License 2.0
2.69k stars 110 forks source link

RADIUS server for authenticating 802.1x #56

Open stapelberg opened 4 years ago

stapelberg commented 4 years ago

The idea is to have people end up in a guest network (VLAN) of sorts until they authenticate using a certificate. This is a common setup in corporate environments.

Not sure if this is doable with reasonable effort.

It should probably go into a separate repository for the time being.