Actions
Bug #10531
closedL2TP client not able to use shared secret
Start date:
05/06/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.5
Affected Architecture:
Description
It is not possible to use Shared Secret by L2TP client,
no such field in WebGUI
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.
see also #10527
Updated by Viktor Gurov over 4 years ago
some ISPs use this
Updated by Jim Pingle over 4 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho over 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- Target version set to 2.4.5-p1
PR has been merged. Thanks!
Updated by Viktor Gurov over 4 years ago
description fix:
https://github.com/pfsense/pfsense/pull/4305
Updated by Jim Pingle over 4 years ago
- Status changed from Feedback to Pull Request Review
Updated by Jim Pingle over 4 years ago
- Status changed from Pull Request Review to Feedback
PR merged
Updated by Jim Pingle over 4 years ago
- Status changed from Feedback to Resolved
Shared secret is now correctly populated in the client configuration and the client can connect to a server with a matching shared secret.
Actions