Page MenuHomeVyOS Platform

RADIUS login does not work if sum of timeouts more than 50s
Closed, ResolvedPublicBUG

Description

Need to check the sum of RADIUS timeouts.
If RADIUS servers are unavailable and the sum of their timeouts is more than 60 seconds, then ssh login drops.

My configuration:

set system login radius server 10.0.0.100 key 'test'
set system login radius server 10.0.0.100 timeout '30'
set system login radius server 10.0.0.101 key 'test2'
set system login radius server 10.0.0.101 timeout '30'
set system login radius server 10.0.0.102 key 'test2'
set system login radius server 10.0.0.102 timeout '30'

SSH login drops after the password was entered and the waiting login period

With the same config on 1.4 (VyOS 1.4-rolling-202211010829) it allows to connect after 3 minutes

Details

Version
VyOS 1.3.2
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

a.apostoliuk changed the task status from Open to In progress.Nov 2 2022, 6:41 AM
a.apostoliuk claimed this task.
a.apostoliuk renamed this task from SSH login timeout if RADIUS timeout more than 60s to RADIUS login does not work if sum of timeouts more than 50s .Nov 7 2022, 1:31 PM
a.apostoliuk moved this task from Open to Finished on the VyOS 1.4 Sagitta board.
Viacheslav changed the task status from Unknown Status to Resolved.Aug 30 2023, 2:40 PM
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.4) board.