Bug #16186
closedOpenVPN not removing old Cisco-AVPair anchor rules and files in ``/tmp``
0%
Description
Hello,
This is a continuation of #14577, I updated that ticket earlier not realizing it was closed.
I am still experiencing the issue described in #14577. I have not yet figured out a way to reproduce the issue with my credentials.
Details:
Firewall was upgraded to latest version on Saturday May 10th
[24.11-RELEASE][root@vpn]/root: uptime 10:03AM up 3 days, 1:42, 4 users, load averages: 0.15, 0.13, 0.09
pfSense version:
24.11-RELEASE (amd64) built on Sat Jan 11 11:11:00 EST 2025 FreeBSD 15.0-CURRENT
VPN -> OpenVPN -> Client Settings -> Dynamic IP is not checked
Description of json output
{
"userXXXX": { # anonymized username
"anonname": "<text>", # for my internal reference
"connected": true|false, # is the user connected to OpenVPN - 'status 2' from "/var/etc/openvpn/server1/sock"
"connectiontime": "<date>"|None, # connection time for session - 'status 2' from "/var/etc/openvpn/server1/sock"
"port": "<sourceport>"|None, # source port of client
"virtip": "<virtualip>"|None, # virtual IP assigned by OpenVPN
"anchors": [ # array of anchors
{
"anchor": "<nameofanchor>", # anchor as shown in "pfctl -vsA"
"ipaddr"" "<ipaddress>", # source IP extracted from anchor
}
],
"rulefiles": [ # array of rule files found in /tmp
{
"file": "<filename>",
"atime": "<last-access-time>", # python "os.stat.ST_ATIME"
"mtime": "<last-modified-time>", # python "os.stat.ST_MTIME"
"ctime": "<creation-time>", # python "os.stat.ST_CTIME"
"ipaddr": "<ipaddress>"|null, # IP address extracted from rules file, if any
}
],
"tmpuserfile": {
"exists": true|false, # does the /tmp/<username> file exist?
# if it exists, you will see the atime, mtime and ctime for the file
}
}
As can be seen in the output below:
1. Some users have "/tmp/<username>", some don't
2. A few users have multiple "/tmp/ovpn_ovpns1_<username>_<udpport>.rules" files
3. I've on occasion seen users with no "/tmp/ovpn_ovpns1_<username>_<udpport>.rules" and shown as being connected, but don't have an example available in the output below.
4. Sometimes I am able to extract a source IP address from "/tmp/ovpn_ovpns1_<username>_<udpport>.rules", but most of the time the source IP is shown as "{clientip}"
{
"user0100": {
"anonname": "KpBLWNM=",
"connected": true,
"connectiontime": "2025-05-13 08:15:04",
"port": "53106",
"virtip": "172.30.8.23",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0100_53106",
"ipaddr": "172.30.8.23"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0100_53106.rules",
"atime": "2025-05-13 08:15:04.569419",
"mtime": "2025-05-13 11:12:15.831290",
"ctime": "2025-05-13 11:12:15.831290",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:14:08.499631",
"mtime": "2025-05-13 11:12:15.831359",
"ctime": "2025-05-13 11:12:15.831359"
}
}
}
{
"user0101": {
"anonname": "CbZFW7WXkEcNsg==",
"connected": true,
"connectiontime": "2025-05-13 08:54:50",
"port": "56145",
"virtip": "172.30.8.7",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0101_56145",
"ipaddr": "172.30.8.7"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0101_56145.rules",
"atime": "2025-05-13 08:54:51.162952",
"mtime": "2025-05-13 10:43:40.003468",
"ctime": "2025-05-13 10:43:40.003468",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:49:16.119000",
"mtime": "2025-05-13 10:43:40.003537",
"ctime": "2025-05-13 10:43:40.003537"
}
}
}
{
"user0102": {
"anonname": "CbRdR7CZ9w==",
"connected": true,
"connectiontime": "2025-05-12 08:12:24",
"port": "58448",
"virtip": "172.30.8.38",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0102_58448",
"ipaddr": "172.30.8.38"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0102_58448.rules",
"atime": "2025-05-12 08:12:24.632256",
"mtime": "2025-05-13 11:03:08.673710",
"ctime": "2025-05-13 11:03:08.673710",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-12 09:07:57.768968",
"mtime": "2025-05-13 11:03:08.673776",
"ctime": "2025-05-13 11:03:08.673776"
}
}
}
{
"user0103": {
"anonname": "CalUT7iRiE9i",
"connected": true,
"connectiontime": "2025-05-13 08:47:52",
"port": "59923",
"virtip": "172.30.8.46",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0103_59923",
"ipaddr": "172.30.8.46"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0103_59923.rules",
"atime": "2025-05-13 08:47:53.050962",
"mtime": "2025-05-13 10:42:21.731842",
"ctime": "2025-05-13 10:42:21.731842",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:45:07.468934",
"mtime": "2025-05-13 10:42:21.731908",
"ctime": "2025-05-13 10:42:21.731908"
}
}
}
{
"user0104": {
"anonname": "CalQWK+Tk1kH1jM=",
"connected": true,
"connectiontime": "2025-05-13 07:47:52",
"port": "35668",
"virtip": "172.30.8.43",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0104_35668",
"ipaddr": "172.30.8.43"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0104_35668.rules",
"atime": "2025-05-13 07:47:53.430169",
"mtime": "2025-05-13 10:41:08.255627",
"ctime": "2025-05-13 10:41:08.255627",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 08:45:38.325891",
"mtime": "2025-05-13 10:41:08.255692",
"ctime": "2025-05-13 10:41:08.255692"
}
}
}
{
"user0105": {
"anonname": "C7hBUbqZiFgcsg==",
"connected": true,
"connectiontime": "2025-05-13 10:42:34",
"port": "60128",
"virtip": "172.30.8.25",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0105_60128",
"ipaddr": "172.30.8.25"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0105_60128.rules",
"atime": "2025-05-13 10:42:34.684208",
"mtime": "2025-05-13 10:42:36.249038",
"ctime": "2025-05-13 10:42:36.249038",
"ipaddr": "172.30.8.25"
}
],
"tmpuserfile": {
"exists": false
}
}
}
{
"user0106": {
"anonname": "C7lMXLSGlEUGsg==",
"connected": true,
"connectiontime": "2025-05-13 09:01:28",
"port": "51607",
"virtip": "172.30.8.27",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0106_51607",
"ipaddr": "172.30.8.27"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0106_51607.rules",
"atime": "2025-05-13 09:01:29.353835",
"mtime": "2025-05-13 10:58:09.976335",
"ctime": "2025-05-13 10:58:09.976335",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:59:49.779296",
"mtime": "2025-05-13 10:58:09.976448",
"ctime": "2025-05-13 10:58:09.976448"
}
}
}
{
"user0107": {
"anonname": "C7JBT7iClSA=",
"connected": true,
"connectiontime": "2025-05-13 08:52:29",
"port": "61652",
"virtip": "172.30.8.45",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0107_61652",
"ipaddr": "172.30.8.45"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0107_61652.rules",
"atime": "2025-05-13 08:52:29.679886",
"mtime": "2025-05-13 10:42:01.919133",
"ctime": "2025-05-13 10:42:01.919133",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:47:15.786092",
"mtime": "2025-05-13 10:42:01.919200",
"ctime": "2025-05-13 10:42:01.919200"
}
}
}
{
"user0108": {
"anonname": "C7NFU7KZi1kS00Bs",
"connected": true,
"connectiontime": "2025-05-13 09:01:36",
"port": "58811",
"virtip": "172.30.8.29",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0108_58811",
"ipaddr": "172.30.8.29"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0108_58811.rules",
"atime": "2025-05-13 09:01:37.543954",
"mtime": "2025-05-13 10:58:45.662827",
"ctime": "2025-05-13 10:58:45.662827",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:00:11.541332",
"mtime": "2025-05-13 10:58:45.662911",
"ctime": "2025-05-13 10:58:45.662911"
}
}
}
{
"user0109": {
"anonname": "DLlLX6yEkyA=",
"connected": true,
"connectiontime": "2025-05-13 09:24:22",
"port": "63980",
"virtip": "172.30.8.28",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0109_63980",
"ipaddr": "172.30.8.28"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0109_63980.rules",
"atime": "2025-05-13 09:24:22.847395",
"mtime": "2025-05-13 11:12:44.765900",
"ctime": "2025-05-13 11:12:44.765900",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:18:33.282729",
"mtime": "2025-05-13 11:12:44.765967",
"ctime": "2025-05-13 11:12:44.765967"
}
}
}
{
"user0110": {
"anonname": "DLZBWKr8",
"connected": true,
"connectiontime": "2025-05-13 07:54:44",
"port": "49872",
"virtip": "172.30.8.34",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0110_49872",
"ipaddr": "172.30.8.34"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0110_49872.rules",
"atime": "2025-05-13 07:54:44.890666",
"mtime": "2025-05-13 10:48:45.748076",
"ctime": "2025-05-13 10:48:45.748076",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 08:52:45.186719",
"mtime": "2025-05-13 10:48:45.748141",
"ctime": "2025-05-13 10:48:45.748141"
}
}
}
{
"user0111": {
"anonname": "DKlMXK78",
"connected": true,
"connectiontime": "2025-05-13 08:30:04",
"port": "52734",
"virtip": "172.30.8.26",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0111_52734",
"ipaddr": "172.30.8.26"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0111_52734.rules",
"atime": "2025-05-13 08:30:05.343237",
"mtime": "2025-05-13 10:27:12.974842",
"ctime": "2025-05-13 10:27:12.974842",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:28:39.377198",
"mtime": "2025-05-13 10:27:12.974911",
"ctime": "2025-05-13 10:27:12.974911"
}
}
}
{
"user0112": {
"anonname": "Db9DTr6Xj05i",
"connected": true,
"connectiontime": "2025-05-13 01:14:15",
"port": "64547",
"virtip": "172.30.8.5",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0112_64547",
"ipaddr": "172.30.8.5"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0112_64547.rules",
"atime": "2025-05-13 01:14:16.333506",
"mtime": "2025-05-13 11:04:43.613635",
"ctime": "2025-05-13 11:04:43.613635",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 02:13:19.458989",
"mtime": "2025-05-13 11:04:43.613703",
"ctime": "2025-05-13 11:04:43.613703"
}
}
}
{
"user0113": {
"anonname": "DbxNTrqekSA=",
"connected": true,
"connectiontime": "2025-05-13 11:22:02",
"port": "63483",
"virtip": "172.30.8.70",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0113_63483",
"ipaddr": "172.30.8.70"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0113_63483.rules",
"atime": "2025-05-13 11:22:03.391365",
"mtime": "2025-05-13 11:22:04.518056",
"ctime": "2025-05-13 11:22:04.518056",
"ipaddr": "172.30.8.70"
}
],
"tmpuserfile": {
"exists": false
}
}
}
{
"user0114": {
"anonname": "D6lMXK78",
"connected": true,
"connectiontime": "2025-05-13 10:30:41",
"port": "55524",
"virtip": "172.30.8.67",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0114_55524",
"ipaddr": "172.30.8.67"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0114_55524.rules",
"atime": "2025-05-13 10:30:42.470613",
"mtime": "2025-05-13 10:30:43.489320",
"ctime": "2025-05-13 10:30:43.489320",
"ipaddr": "172.30.8.67"
}
],
"tmpuserfile": {
"exists": false
}
}
}
{
"user0115": {
"anonname": "AKlFVbaCnCA=",
"connected": true,
"connectiontime": "2025-05-13 09:44:24",
"port": "53344",
"virtip": "172.30.8.78",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0115_53344",
"ipaddr": "172.30.8.78"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0115_53344.rules",
"atime": "2025-05-13 09:44:24.868655",
"mtime": "2025-05-13 10:40:56.633482",
"ctime": "2025-05-13 10:40:56.633482",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:40:56.633549",
"mtime": "2025-05-13 10:40:56.633605",
"ctime": "2025-05-13 10:40:56.633605"
}
}
}
{
"user0116": {
"anonname": "ArhIXLqdikUH3DM=",
"connected": true,
"connectiontime": "2025-05-12 09:21:41",
"port": "55239",
"virtip": "172.30.8.58",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0116_55239",
"ipaddr": "172.30.8.58"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0116_55239.rules",
"atime": "2025-05-12 09:21:41.994240",
"mtime": "2025-05-13 10:43:15.942168",
"ctime": "2025-05-13 10:43:15.942168",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-12 10:16:02.157495",
"mtime": "2025-05-13 10:43:15.942234",
"ctime": "2025-05-13 10:43:15.942234"
}
}
}
{
"user0117": {
"anonname": "ArlLT7efjkJi",
"connected": true,
"connectiontime": "2025-05-13 10:28:32",
"port": "54443",
"virtip": "172.30.8.18",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0117_54443",
"ipaddr": "172.30.8.18"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0117_54443.rules",
"atime": "2025-05-13 10:28:32.791520",
"mtime": "2025-05-13 11:23:49.382954",
"ctime": "2025-05-13 11:23:49.382954",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 11:23:49.383036",
"mtime": "2025-05-13 11:23:49.383100",
"ctime": "2025-05-13 11:23:49.383100"
}
}
}
{
"user0118": {
"anonname": "ArJFR7yaiUUGsg==",
"connected": true,
"connectiontime": "2025-05-13 08:08:42",
"port": "54090",
"virtip": "172.30.8.61",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0118_54090",
"ipaddr": "172.30.8.61"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0118_54090.rules",
"atime": "2025-05-13 08:08:42.563346",
"mtime": "2025-05-13 10:52:35.707932",
"ctime": "2025-05-13 10:52:35.707932",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:03:20.456385",
"mtime": "2025-05-13 10:52:35.707998",
"ctime": "2025-05-13 10:52:35.707998"
}
}
}
{
"user0119": {
"anonname": "ArJRWrGFkkRi",
"connected": true,
"connectiontime": "2025-05-13 08:50:56",
"port": "51797",
"virtip": "172.30.8.56",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0119_51797",
"ipaddr": "172.30.8.56"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0119_51797.rules",
"atime": "2025-05-13 08:50:56.544951",
"mtime": "2025-05-13 10:44:25.377772",
"ctime": "2025-05-13 10:44:25.377772",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:47:41.081605",
"mtime": "2025-05-13 10:44:25.377843",
"ctime": "2025-05-13 10:44:25.377843"
}
}
}
{
"user0120": {
"anonname": "ArRFX7aFk09i",
"connected": true,
"connectiontime": "2025-05-13 09:11:49",
"port": "49980",
"virtip": "172.30.8.57",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0120_49980",
"ipaddr": "172.30.8.57"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0120_49980.rules",
"atime": "2025-05-13 09:11:50.268894",
"mtime": "2025-05-13 11:09:12.712963",
"ctime": "2025-05-13 11:09:12.712963",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:10:31.482084",
"mtime": "2025-05-13 11:09:12.713031",
"ctime": "2025-05-13 11:09:12.713031"
}
}
}
{
"user0121": {
"anonname": "AqhNSbqelE9i",
"connected": true,
"connectiontime": "2025-05-13 11:07:07",
"port": "14673",
"virtip": "172.30.8.42",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0121_14673",
"ipaddr": "172.30.8.42"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0121_14673.rules",
"atime": "2025-05-13 11:07:07.489776",
"mtime": "2025-05-13 11:07:08.914545",
"ctime": "2025-05-13 11:07:08.914545",
"ipaddr": "172.30.8.42"
}
],
"tmpuserfile": {
"exists": false
}
}
}
{
"user0122": {
"anonname": "AqxFSq2TjyA=",
"connected": true,
"connectiontime": "2025-05-12 16:10:53",
"port": "55481",
"virtip": "172.30.8.13",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0122_55481",
"ipaddr": "172.30.8.13"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0122_55481.rules",
"atime": "2025-05-12 16:10:54.209708",
"mtime": "2025-05-13 11:16:20.835584",
"ctime": "2025-05-13 11:16:20.835584",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-12 17:05:27.450040",
"mtime": "2025-05-13 11:16:20.835694",
"ctime": "2025-05-13 11:16:20.835694"
}
}
}
{
"user0123": {
"anonname": "A7hIXLqHiEMNyjM=",
"connected": true,
"connectiontime": "2025-05-13 08:55:57",
"port": "55898",
"virtip": "172.30.8.36",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0123_55898",
"ipaddr": "172.30.8.36"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0123_55898.rules",
"atime": "2025-05-13 08:55:58.115797",
"mtime": "2025-05-13 10:45:50.915413",
"ctime": "2025-05-13 10:45:50.915413",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:50:54.187187",
"mtime": "2025-05-13 10:45:50.915484",
"ctime": "2025-05-13 10:45:50.915484"
}
}
}
{
"user0124": {
"anonname": "BLtKWbyEjkUGsg==",
"connected": true,
"connectiontime": "2025-05-13 10:34:25",
"port": "52825",
"virtip": "172.30.8.20",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0124_52825",
"ipaddr": "172.30.8.20"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0124_52825.rules",
"atime": "2025-05-13 10:34:25.981990",
"mtime": "2025-05-13 10:34:27.421393",
"ctime": "2025-05-13 10:34:27.421393",
"ipaddr": "172.30.8.20"
}
],
"tmpuserfile": {
"exists": false
}
}
}
{
"user0125": {
"anonname": "BL5BS7yYk1Ni",
"connected": true,
"connectiontime": "2025-05-13 07:06:08",
"port": "56629",
"virtip": "172.30.8.49",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0125_56629",
"ipaddr": "172.30.8.49"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0125_56629.rules",
"atime": "2025-05-13 07:06:09.381729",
"mtime": "2025-05-13 11:02:43.609666",
"ctime": "2025-05-13 11:02:43.609666",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 08:05:18.179926",
"mtime": "2025-05-13 11:02:43.609732",
"ctime": "2025-05-13 11:02:43.609732"
}
}
}
{
"user0126": {
"anonname": "BKlMVNM=",
"connected": true,
"connectiontime": "2025-05-13 09:10:53",
"port": "57149",
"virtip": "172.30.8.6",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0126_57149",
"ipaddr": "172.30.8.6"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0126_53871.rules",
"atime": "2025-05-10 11:31:49.905814",
"mtime": "2025-05-10 11:31:49.905887",
"ctime": "2025-05-10 11:31:49.905887",
"ipaddr": null
},
{
"file": "ovpn_ovpns1_user0126_55323.rules",
"atime": "2025-05-10 23:31:42.571129",
"mtime": "2025-05-10 23:31:42.571200",
"ctime": "2025-05-10 23:31:42.571200",
"ipaddr": null
},
{
"file": "ovpn_ovpns1_user0126_56739.rules",
"atime": "2025-05-11 11:31:44.838193",
"mtime": "2025-05-11 11:31:44.838272",
"ctime": "2025-05-11 11:31:44.838272",
"ipaddr": null
},
{
"file": "ovpn_ovpns1_user0126_57149.rules",
"atime": "2025-05-13 09:10:53.709032",
"mtime": "2025-05-13 11:08:11.572175",
"ctime": "2025-05-13 11:08:11.572175",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:09:32.358095",
"mtime": "2025-05-13 11:08:11.572244",
"ctime": "2025-05-13 11:08:11.572244"
}
}
}
{
"user0127": {
"anonname": "BK5RT7qZiV4Nsg==",
"connected": true,
"connectiontime": "2025-05-13 09:23:57",
"port": "49666",
"virtip": "172.30.8.50",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0127_49666",
"ipaddr": "172.30.8.50"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0127_49666.rules",
"atime": "2025-05-13 09:23:58.318932",
"mtime": "2025-05-13 11:16:07.653482",
"ctime": "2025-05-13 11:16:07.653482",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:20:03.101998",
"mtime": "2025-05-13 11:16:07.653551",
"ctime": "2025-05-13 11:16:07.653551"
}
}
}
{
"user0128": {
"anonname": "BbtRTq2fkyA=",
"connected": true,
"connectiontime": "2025-05-13 10:55:48",
"port": "65166",
"virtip": "172.30.8.44",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0128_65166",
"ipaddr": "172.30.8.44"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0128_65166.rules",
"atime": "2025-05-13 10:55:48.964534",
"mtime": "2025-05-13 10:55:50.293067",
"ctime": "2025-05-13 10:55:50.293067",
"ipaddr": "172.30.8.44"
}
],
"tmpuserfile": {
"exists": false
}
}
}
{
"user0129": {
"anonname": "BbhRT7qe9w==",
"connected": true,
"connectiontime": "2025-05-13 11:13:22",
"port": "53427",
"virtip": "172.30.8.63",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0129_53427",
"ipaddr": "172.30.8.63"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0129_53427.rules",
"atime": "2025-05-13 11:13:22.816004",
"mtime": "2025-05-13 11:13:24.337454",
"ctime": "2025-05-13 11:13:24.337454",
"ipaddr": "172.30.8.63"
}
],
"tmpuserfile": {
"exists": false
}
}
}
{
"user0130": {
"anonname": "BblMUqmZiyA=",
"connected": true,
"connectiontime": "2025-05-13 08:38:14",
"port": "55184",
"virtip": "172.30.8.54",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0130_55184",
"ipaddr": "172.30.8.54"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0130_55184.rules",
"atime": "2025-05-13 08:38:14.624331",
"mtime": "2025-05-13 10:31:01.875845",
"ctime": "2025-05-13 10:31:01.875845",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:34:38.492816",
"mtime": "2025-05-13 10:31:01.875910",
"ctime": "2025-05-13 10:31:01.875910"
}
}
}
{
"user0131": {
"anonname": "Bb5FS7CSjkUGsg==",
"connected": true,
"connectiontime": "2025-05-13 09:51:53",
"port": "59755",
"virtip": "172.30.8.62",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0131_59755",
"ipaddr": "172.30.8.62"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0131_59755.rules",
"atime": "2025-05-13 09:51:53.914032",
"mtime": "2025-05-13 10:47:12.327856",
"ctime": "2025-05-13 10:47:12.327856",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:47:12.327919",
"mtime": "2025-05-13 10:47:12.327973",
"ctime": "2025-05-13 10:47:12.327973"
}
}
}
{
"user0132": {
"anonname": "BbJLUbWXk05i",
"connected": true,
"connectiontime": "2025-05-13 06:07:35",
"port": "51885",
"virtip": "172.30.8.31",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0132_51885",
"ipaddr": "172.30.8.31"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0132_51885.rules",
"atime": "2025-05-13 06:07:36.175568",
"mtime": "2025-05-13 11:03:16.247030",
"ctime": "2025-05-13 11:03:16.247030",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 07:06:44.338575",
"mtime": "2025-05-13 11:03:16.247097",
"ctime": "2025-05-13 11:03:16.247097"
}
}
}
{
"user0133": {
"anonname": "BbJLSLuTkyA=",
"connected": true,
"connectiontime": "2025-05-13 09:24:33",
"port": "53789",
"virtip": "172.30.8.77",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0133_53789",
"ipaddr": "172.30.8.77"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0133_53789.rules",
"atime": "2025-05-13 09:24:33.885849",
"mtime": "2025-05-13 11:18:40.655445",
"ctime": "2025-05-13 11:18:40.655445",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:21:36.688809",
"mtime": "2025-05-13 11:18:40.655514",
"ctime": "2025-05-13 11:18:40.655514"
}
}
}
{
"user0134": {
"anonname": "BbZBSrCF9w==",
"connected": true,
"connectiontime": "2025-05-13 10:12:26",
"port": "61100",
"virtip": "172.30.8.16",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0134_61100",
"ipaddr": "172.30.8.16"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0134_61100.rules",
"atime": "2025-05-13 10:12:26.871166",
"mtime": "2025-05-13 11:10:00.770454",
"ctime": "2025-05-13 11:10:00.770454",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 11:10:00.770539",
"mtime": "2025-05-13 11:10:00.770596",
"ctime": "2025-05-13 11:10:00.770596"
}
}
}
{
"user0135": {
"anonname": "BbZLRLyE9w==",
"connected": true,
"connectiontime": "2025-05-13 09:05:03",
"port": "63326",
"virtip": "172.30.8.52",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0135_63326",
"ipaddr": "172.30.8.52"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0135_63326.rules",
"atime": "2025-05-13 09:05:03.890700",
"mtime": "2025-05-13 10:58:26.972979",
"ctime": "2025-05-13 10:58:26.972979",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:01:45.587965",
"mtime": "2025-05-13 10:58:26.973067",
"ctime": "2025-05-13 10:58:26.973067"
}
}
}
{
"user0136": {
"anonname": "BbdRT6mehCA=",
"connected": true,
"connectiontime": "2025-05-13 08:57:46",
"port": "58160",
"virtip": "172.30.8.53",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0136_58160",
"ipaddr": "172.30.8.53"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0136_58160.rules",
"atime": "2025-05-13 08:57:47.206634",
"mtime": "2025-05-13 10:57:10.429285",
"ctime": "2025-05-13 10:57:10.429285",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:57:28.217949",
"mtime": "2025-05-13 10:57:10.429355",
"ctime": "2025-05-13 10:57:10.429355"
}
}
}
{
"user0137": {
"anonname": "BahRTqqTkUZi",
"connected": true,
"connectiontime": "2025-05-13 08:47:37",
"port": "56750",
"virtip": "172.30.8.8",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0137_56750",
"ipaddr": "172.30.8.8"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0137_56750.rules",
"atime": "2025-05-13 08:47:38.364461",
"mtime": "2025-05-13 10:36:27.267797",
"ctime": "2025-05-13 10:36:27.267797",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:42:01.890492",
"mtime": "2025-05-13 10:36:27.267865",
"ctime": "2025-05-13 10:36:27.267865"
}
}
}
{
"user0138": {
"anonname": "BalLU7D8",
"connected": true,
"connectiontime": "2025-05-13 11:03:23",
"port": "22705",
"virtip": "172.30.8.66",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0138_22705",
"ipaddr": "172.30.8.66"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0138_22705.rules",
"atime": "2025-05-13 11:03:23.962957",
"mtime": "2025-05-13 11:03:24.655930",
"ctime": "2025-05-13 11:03:24.655930",
"ipaddr": "172.30.8.66"
}
],
"tmpuserfile": {
"exists": false
}
}
}
{
"user0139": {
"anonname": "Ba5WWK2CmFhi",
"connected": true,
"connectiontime": "2025-05-13 08:14:41",
"port": "64479",
"virtip": "172.30.8.37",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0139_64479",
"ipaddr": "172.30.8.37"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0139_64479.rules",
"atime": "2025-05-13 08:14:41.673571",
"mtime": "2025-05-13 11:00:41.662460",
"ctime": "2025-05-13 11:00:41.662460",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:10:01.425304",
"mtime": "2025-05-13 11:00:41.662526",
"ctime": "2025-05-13 11:00:41.662526"
}
}
}
{
"user0140": {
"anonname": "Ba1LUr2F9w==",
"connected": true,
"connectiontime": "2025-05-12 09:06:50",
"port": "61546",
"virtip": "172.30.8.55",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0140_61546",
"ipaddr": "172.30.8.55"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0140_61546.rules",
"atime": "2025-05-12 09:06:50.668796",
"mtime": "2025-05-13 10:57:19.871550",
"ctime": "2025-05-13 10:57:19.871550",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-12 10:04:16.546759",
"mtime": "2025-05-13 10:57:19.871616",
"ctime": "2025-05-13 10:57:19.871616"
}
}
}
{
"user0141": {
"anonname": "BrdLUbyF0EgN1l8D4SZi",
"connected": true,
"connectiontime": "2025-05-10 19:20:49",
"port": "50299",
"virtip": "172.30.8.17",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0141_50299",
"ipaddr": null
}
],
"rulefiles": [],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-10 20:19:26.972992",
"mtime": "2025-05-13 10:50:44.418010",
"ctime": "2025-05-13 10:50:44.418010"
}
}
}
{
"user0142": {
"anonname": "BrdRT6mehCA=",
"connected": true,
"connectiontime": "2025-05-12 14:18:14",
"port": "22774",
"virtip": "172.30.8.72",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0142_22774",
"ipaddr": "172.30.8.72"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0142_22774.rules",
"atime": "2025-05-12 14:18:15.108288",
"mtime": "2025-05-13 10:59:57.783726",
"ctime": "2025-05-13 10:59:57.783726",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-12 15:14:41.290276",
"mtime": "2025-05-13 10:59:57.783796",
"ctime": "2025-05-13 10:59:57.783796"
}
}
}
{
"user0143": {
"anonname": "GLlLT7SfmFhi",
"connected": true,
"connectiontime": "2025-05-13 04:24:38",
"port": "63145",
"virtip": "172.30.8.9",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0143_63145",
"ipaddr": "172.30.8.9"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0143_63145.rules",
"atime": "2025-05-13 04:24:39.455230",
"mtime": "2025-05-13 11:16:26.885862",
"ctime": "2025-05-13 11:16:26.885862",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 05:23:29.590889",
"mtime": "2025-05-13 11:16:26.885930",
"ctime": "2025-05-13 11:16:26.885930"
}
}
}
{
"user0144": {
"anonname": "GLdHVrCCiVgB21Js",
"connected": true,
"connectiontime": "2025-05-13 09:56:10",
"port": "52546",
"virtip": "172.30.8.76",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0144_52546",
"ipaddr": "172.30.8.76"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0144_52546.rules",
"atime": "2025-05-13 09:56:11.128323",
"mtime": "2025-05-13 10:52:02.077047",
"ctime": "2025-05-13 10:52:02.077047",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:52:02.077128",
"mtime": "2025-05-13 10:52:02.077181",
"ctime": "2025-05-13 10:52:02.077181"
}
}
}
{
"user0145": {
"anonname": "GKlRU7Ca9w==",
"connected": true,
"connectiontime": "2025-05-13 09:26:53",
"port": "61514",
"virtip": "172.30.8.60",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0145_61514",
"ipaddr": "172.30.8.60"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0145_61514.rules",
"atime": "2025-05-13 09:26:54.087847",
"mtime": "2025-05-13 11:18:49.520843",
"ctime": "2025-05-13 11:18:49.520843",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:22:51.678897",
"mtime": "2025-05-13 11:18:49.520911",
"ctime": "2025-05-13 11:18:49.520911"
}
}
}
{
"user0146": {
"anonname": "GrFBWK+fkSA=",
"connected": true,
"connectiontime": "2025-05-13 09:22:45",
"port": "57481",
"virtip": "172.30.8.14",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0146_57481",
"ipaddr": "172.30.8.14"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0146_51302.rules",
"atime": "2025-05-10 22:11:28.319718",
"mtime": "2025-05-10 22:11:28.319793",
"ctime": "2025-05-10 22:11:28.319793",
"ipaddr": null
},
{
"file": "ovpn_ovpns1_user0146_57481.rules",
"atime": "2025-05-13 09:22:45.659746",
"mtime": "2025-05-13 11:11:33.317513",
"ctime": "2025-05-13 11:11:33.317513",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:17:09.134456",
"mtime": "2025-05-13 11:11:33.317581",
"ctime": "2025-05-13 11:11:33.317581"
}
}
}
{
"user0147": {
"anonname": "GqlIXLeThCA=",
"connected": true,
"connectiontime": "2025-05-13 08:53:49",
"port": "52137",
"virtip": "172.30.8.32",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0147_52137",
"ipaddr": "172.30.8.32"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0147_52137.rules",
"atime": "2025-05-13 08:53:49.857859",
"mtime": "2025-05-13 10:48:20.813498",
"ctime": "2025-05-13 10:48:20.813498",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 09:51:05.658286",
"mtime": "2025-05-13 10:48:20.813567",
"ctime": "2025-05-13 10:48:20.813567"
}
}
}
{
"user0148": {
"anonname": "G7JNXrKalERi",
"connected": true,
"connectiontime": "2025-05-13 11:23:52",
"port": "29473",
"virtip": "172.30.8.2",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0148_29473",
"ipaddr": "172.30.8.2"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0148_29473.rules",
"atime": "2025-05-13 11:23:52.639512",
"mtime": "2025-05-13 11:23:54.133449",
"ctime": "2025-05-13 11:23:54.133449",
"ipaddr": "172.30.8.2"
}
],
"tmpuserfile": {
"exists": false
}
}
}
{
"user0149": {
"anonname": "G7FISLSG9w==",
"connected": true,
"connectiontime": "2025-05-13 10:35:26",
"port": "56006",
"virtip": "172.30.8.33",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0149_56006",
"ipaddr": "172.30.8.33"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0149_56006.rules",
"atime": "2025-05-13 10:35:27.384046",
"mtime": "2025-05-13 10:35:28.756690",
"ctime": "2025-05-13 10:35:28.756690",
"ipaddr": "172.30.8.33"
}
],
"tmpuserfile": {
"exists": false
}
}
}
{
"user0150": {
"anonname": "G7dHWrCakSA=",
"connected": true,
"connectiontime": "2025-05-12 10:30:20",
"port": "55894",
"virtip": "172.30.8.65",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0150_55894",
"ipaddr": "172.30.8.65"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0150_55894.rules",
"atime": "2025-05-12 10:30:20.608896",
"mtime": "2025-05-13 11:15:17.750884",
"ctime": "2025-05-13 11:15:17.750884",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-12 11:29:44.389052",
"mtime": "2025-05-13 11:15:17.750953",
"ctime": "2025-05-13 11:15:17.750953"
}
}
}
{
"user0151": {
"anonname": "G7VTUKCX00EJ1EAH4ysbWJAUpAqyGCQ=",
"connected": true,
"connectiontime": "2025-05-13 11:21:49",
"port": "56470",
"virtip": "172.30.8.79",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0151_56470",
"ipaddr": null
}
],
"rulefiles": [],
"tmpuserfile": {
"exists": false
}
}
}
{
"user0152": {
"anonname": "HL5RU7eT9w==",
"connected": true,
"connectiontime": "2025-05-13 10:55:38",
"port": "61231",
"virtip": "172.30.8.22",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0152_61231",
"ipaddr": "172.30.8.22"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0152_61231.rules",
"atime": "2025-05-13 10:55:38.720516",
"mtime": "2025-05-13 10:55:40.170834",
"ctime": "2025-05-13 10:55:40.170834",
"ipaddr": "172.30.8.22"
}
],
"tmpuserfile": {
"exists": false
}
}
}
{
"user0153": {
"anonname": "HbhNS7yYjiA=",
"connected": true,
"connectiontime": "2025-05-13 09:04:35",
"port": "31780",
"virtip": "172.30.8.47",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0153_31780",
"ipaddr": "172.30.8.47"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0153_31780.rules",
"atime": "2025-05-13 09:04:36.208344",
"mtime": "2025-05-13 10:58:49.261231",
"ctime": "2025-05-13 10:58:49.261231",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-13 10:01:42.835279",
"mtime": "2025-05-13 10:58:49.261359",
"ctime": "2025-05-13 10:58:49.261359"
}
}
}
{
"user0154": {
"anonname": "HrZBSrCYml4H1jM=",
"connected": true,
"connectiontime": "2025-05-12 07:32:59",
"port": "63281",
"virtip": "172.30.8.19",
"anchors": [
{
"anchor": "openvpn/ovpns1_user0154_63281",
"ipaddr": "172.30.8.19"
}
],
"rulefiles": [
{
"file": "ovpn_ovpns1_user0154_63281.rules",
"atime": "2025-05-12 07:33:00.386713",
"mtime": "2025-05-13 11:22:28.986685",
"ctime": "2025-05-13 11:22:28.986685",
"ipaddr": null
}
],
"tmpuserfile": {
"exists": true,
"atime": "2025-05-12 08:32:38.157713",
"mtime": "2025-05-13 11:22:28.986751",
"ctime": "2025-05-13 11:22:28.986751"
}
}
}
{
"user0155": {
"anonname": "PZRgeJ/8",
"connected": true,
"connectiontime": "2025-05-13 11:23:58",
"port": "56337",
"virtip": "",
"anchors": [],
"rulefiles": [],
"tmpuserfile": {
"exists": false
}
}
}
Related issues
Updated by Marcos M 7 months ago
- Is duplicate of Bug #14577: OpenVPN not removing old Cisco-AVPair anchor rules and files in ``/tmp`` added