Feature #10583
status.php: Add L2TP VPN configuration
Start date:
05/22/2020
Due date:
% Done:
100%
Estimated time:
Release Notes:
Default
Description
Add /var/etc/l2tp-vpn/mpd.conf with 'redacted' l2tp shared secret and radius secret
Associated revisions
History
#1
Updated by Viktor Gurov 11 months ago
#2
Updated by Jim Pingle 11 months ago
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
#3
Updated by Renato Botelho 10 months ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
PR has been merged. Thanks!
#4
Updated by Viktor Gurov 10 months ago
- Status changed from Feedback to Resolved
works as expected on 2.5.0.a.20200616.1850
status_output.tgz contains L2TP-Configuration.txt with redacted passwords:
... set link enable incoming set l2tp secret <redacted> set radius server 1.1.1.1 <redacted> set radius retries 3 set radius timeout 10 ...
status.php: Add L2TP VPN configuration. Implements #10583