Yesterday I was able to connect to the VPN and still work with local network devices as I've enabled the "Allow LAN traffic" option. There was an update to eduVPN and now it doesn't allow local traffic anymore. I can't even ping my router unless I disconnect from the VPN.
Installation
curl https://app.eduvpn.org/linux/v4/deb/app+linux@eduvpn.org.asc | gpg --import -
pamac build python-eduvpn-client
Version
eduVPN GUI version: 4.5.0 with eduvpn-common version: 3.0.0
Check if your issue is in the known issues list
Nothing about allowing local lan traffic in known issue list
OS/Distribution
Arch
❯ uname -a
Linux orion 6.14.3-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC 2025年4月20日 12:38:36 +0000 x86_64 GNU/Linux
❯ lsb_release -a
LSB Version: n/a
Distributor ID: Garuda
Description: Garuda Linux Broadwing
Release: Soaring
Codename: Broadwing
Logs
log
❯ eduvpn-gui -d
2025年04月23日 12:09:02,239 - MainThread - DEBUG - eduvpn.ui.app - app.py:69 - activate
2025年04月23日 12:09:02,284 - <function ApplicationModelTransitions.get_previous_servers at 0x7969cd361120> - DEBUG - eduvpn.app - app.py:48 - Transition: MAIN, old state: 1
2025年04月23日 12:09:03 - Go - DEBUG - got 304 for discovery, server_list.json not modified
2025年04月23日 12:09:03,584 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1075 - server list refresh
2025年04月23日 12:09:06,153 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1161 - on server row pressed
2025年04月23日 12:09:06,237 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1120 - activated server: <eduvpn.server.InstituteServer object at 0x7969cd32aad0>
2025年04月23日 12:09:06,238 - <function ApplicationModelTransitions.getting_config at 0x7969cd361580> - DEBUG - eduvpn.app - app.py:63 - Transition: GETTING_CONFIG, old state: 1
2025年04月23日 12:09:06 - Go - DEBUG - saving state file
2025年04月23日 12:09:06,517 - <function ApplicationModelTransitions.parse_config at 0x7969cd3620c0> - DEBUG - eduvpn.app - app.py:103 - Transition: GOT_CONFIG, old state: 4
2025年04月23日 12:09:06,517 - <function ApplicationModelTransitions.parse_connecting at 0x7969cd3625c0> - DEBUG - eduvpn.app - app.py:128 - Transition: CONNECTING, old state: 7
2025年04月23日 12:09:06,518 - MainThread - DEBUG - eduvpn.nm - nm.py:457 - writing wireguard configuration to Network Manager
2025年04月23日 12:09:06,520 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1234 - clicked on switch connection state
2025年04月23日 12:09:06,521 - MainThread - DEBUG - eduvpn.nm - nm.py:376 - Adding new connection
2025年04月23日 12:09:06,532 - MainThread - DEBUG - eduvpn.nm - nm.py:976 - Connection added for uuid: 92cb2312-bacd-4988-b062-910be48deb4d
2025年04月23日 12:09:06,532 - MainThread - DEBUG - eduvpn.nm - nm.py:688 - activate_connection: <NM.RemoteConnection object at 0x7969cd3cb440 (NMRemoteConnection at 0x638d5212cad0)>
2025年04月23日 12:09:06,543 - MainThread - DEBUG - eduvpn.nm - nm.py:712 - activate_connection_async result: <NM.ActiveConnection object at 0x796958314e40 (NMActiveConnection at 0x638d52582400)>
2025年04月23日 12:09:06 - Go - DEBUG - attempt an invalid self-transition: Connecting
2025年04月23日 12:09:06,637 - MainThread - DEBUG - eduvpn.app - app.py:201 - Failover should not continue
2025年04月23日 12:09:06,638 - <function ApplicationModelTransitions.parse_connected at 0x7969cd362520> - DEBUG - eduvpn.app - app.py:121 - Transition: CONNECTED, old state: 8
2025年04月23日 12:09:06,641 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1034 - start validity countdown
2025年04月23日 12:09:06,642 - MainThread - DEBUG - eduvpn.app - app.py:201 - Failover should not continue
2025年04月23日 12:09:14,924 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1082 - clicked settings button
2025年04月23日 12:09:19,409 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1094 - clicked on go back
2025年04月23日 12:09:27,587 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1082 - clicked settings button
2025年04月23日 12:09:28,560 - MainThread - DEBUG - eduvpn.config - config.py:54 - saving settings: {'ignore_keyring_warning': True, 'allow_wg_lan': True, 'proxy_active_warning': None}
2025年04月23日 12:09:31,835 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1094 - clicked on go back
2025年04月23日 12:09:32,750 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1234 - clicked on switch connection state
2025年04月23日 12:09:32,751 - <function ApplicationModelTransitions.disconnecting at 0x7969cd361940> - DEBUG - eduvpn.app - app.py:73 - Transition: DISCONNECTING, old state: 9
2025年04月23日 12:09:32,751 - MainThread - DEBUG - eduvpn.nm - nm.py:876 - disconnect uuid: <module 'uuid' from '/usr/lib/python3.13/uuid.py'>
2025年04月23日 12:09:32,752 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:992 - leave connected state
2025年04月23日 12:09:32,752 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1042 - stop validity countdown
2025年04月23日 12:09:32,752 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1056 - stop validity threads
2025年04月23日 12:09:32,760 - MainThread - DEBUG - eduvpn.nm - nm.py:865 - disconnect_async result: True
2025年04月23日 12:09:32,774 - MainThread - DEBUG - eduvpn.nm - nm.py:828 - delete_async result: True
2025年04月23日 12:09:32,775 - cleanup - DEBUG - eduvpn.app - app.py:514 - Cleaning up tokens...
2025年04月23日 12:09:32 - Go - DEBUG - saving state file
2025年04月23日 12:09:32,897 - <function ApplicationModelTransitions.disconnected_server at 0x7969cd361760> - DEBUG - eduvpn.app - app.py:68 - Transition: DISCONNECTED, old state: 10
2025年04月23日 12:10:48,721 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1446 - clicked on close window
2025年04月23日 12:10:48,721 - MainThread - DEBUG - eduvpn.ui.app - app.py:106 - window closed
2025年04月23日 12:10:48,722 - MainThread - DEBUG - eduvpn.ui.app - app.py:96 - quit
2025年04月23日 12:10:48 - Go - DEBUG - saving state file
2025年04月23日 12:10:48,726 - <function ApplicationModelTransitions.deregistered at 0x7969cd3611c0> - DEBUG - eduvpn.app - app.py:53 - Transition: DEREGISTERED, old state: 11
2025年04月23日 12:10:48,727 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:397 - deregistered transition
Do you have a problem during or after connecting?
NetworkManager
❯ sudo journalctl -fu NetworkManager
Apr 23 12:09:32 orion NetworkManager[1237]: <info> [1745366972.7599] device (eduVPN): state change: activated -> deactivating (reason 'user-requested', managed-type: 'full')
Apr 23 12:09:32 orion NetworkManager[1237]: <info> [1745366972.7606] audit: op="device-disconnect" interface="eduVPN" ifindex=12 pid=513059 uid=1000 result="success"
Apr 23 12:09:32 orion NetworkManager[1237]: <info> [1745366972.7746] audit: op="connection-delete" uuid="92cb2312-bacd-4988-b062-910be48deb4d" name="eduVPN" pid=513059 uid=1000 result="success"
Apr 23 12:09:32 orion NetworkManager[1237]: <info> [1745366972.7816] device (eduVPN): state change: deactivating -> disconnected (reason 'user-requested', managed-type: 'full')
Apr 23 12:09:32 orion NetworkManager[1237]: <info> [1745366972.9433] device (eduVPN): state change: disconnected -> unmanaged (reason 'user-requested', managed-type: 'full')
Apr 23 12:09:57 orion NetworkManager[1237]: <info> [1745366997.1096] dhcp4 (enp5s0): state changed new lease, address=10.44.163.240
Apr 23 12:10:53 orion NetworkManager[1237]: <info> [1745367053.1081] dhcp4 (enp5s0): state changed new lease, address=10.44.163.240
Apr 23 12:11:49 orion NetworkManager[1237]: <info> [1745367109.1093] dhcp4 (enp5s0): state changed new lease, address=10.44.163.240
Apr 23 12:12:44 orion NetworkManager[1237]: <info> [1745367164.1096] dhcp4 (enp5s0): state changed new lease, address=10.44.163.240
Apr 23 12:13:40 orion NetworkManager[1237]: <info> [1745367220.1106] dhcp4 (enp5s0): state changed new lease, address=10.44.163.240
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1363] manager: (eduVPN): new WireGuard device (/org/freedesktop/NetworkManager/Devices/14)
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1365] audit: op="connection-add" uuid="c832ea19-ce51-4351-bccc-b553c88db663" name="eduVPN" pid=545661 uid=1000 result="success"
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1481] device (eduVPN): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1489] device (eduVPN): state change: unavailable -> disconnected (reason 'user-requested', managed-type: 'full')
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1492] device (eduVPN): Activation: starting connection 'eduVPN' (c832ea19-ce51-4351-bccc-b553c88db663)
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1492] audit: op="connection-activate" uuid="c832ea19-ce51-4351-bccc-b553c88db663" name="eduVPN" pid=545661 uid=1000 result="success"
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1494] device (eduVPN): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1496] device (eduVPN): state change: prepare -> config (reason 'none', managed-type: 'full')
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1499] device (eduVPN): state change: config -> need-auth (reason 'none', managed-type: 'full')
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1505] device (eduVPN): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1506] device (eduVPN): state change: prepare -> config (reason 'none', managed-type: 'full')
Apr 23 12:14:08 orion NetworkManager[1237]: <info> [1745367248.9849] device (eduVPN): state change: config -> ip-config (reason 'none', managed-type: 'full')
Apr 23 12:14:08 orion NetworkManager[1237]: <info> [1745367248.9901] device (eduVPN): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Apr 23 12:14:09 orion NetworkManager[1237]: <info> [1745367249.0293] device (eduVPN): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Apr 23 12:14:09 orion NetworkManager[1237]: <info> [1745367249.0294] device (eduVPN): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Apr 23 12:14:09 orion NetworkManager[1237]: <info> [1745367249.0297] device (eduVPN): Activation: successful, device activated.
Apr 23 12:14:34 orion NetworkManager[1237]: <info> [1745367274.1105] dhcp4 (enp5s0): state changed new lease, address=10.44.163.240
Yesterday I was able to connect to the VPN and still work with local network devices as I've enabled the "Allow LAN traffic" option. There was an update to eduVPN and now it doesn't allow local traffic anymore. I can't even ping my router unless I disconnect from the VPN.
# Installation
```
curl https://app.eduvpn.org/linux/v4/deb/app+linux@eduvpn.org.asc | gpg --import -
pamac build python-eduvpn-client
```
# Version
`eduVPN GUI version: 4.5.0 with eduvpn-common version: 3.0.0`
# Check if your issue is in the known issues list
Nothing about allowing local lan traffic in known issue list
# OS/Distribution
Arch
```
❯ uname -a
Linux orion 6.14.3-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC 2025年4月20日 12:38:36 +0000 x86_64 GNU/Linux
❯ lsb_release -a
LSB Version: n/a
Distributor ID: Garuda
Description: Garuda Linux Broadwing
Release: Soaring
Codename: Broadwing
```
# Logs
<details>
<summary>log</summary>
```
❯ eduvpn-gui -d
2025年04月23日 12:09:02,239 - MainThread - DEBUG - eduvpn.ui.app - app.py:69 - activate
2025年04月23日 12:09:02,284 - <function ApplicationModelTransitions.get_previous_servers at 0x7969cd361120> - DEBUG - eduvpn.app - app.py:48 - Transition: MAIN, old state: 1
2025年04月23日 12:09:03 - Go - DEBUG - got 304 for discovery, server_list.json not modified
2025年04月23日 12:09:03,584 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1075 - server list refresh
2025年04月23日 12:09:06,153 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1161 - on server row pressed
2025年04月23日 12:09:06,237 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1120 - activated server: <eduvpn.server.InstituteServer object at 0x7969cd32aad0>
2025年04月23日 12:09:06,238 - <function ApplicationModelTransitions.getting_config at 0x7969cd361580> - DEBUG - eduvpn.app - app.py:63 - Transition: GETTING_CONFIG, old state: 1
2025年04月23日 12:09:06 - Go - DEBUG - saving state file
2025年04月23日 12:09:06,517 - <function ApplicationModelTransitions.parse_config at 0x7969cd3620c0> - DEBUG - eduvpn.app - app.py:103 - Transition: GOT_CONFIG, old state: 4
2025年04月23日 12:09:06,517 - <function ApplicationModelTransitions.parse_connecting at 0x7969cd3625c0> - DEBUG - eduvpn.app - app.py:128 - Transition: CONNECTING, old state: 7
2025年04月23日 12:09:06,518 - MainThread - DEBUG - eduvpn.nm - nm.py:457 - writing wireguard configuration to Network Manager
2025年04月23日 12:09:06,520 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1234 - clicked on switch connection state
2025年04月23日 12:09:06,521 - MainThread - DEBUG - eduvpn.nm - nm.py:376 - Adding new connection
2025年04月23日 12:09:06,532 - MainThread - DEBUG - eduvpn.nm - nm.py:976 - Connection added for uuid: 92cb2312-bacd-4988-b062-910be48deb4d
2025年04月23日 12:09:06,532 - MainThread - DEBUG - eduvpn.nm - nm.py:688 - activate_connection: <NM.RemoteConnection object at 0x7969cd3cb440 (NMRemoteConnection at 0x638d5212cad0)>
2025年04月23日 12:09:06,543 - MainThread - DEBUG - eduvpn.nm - nm.py:712 - activate_connection_async result: <NM.ActiveConnection object at 0x796958314e40 (NMActiveConnection at 0x638d52582400)>
2025年04月23日 12:09:06 - Go - DEBUG - attempt an invalid self-transition: Connecting
2025年04月23日 12:09:06,637 - MainThread - DEBUG - eduvpn.app - app.py:201 - Failover should not continue
2025年04月23日 12:09:06,638 - <function ApplicationModelTransitions.parse_connected at 0x7969cd362520> - DEBUG - eduvpn.app - app.py:121 - Transition: CONNECTED, old state: 8
2025年04月23日 12:09:06,641 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1034 - start validity countdown
2025年04月23日 12:09:06,642 - MainThread - DEBUG - eduvpn.app - app.py:201 - Failover should not continue
2025年04月23日 12:09:14,924 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1082 - clicked settings button
2025年04月23日 12:09:19,409 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1094 - clicked on go back
2025年04月23日 12:09:27,587 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1082 - clicked settings button
2025年04月23日 12:09:28,560 - MainThread - DEBUG - eduvpn.config - config.py:54 - saving settings: {'ignore_keyring_warning': True, 'allow_wg_lan': True, 'proxy_active_warning': None}
2025年04月23日 12:09:31,835 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1094 - clicked on go back
2025年04月23日 12:09:32,750 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1234 - clicked on switch connection state
2025年04月23日 12:09:32,751 - <function ApplicationModelTransitions.disconnecting at 0x7969cd361940> - DEBUG - eduvpn.app - app.py:73 - Transition: DISCONNECTING, old state: 9
2025年04月23日 12:09:32,751 - MainThread - DEBUG - eduvpn.nm - nm.py:876 - disconnect uuid: <module 'uuid' from '/usr/lib/python3.13/uuid.py'>
2025年04月23日 12:09:32,752 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:992 - leave connected state
2025年04月23日 12:09:32,752 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1042 - stop validity countdown
2025年04月23日 12:09:32,752 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1056 - stop validity threads
2025年04月23日 12:09:32,760 - MainThread - DEBUG - eduvpn.nm - nm.py:865 - disconnect_async result: True
2025年04月23日 12:09:32,774 - MainThread - DEBUG - eduvpn.nm - nm.py:828 - delete_async result: True
2025年04月23日 12:09:32,775 - cleanup - DEBUG - eduvpn.app - app.py:514 - Cleaning up tokens...
2025年04月23日 12:09:32 - Go - DEBUG - saving state file
2025年04月23日 12:09:32,897 - <function ApplicationModelTransitions.disconnected_server at 0x7969cd361760> - DEBUG - eduvpn.app - app.py:68 - Transition: DISCONNECTED, old state: 10
2025年04月23日 12:10:48,721 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:1446 - clicked on close window
2025年04月23日 12:10:48,721 - MainThread - DEBUG - eduvpn.ui.app - app.py:106 - window closed
2025年04月23日 12:10:48,722 - MainThread - DEBUG - eduvpn.ui.app - app.py:96 - quit
2025年04月23日 12:10:48 - Go - DEBUG - saving state file
2025年04月23日 12:10:48,726 - <function ApplicationModelTransitions.deregistered at 0x7969cd3611c0> - DEBUG - eduvpn.app - app.py:53 - Transition: DEREGISTERED, old state: 11
2025年04月23日 12:10:48,727 - MainThread - DEBUG - eduvpn.ui.ui - ui.py:397 - deregistered transition
```
</details>
## Do you have a problem during or after connecting?
<details>
<summary>NetworkManager</summary>
```
❯ sudo journalctl -fu NetworkManager
Apr 23 12:09:32 orion NetworkManager[1237]: <info> [1745366972.7599] device (eduVPN): state change: activated -> deactivating (reason 'user-requested', managed-type: 'full')
Apr 23 12:09:32 orion NetworkManager[1237]: <info> [1745366972.7606] audit: op="device-disconnect" interface="eduVPN" ifindex=12 pid=513059 uid=1000 result="success"
Apr 23 12:09:32 orion NetworkManager[1237]: <info> [1745366972.7746] audit: op="connection-delete" uuid="92cb2312-bacd-4988-b062-910be48deb4d" name="eduVPN" pid=513059 uid=1000 result="success"
Apr 23 12:09:32 orion NetworkManager[1237]: <info> [1745366972.7816] device (eduVPN): state change: deactivating -> disconnected (reason 'user-requested', managed-type: 'full')
Apr 23 12:09:32 orion NetworkManager[1237]: <info> [1745366972.9433] device (eduVPN): state change: disconnected -> unmanaged (reason 'user-requested', managed-type: 'full')
Apr 23 12:09:57 orion NetworkManager[1237]: <info> [1745366997.1096] dhcp4 (enp5s0): state changed new lease, address=10.44.163.240
Apr 23 12:10:53 orion NetworkManager[1237]: <info> [1745367053.1081] dhcp4 (enp5s0): state changed new lease, address=10.44.163.240
Apr 23 12:11:49 orion NetworkManager[1237]: <info> [1745367109.1093] dhcp4 (enp5s0): state changed new lease, address=10.44.163.240
Apr 23 12:12:44 orion NetworkManager[1237]: <info> [1745367164.1096] dhcp4 (enp5s0): state changed new lease, address=10.44.163.240
Apr 23 12:13:40 orion NetworkManager[1237]: <info> [1745367220.1106] dhcp4 (enp5s0): state changed new lease, address=10.44.163.240
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1363] manager: (eduVPN): new WireGuard device (/org/freedesktop/NetworkManager/Devices/14)
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1365] audit: op="connection-add" uuid="c832ea19-ce51-4351-bccc-b553c88db663" name="eduVPN" pid=545661 uid=1000 result="success"
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1481] device (eduVPN): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1489] device (eduVPN): state change: unavailable -> disconnected (reason 'user-requested', managed-type: 'full')
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1492] device (eduVPN): Activation: starting connection 'eduVPN' (c832ea19-ce51-4351-bccc-b553c88db663)
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1492] audit: op="connection-activate" uuid="c832ea19-ce51-4351-bccc-b553c88db663" name="eduVPN" pid=545661 uid=1000 result="success"
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1494] device (eduVPN): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1496] device (eduVPN): state change: prepare -> config (reason 'none', managed-type: 'full')
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1499] device (eduVPN): state change: config -> need-auth (reason 'none', managed-type: 'full')
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1505] device (eduVPN): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Apr 23 12:14:07 orion NetworkManager[1237]: <info> [1745367247.1506] device (eduVPN): state change: prepare -> config (reason 'none', managed-type: 'full')
Apr 23 12:14:08 orion NetworkManager[1237]: <info> [1745367248.9849] device (eduVPN): state change: config -> ip-config (reason 'none', managed-type: 'full')
Apr 23 12:14:08 orion NetworkManager[1237]: <info> [1745367248.9901] device (eduVPN): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Apr 23 12:14:09 orion NetworkManager[1237]: <info> [1745367249.0293] device (eduVPN): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Apr 23 12:14:09 orion NetworkManager[1237]: <info> [1745367249.0294] device (eduVPN): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Apr 23 12:14:09 orion NetworkManager[1237]: <info> [1745367249.0297] device (eduVPN): Activation: successful, device activated.
Apr 23 12:14:34 orion NetworkManager[1237]: <info> [1745367274.1105] dhcp4 (enp5s0): state changed new lease, address=10.44.163.240
```
</details>