Page MenuHomeVyOS Platform

Skip user authentication for PPPoE Server with noauth option
Closed, ResolvedPublicFEATURE REQUEST

Description

Disabling authentication is useful in emergency situations (e.g. RADIUS server is down) or testing purposes.
Clients can connect with any login and username.

Something like set service pppoe-server authentication mode noauth

Adding this to /run/accel-pppd/pppoe.conf is enough:

[auth]
any-login=1

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Improvement (missing useful functionality)

Event Timeline

PR https://github.com/vyos/vyos-1x/pull/1827

set service pppoe-server authentication mode 'noauth'
set service pppoe-server client-ip-pool name foo gateway-address '192.0.2.1'
set service pppoe-server client-ip-pool name foo subnet '192.0.2.0/24'
set service pppoe-server interface eth1

Check

vyos@r14# cat /run/accel-pppd/pppoe.conf | grep "\[auth" -A 2
[auth]
noauth=1

[edit]
vyos@r14#
Viacheslav changed the task status from Open to Needs testing.Feb 17 2023, 6:26 PM
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.4 Sagitta board.