VyOs as RADIUS Network Access Server

Hello,
I’m trying to figure out if it is possible to configure VyOs as a Network Access Server for RADIUS.
The idea is to use RADIUS to authenticate users on the ethernet eth1 interface and grant them access to internet only if they are authenticated by RADIUS. Only auth users shall be able to connect to the port.

I cannnot find the configuration for this use case in the documentation. Can anyone please help me whit that?

Hello @Mellgood,
I think you want IPoE IPoE Server — VyOS 1.4.x (sagitta) documentation
Hust use auth mode RADIUS

set service ipoe-server authentication mode 'radius'

Tell me if you need more examples.