Feature #11935
closed
Log external IP address of OpenVPN clients on connect and disconnect
Added by Michael Novotny over 3 years ago.
Updated almost 3 years ago.
Plus Target Version:
22.01
Description
Would it be possible to add the IP address of the user when they are authenticated? This would assist with doing graylog email alerts when users connect in as this particular syslog entry does not include where the user is connecting from. I attached a mocked up example.
openvpn PID user 'USERNAME' authenticated from aaa.bb.c.ddd
Files
Attached is what the syslog entry from graylog.
- Category changed from Logging to OpenVPN
- Priority changed from Normal to Low
- Target version set to Future
In theory it should be possible, but would need validation to ensure it works as desired.
The data should be available from OpenVPN in the environment via untrusted_ip/untrusted_ip6
but would need passed through the various auth scripts like is done for the user/pass/cn.
The syslog entries are called on /etc/inc/openvpn.auth-user.php around lines 120 & 163 ("could not authenticate" & "authenticated"); the user's connected from IP address entry would go there.
I'm not a daily programming guru... but at quick glance, I'm not seeing OpenVPN env vars being passed, so I leave this with the experts.
- Status changed from New to Pull Request Review
- Assignee set to Viktor Gurov
- Target version changed from Future to 2.6.0
- Plus Target Version set to 21.09
- Status changed from Pull Request Review to Feedback
PR has been merged. Thanks!
- % Done changed from 0 to 100
IP address is not added to openvpn log yet
Alhusein Zawi wrote:
IP address is not added to openvpn log yet
Where did you test that? It would only be in 2.6.0 snapshots currently.
Jim Pingle wrote in #note-9:
Alhusein Zawi wrote:
IP address is not added to openvpn log yet
Where did you test that? It would only be in 2.6.0 snapshots currently.
may be related to #12238
- Subject changed from Add IP address to OpenVPN logging to Log external IP address of OpenVPN clients on connect and disconnect
Updating subject for release notes.
- Plus Target Version changed from 21.09 to 22.01
- Status changed from Feedback to Resolved
Tested in:
2.6.0-DEVELOPMENT (amd64)
built on Sat Nov 27 06:23:02 UTC 2021
FreeBSD 12.3-PRERELEASE
In my testing this works:
Nov 27 13:21:42 openvpn 33195 openvpn server 'ovpns1' user 'admin' address '100.65.10.17:42624' - connecting
Nov 27 13:21:42 openvpn 36422 openvpn server 'ovpns1' user 'admin' address '100.65.10.17:42624' - connected
Nov 27 13:22:15 openvpn 43814 openvpn server 'ovpns1' user 'admin' address '100.65.10.17:42624' - disconnected
I tested it in the latest 22.01 and it works there too. Marking the ticket resolved.
Also available in: Atom
PDF