Hi,

I would like to create a LAN where each node need to authenticate before gaining access to the LAN.

and secondly be able to monitor the data consumption of each node and even limit the speed for a node when exceeded.

I’m looking for something FLOSS. For example a single-board computer with a gnu/Linux etc…

Maybe some distribution or solution already exist for this ?

Thanks.

  • jetA
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 days ago

    https://en.m.wikipedia.org/wiki/IEEE_802.1X

    But, it’s probably far easier to just run a wire guard VPN server, and require every device to connect to the server to get network access. So any device physically plugging into your network would only be able to route to the wire guard server.

  • lurch (he/him)@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    if it’s not WLAN, you could have a VPN in the LAN and simply not route anything not from the VPN. The devices in the LAN could still communicate with each other though, and someone could share their internet and become a router. To limit that, you need a special switch. Usually that’s not possible for switches, as they are Layer 2 and the things you want are Layer 3, but you’re not the only one who wants that, so special switches with more capabilities are available.