Page MenuHomeVyOS Platform

Does not possible to configure PoD/CoA for L2TP vpn
Closed, ResolvedPublicBUG

Description

Params from CLI do not write to daemon config

set vpn l2tp remote-access authentication radius dae-server ip-address 'x.x.x.x'
set vpn l2tp remote-access authentication radius dae-server secret 'testing123'
set vpn l2tp remote-access authentication radius dae-server port 3799

Check:

vyos@RTR1# sudo cat /run/accel-pppd/l2tp.conf | grep dae-server
empty
vyos@RTR1# sudo netstat -lanu | grep 3799
empty

Details

Version
1.3.0
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

Unknown Object (User) created this task.Dec 29 2021, 1:32 PM
Unknown Object (User) changed the task status from Open to In progress.
Unknown Object (User) claimed this task.
Unknown Object (User) added a comment.Dec 29 2021, 2:09 PM

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

This PR for 1.3, for 1.4 we have to rewrite code to get_config_dict https://phabricator.vyos.net/T4085.

Unknown Object (User) changed the task status from In progress to Needs testing.Dec 30 2021, 5:27 PM
Viacheslav changed the task status from Needs testing to In progress.Dec 8 2022, 11:38 AM
Viacheslav claimed this task.

fix for 1.4 PR https://github.com/vyos/vyos-1x/pull/1698

vyos@r14# cat /run/accel-pppd/l2tp.conf | grep dae-s
dae-server=127.0.0.1:1700,testing123
[edit]
vyos@r14#
Viacheslav changed the task status from In progress to Needs testing.Dec 9 2022, 8:51 AM
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.3) board.
Viacheslav moved this task from Open to Finished on the VyOS 1.4 Sagitta board.