mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-28 02:55:47 +03:00
[GH-ISSUE #339] disable l2tp protocol #314
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sobhan-m94 on GitHub (Jan 5, 2023).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/339
Describe the enhancement request
How can i disable l2tp protocol ?
Is your enhancement request related to a problem? Please describe.
ipsec trafficstatus command not showing username for current l2tp connections.
l2tp-psk = not defined
xauth-psk = username=test
ikev2-cp = CN=test
@hwdsl2 commented on GitHub (Jan 5, 2023):
@whoami-idk Hello! It looks like you are trying to get the connecting VPN client's username for IPsec/L2TP mode.
ipsec trafficstatuswill not show this information, because user authentication is done by xl2tpd/ppp, not IPsec (Libreswan). This feature is outside the scope of this project and not supported. For more information, refer to this issue.If you want to disable IPsec/L2TP mode, refer to Select VPN modes.