On 2015-11-25, [email protected] <[email protected]> wrote:
> I read the /etc/npppd/npppd.conf
> It's ok. except radius:)
Can you explain what you're trying to do?
> client 192.168.0.0:/24 {
> secret "secret"
> msgauth-required yes
> }
> module set radius "secret" "testing123"
"module set radius" is for proxying to another RADIUS server.
If you want to authenticate users locally (system passwords) you can
use the "bsdauth" module.
> where is in username...
The username (and password) are sent by the PPP client. npppd takes
them and sends to the RADIUS server requesting authentication.