Project

General

Profile

Actions

Feature #11935

closed

Log external IP address of OpenVPN clients on connect and disconnect

Added by Michael Novotny almost 3 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Viktor Gurov
Category:
OpenVPN
Target version:
Start date:
05/19/2021
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
22.01
Release Notes:
Default

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

OpenVPN ip address.png (84.9 KB) OpenVPN ip address.png Mockup example Michael Novotny, 05/19/2021 07:39 AM
graylog email alert.png (98.8 KB) graylog email alert.png email from graylog Michael Novotny, 05/19/2021 07:48 AM
vpn.png (5.18 KB) vpn.png Alhusein Zawi, 07/03/2021 01:49 PM
Actions #1

Updated by Michael Novotny almost 3 years ago

Attached is what the syslog entry from graylog.

Actions #2

Updated by Jim Pingle almost 3 years ago

  • 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.

Actions #3

Updated by Michael Novotny almost 3 years ago

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.

Actions #5

Updated by Jim Pingle almost 3 years ago

  • 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
Actions #6

Updated by Renato Botelho almost 3 years ago

  • Status changed from Pull Request Review to Feedback

PR has been merged. Thanks!

Actions #7

Updated by Viktor Gurov almost 3 years ago

  • % Done changed from 0 to 100
Actions #8

Updated by Alhusein Zawi almost 3 years ago

IP address is not added to openvpn log yet

Actions #9

Updated by Jim Pingle almost 3 years ago

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.

Actions #10

Updated by Viktor Gurov over 2 years ago

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

Actions #11

Updated by Jim Pingle over 2 years ago

  • 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.

Actions #12

Updated by Jim Pingle over 2 years ago

  • Plus Target Version changed from 21.09 to 22.01
Actions #13

Updated by Max Leighton over 2 years ago

  • 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.

Actions

Also available in: Atom PDF