mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 18:15:50 +03:00
[GH-ISSUE #229] Verify vpn users via docker logs #211
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 @rongliu1029 on GitHub (Feb 22, 2021).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/229
Not sure if I missed something. But i cannot find if the login user info is logged.
I want to know if there is any way to check the vpn username in the docker log after the connection is established.
Kindly help when available.
Much appreciate.
@hwdsl2 commented on GitHub (Feb 22, 2021):
@rongliu1029 Hello! Libreswan logs are not enabled by default. To enable, see:
https://github.com/hwdsl2/docker-ipsec-vpn-server#enable-libreswan-logs
After enabling you'll see usernames for IPsec/XAuth ("Cisco IPsec") mode in the logs. For IPsec/L2TP, it is not possible to see usernames in Libreswan logs. You can enable debug option for xl2tpd, see: https://github.com/hwdsl2/setup-ipsec-vpn/issues/803