Actions
Bug #10527
closedL2TP shared secret is ignored
Start date:
05/05/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.5
Affected Architecture:
Description
Shared secret on vpn_l2tp.php page is never used,
I don't see any code that uses it, and there is no "set l2tp secret" entry in mpd.conf
http://mpd.sourceforge.net/doc5/mpd48.html#48:
set l2tp secret secret Sets the L2TP tunnel secret. Used to authenticate tunnel connection and encrypt important control packets avpairs. For server side, only one unique secret supported for every pair of listening IP (set l2tp self ...) and peer ip (set l2tp peer ...). If several secrets defined, only the first matching will be used for all incoming connections. NOTE: This options is not related with usual PPP authentication. Windows client does not support tunnel authentication.
Updated by Viktor Gurov over 4 years ago
Updated by Renato Botelho over 4 years ago
- Status changed from New to Feedback
- Assignee set to Renato Botelho
- Target version set to 2.4.5-p1
PR has been merged. Thanks!
Updated by Jim Pingle over 4 years ago
- Status changed from Feedback to In Progress
- Assignee changed from Renato Botelho to Jim Pingle
This doesn't work. The secret has base64_decode run on it, but the secret was not stored with base64 encoding, so the config contains invalid data.
Updated by Jim Pingle over 4 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset b3a226f0c6b6d110a1c1d8d8da8550782ea866fb.
Updated by Jim Pingle over 4 years ago
- Status changed from Feedback to Resolved
Working correctly now after a gitsync.
Actions