cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1372
Views
0
Helpful
2
Replies

Anyconnect client sudden drop in speed

I am using Anyconnect client 4.10.06079 on Ubuntu 22.04

Once connected the transfer speed (over scp for example) bounces between 6 and 10MB/s which is fairly decent and probably limited by the capacity on the other end. However, after a while, usually in the middle of a large copy process (be it scp or web-based) the transfer rate drops abruptly to 200-250kb/s and stays there until I disconnect and reconnect the VPN client. At the same time the vpnagentd process spikes through the roof and the laptop starts overheating. It stops overheating and the process drops back to 0.1% CPU use once the data transfer is over or I restart the anyconnect VPN client.

I tried to attach strace to the vpnagentd process but I couldn't find anything useful for me.

The only related topic I found was a MACOS somehow similar issue with an older version of the client.

Any hints would be highly appreciated.

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

this required more troubleshooting required.

is this only this clients ?

what is other end ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

"is this only this clients ?"

I tested on a Windows box and I could not reproduce

then I tested on a VM on the windows box, an Ubuntu 18.04 VM and I have seen the same problem. However, in this case syslog was a bit more generous and has shown me that the connection dropped and then reestablished with a different MTU. The whole wall of text in syslog only took a few seconds but then the connection was down to 200-250kb/s and never came back until I restarted the VPN client.

I do not have access to the other end (VPN server). If it's an absolute must then I can try to contact them, but the chances for a reply are slim.

Since the Windows box (no issues)  is the VM host for the Ubuntu VM (problem), I am excluding culprits like hardware or router issues. The problem seems to be with Ubuntu (maybe *NIX) boxes. Below the whole thing that was spit to syslog when the drop in speed occurred:

Sep 17 12:23:08 KHL acvpnagent[4044]: Function: internalReadSocket File: ../../vpn/Common/IPC/UdpTcpTransports_unix.cpp Line: 224 Invoked Function: ::recvfrom Return Code: 90 (0x0000005A) Description: unknown
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: readSocket File: ../../vpn/Common/IPC/SocketTransport.cpp Line: 1311 Invoked Function: CSocketTransport::internalReadSocket Return Code: -31588342 (0xFE1E000A) Description: SOCKETTRANSPORT_ERROR_READ Local Addr: [192.168.0.116]:43744, Remote Addr: [*********** Edited]:443
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: fillNetworkBio File: ../../vpn/Agent/TlsProtocol.cpp Line: 1125 Invoked Function: CSocketTransport::readSocket Return Code: -31588342 (0xFE1E000A) Description: SOCKETTRANSPORT_ERROR_READ
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: readTunnel File: ../../vpn/Agent/TlsProtocol.cpp Line: 310 Invoked Function: fillNetworkBio Return Code: -31588342 (0xFE1E000A) Description: SOCKETTRANSPORT_ERROR_READ
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: readTunnel File: ../../vpn/Agent/CdtpProtocol.cpp Line: 446 Invoked Function: CDtlsProtocol::readTunnel Return Code: -31588342 (0xFE1E000A) Description: SOCKETTRANSPORT_ERROR_READ
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: readTunnel File: ../../vpn/Agent/TunnelStateMgr.cpp Line: 556 Invoked Function: ITunnelProtocol::readTunnel Return Code: -31588342 (0xFE1E000A) Description: SOCKETTRANSPORT_ERROR_READ DTLS
Sep 17 12:23:08 KHL acvpnagent[4044]: Tunnel level reconnect reason code 6: Disruption of the VPN connection to the secure gateway. Caching the default reconnect reason for DTLS
Sep 17 12:23:08 KHL acvpnagent[4044]: The Primary DTLS connection to the secure gateway is being re-established.
Sep 17 12:23:08 KHL acvpnagent[4044]: A DTLS Alert was sent by the client during a write operation. Severity: warning Description: close notify
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: internalWriteSocket File: ../../vpn/Common/IPC/UdpTcpTransports_unix.cpp Line: 332 Invoked Function: ::send Return Code: 90 (0x0000005A) Description: unknown
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: writeSocket File: ../../vpn/Common/IPC/SocketTransport.cpp Line: 1378 Invoked Function: CSocketTransport::internalWriteSocket Return Code: -31588341 (0xFE1E000B) Description: SOCKETTRANSPORT_ERROR_WRITE Local Addr: [192.168.0.116]:43744, Remote Addr: [*********** Edited]:443
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: flushNetworkBio File: ../../vpn/Agent/TlsProtocol.cpp Line: 1091 Invoked Function: CSocketTransport::writeSocket Return Code: -31588341 (0xFE1E000B) Description: SOCKETTRANSPORT_ERROR_WRITE
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: terminateTunnel File: ../../vpn/Agent/TlsProtocol.cpp Line: 453 Invoked Function: flushNetworkBio Return Code: -31588341 (0xFE1E000B) Description: SOCKETTRANSPORT_ERROR_WRITE
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: terminateTunnel File: ../../vpn/Agent/CdtpProtocol.cpp Line: 335 Invoked Function: CDtlsProtocol::terminateTunnel Return Code: -31588341 (0xFE1E000B) Description: SOCKETTRANSPORT_ERROR_WRITE
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: initiateReconnect File: ../../vpn/Agent/TunnelStateMgr.cpp Line: 864 Invoked Function: ITunnelProtocol::terminateTunnel Return Code: -31588341 (0xFE1E000B) Description: SOCKETTRANSPORT_ERROR_WRITE Continuing with reconnect for DTLS
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: readFromTunnel File: ../../vpn/Agent/TlsTunnelMgr.cpp Line: 1066 Invoked Function: CTunnelStateMgr::readTunnel Return Code: -31588342 (0xFE1E000A) Description: SOCKETTRANSPORT_ERROR_READ
Sep 17 12:23:08 KHL acvpnagent[4044]: Function: initiateTransport File: ../../vpn/Agent/DtlsTunnelTransport.cpp Line: 214 Opened DTLS socket. Local Addr: [192.168.0.116]:47147, Remote Addr: [*********** Edited]:443
Sep 17 12:23:09 KHL acvpnagent[4044]: A DTLS Alert was received from the server during a read operation. Severity: fatal Description: handshake failure
Sep 17 12:23:09 KHL acvpnagent[4044]: Function: initialHandshake File: ../../vpn/Agent/TlsProtocol.cpp Line: 996 Invoked Function: SSL_do_handshake Return Code: 336602128 (0x14102410) Description: error:14102410:SSL routines:dtls1_read_bytes:sslv3 alert handshake failure
Sep 17 12:23:09 KHL acvpnagent[4044]: Function: OnSocketReadComplete File: ../../vpn/Agent/TlsProtocol.cpp Line: 690 Invoked Function: initialHandshake Return Code: -31784950 (0xFE1B000A) Description: TLSPROTOCOL_ERROR_OPENSSL_LIBRARY
Sep 17 12:23:09 KHL acvpnagent[4044]: Function: OnTunnelInitiateComplete File: ../../vpn/Agent/CdtpProtocol.cpp Line: 548 Invoked Function: OnTunnelInitiateComplete Return Code: -31784950 (0xFE1B000A) Description: TLSPROTOCOL_ERROR_OPENSSL_LIBRARY callback
Sep 17 12:23:09 KHL acvpnagent[4044]: Function: OnTunnelInitiateComplete File: ../../vpn/Agent/TunnelStateMgr.cpp Line: 1267 Invoked Function: Initiate tunnel callback status Return Code: -31784950 (0xFE1B000A) Description: TLSPROTOCOL_ERROR_OPENSSL_LIBRARY DTLS tunnel state 4
Sep 17 12:23:09 KHL acvpnagent[4044]: Function: OnTunnelInitiateComplete File: ../../vpn/Agent/TunnelStateMgr.cpp Line: 1330 Initiating another reconnect for DTLS
Sep 17 12:23:11 KHL acvpnagent[4044]: Function: initiateTransport File: ../../vpn/Agent/DtlsTunnelTransport.cpp Line: 214 Opened DTLS socket. Local Addr: [192.168.0.116]:52038, Remote Addr: *********** Edited:443
Sep 17 12:23:11 KHL acvpnagent[4044]: A DTLS Alert was received from the server during a read operation. Severity: fatal Description: handshake failure
Sep 17 12:23:11 KHL acvpnagent[4044]: Function: initialHandshake File: ../../vpn/Agent/TlsProtocol.cpp Line: 996 Invoked Function: SSL_do_handshake Return Code: 336602128 (0x14102410) Description: error:14102410:SSL routines:dtls1_read_bytes:sslv3 alert handshake failure
Sep 17 12:23:11 KHL acvpnagent[4044]: Function: OnSocketReadComplete File: ../../vpn/Agent/TlsProtocol.cpp Line: 690 Invoked Function: initialHandshake Return Code: -31784950 (0xFE1B000A) Description: TLSPROTOCOL_ERROR_OPENSSL_LIBRARY
Sep 17 12:23:11 KHL acvpnagent[4044]: Function: OnTunnelInitiateComplete File: ../../vpn/Agent/CdtpProtocol.cpp Line: 548 Invoked Function: OnTunnelInitiateComplete Return Code: -31784950 (0xFE1B000A) Description: TLSPROTOCOL_ERROR_OPENSSL_LIBRARY callback
Sep 17 12:23:11 KHL acvpnagent[4044]: Function: OnTunnelInitiateComplete File: ../../vpn/Agent/TunnelStateMgr.cpp Line: 1267 Invoked Function: Initiate tunnel callback status Return Code: -31784950 (0xFE1B000A) Description: TLSPROTOCOL_ERROR_OPENSSL_LIBRARY DTLS tunnel state 4
Sep 17 12:23:11 KHL acvpnagent[4044]: Function: OnTunnelInitiateComplete File: ../../vpn/Agent/TunnelStateMgr.cpp Line: 1330 Initiating another reconnect for DTLS
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: initiateTransport File: ../../vpn/Agent/DtlsTunnelTransport.cpp Line: 214 Opened DTLS socket. Local Addr: [192.168.0.116]:49098, Remote Addr: *********** Edited:443
Sep 17 12:23:15 KHL acvpnagent[4044]: A DTLS Alert was received from the server during a read operation. Severity: fatal Description: handshake failure
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: initialHandshake File: ../../vpn/Agent/TlsProtocol.cpp Line: 996 Invoked Function: SSL_do_handshake Return Code: 336602128 (0x14102410) Description: error:14102410:SSL routines:dtls1_read_bytes:sslv3 alert handshake failure
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: OnSocketReadComplete File: ../../vpn/Agent/TlsProtocol.cpp Line: 690 Invoked Function: initialHandshake Return Code: -31784950 (0xFE1B000A) Description: TLSPROTOCOL_ERROR_OPENSSL_LIBRARY
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: OnTunnelInitiateComplete File: ../../vpn/Agent/CdtpProtocol.cpp Line: 548 Invoked Function: OnTunnelInitiateComplete Return Code: -31784950 (0xFE1B000A) Description: TLSPROTOCOL_ERROR_OPENSSL_LIBRARY callback
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: OnTunnelInitiateComplete File: ../../vpn/Agent/TunnelStateMgr.cpp Line: 1267 Invoked Function: Initiate tunnel callback status Return Code: -31784950 (0xFE1B000A) Description: TLSPROTOCOL_ERROR_OPENSSL_LIBRARY DTLS tunnel state 4
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: OnTunnelInitiateComplete File: ../../vpn/Agent/TunnelStateMgr.cpp Line: 1330 Initiating another reconnect for DTLS
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: OnTunnelStatusChange File: ../../vpn/Agent/TlsTunnelMgr.cpp Line: 1717 Invoked Function: CTunnelStateMgr::OnTunnelStatusChange Return Code: -31850486 (0xFE1A000A) Description: TUNNELSTATEMGR_ERROR_RECONNECT_LIMIT_EXCEEDED callback
Sep 17 12:23:15 KHL acvpnagent[4044]: The Primary DTLS connection to the secure gateway is being torn down.
Sep 17 12:23:15 KHL acvpnagent[4044]: The Primary DTLS connection to the secure gateway is down.
Sep 17 12:23:15 KHL acvpnagent[4044]: Reconfigure reason code 16: New MTU configuration.
Sep 17 12:23:15 KHL acvpnagent[4044]: The entire VPN connection is being reconfigured.
Sep 17 12:23:15 KHL acvpnui[6777]: VPN state: Reconnecting Network state: Network Accessible Network control state: Network Access: Restricted Network type: Undefined
Sep 17 12:23:15 KHL acvpnui[6777]: Message type information sent to the user: Reconnecting to *********** Edited
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: OnTunnelStateChange File: ../../vpn/Agent/TND.cpp Line: 2061 tunnel state change (1->2)
Sep 17 12:23:15 KHL acvpnui[6777]: Function: handleQueuedPopups File: ../../../vpn/GUI/Linux/CvcGtkNotifyBalloon.cpp Line: 319 Invoked Function: notify_notification_show Return Code: 0 (0x00000000) Description: unknown
Sep 17 12:23:15 KHL acvpnui[6777]: Function: StateCB File: ../../../vpn/GUI/Linux/CvcGtkMainWindow.cpp Line: 423 Invoked Function: CvcGtkNotifyBallon::Display Return Code: -33554423 (0xFE000009) Description: GLOBAL_ERROR_UNEXPECTED
Sep 17 12:23:15 KHL whoopsie[1291]: [12:23:15] Cannot reach: https://daisy.ubuntu.com
Sep 17 12:23:15 KHL whoopsie[1291]: [12:23:15] offline
Sep 17 12:23:15 KHL whoopsie[1291]: [12:23:15] Cannot reach: https://daisy.ubuntu.com
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 302 Unable to get DNS domain for interface enp0s3
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 295 Unable to get any DNS server for interface cscotun0
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: getDnsConfiguration File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1147 Invoked Function: CDBusNMHelper::GetDNSConfig Return Code: -17301490 (0xFEF8000E) Description: DBUSNMHELPER_ERROR_EMPTY_CONFIG
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 302 Unable to get DNS domain for interface enp0s3
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 295 Unable to get any DNS server for interface cscotun0
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: getDnsConfiguration File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1147 Invoked Function: CDBusNMHelper::GetDNSConfig Return Code: -17301490 (0xFEF8000E) Description: DBUSNMHELPER_ERROR_EMPTY_CONFIG
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 295 Unable to get any DNS server for interface cscotun0
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: getDnsConfiguration File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1147 Invoked Function: CDBusNMHelper::GetDNSConfig Return Code: -17301490 (0xFEF8000E) Description: DBUSNMHELPER_ERROR_EMPTY_CONFIG
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: findMatchingRouteChange File: ../../vpn/AgentUtilities/Routing/RouteHandlerCommon.cpp Line: 5716 Found link-level VA route FE80:0:0:0:0:0:0:0/64 with different metric (256, expected 1)
Sep 17 12:23:15 KHL acvpnagent[4044]: A routing table change notification has been received. Starting automatic correction of the routing table.
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: findMatchingRouteChange File: ../../vpn/AgentUtilities/Routing/RouteHandlerCommon.cpp Line: 5716 Found link-level VA route FE80:0:0:0:0:0:0:0/64 with different metric (256, expected 1)
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: findMatchingRouteChange File: ../../vpn/AgentUtilities/Routing/RouteHandlerCommon.cpp Line: 5716 Found link-level VA route FE80:0:0:0:0:0:0:0/64 with different metric (256, expected 1)
Sep 17 12:23:15 KHL acvpnagent[4044]: Automatic correction of the routing table has been successful.
Sep 17 12:23:15 KHL acvpnui[6777]: Message type information sent to the user: Establishing VPN - Examining system...
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: addSplitIncludeNetworksForTunnelDnsServers File: ../../vpn/Agent/VpnMgr.cpp Line: 1137 Added split-include network for tunnel DNS server *********** Edited
Sep 17 12:23:15 KHL acvpnagent[4044]: Function: addSplitIncludeNetworksForTunnelDnsServers File: ../../vpn/Agent/VpnMgr.cpp Line: 1137 Added split-include network for tunnel DNS server *********** Edited
Sep 17 12:23:15 KHL acvpnagent[4044]: A new MTU needs to be applied to the VPN network interface. Disabling and re-enabling the Virtual Adapter. Applications utilizing the private network may need to be restarted.
Sep 17 12:23:15 KHL NetworkManager[892]: <info> [1694942595.7940] device (cscotun0): state change: activated -> unmanaged (reason 'connection-assumed', sys-iface-state: 'external')
Sep 17 12:23:15 KHL whoopsie[1291]: [12:23:15] Cannot reach: https://daisy.ubuntu.com
Sep 17 12:23:15 KHL whoopsie[1291]: [12:23:15] Cannot reach: https://daisy.ubuntu.com
Sep 17 12:23:15 KHL dbus-daemon[864]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.12' (uid=0 pid=892 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Sep 17 12:23:15 KHL systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 17 12:23:15 KHL systemd[1]: Stopping Network Name Resolution...
Sep 17 12:23:15 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:15 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:15 KHL nm-applet[2638]: Can't set a parent on widget which has a parent
Sep 17 12:23:15 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:15 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:15 KHL nm-applet[2638]: Can't set a parent on widget which has a parent
Sep 17 12:23:15 KHL org.keepassxc.KeePassXC.desktop[2777]: "No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/NetworkManager/ActiveConnection/4"
Sep 17 12:23:15 KHL gnome-shell[1168]: JS ERROR: TypeError: connectionSettings is null#012_updateConnection@resource:///org/gnome/shell/ui/status/network.js:1926:9#012wrapper@resource:///org/gnome/gjs/modules/_legacy.js:82:22
Sep 17 12:23:15 KHL org.keepassxc.KeePassXC.desktop[2777]: "No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/NetworkManager/ActiveConnection/4"
Sep 17 12:23:15 KHL systemd[1]: Stopped Network Name Resolution.
Sep 17 12:23:15 KHL systemd[1]: Starting Network Name Resolution...
Sep 17 12:23:15 KHL org.keepassxc.KeePassXC.desktop[2777]: "No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/NetworkManager/ActiveConnection/4"
Sep 17 12:23:15 KHL dbus-daemon[864]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Sep 17 12:23:15 KHL systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 17 12:23:15 KHL org.keepassxc.KeePassXC.desktop[2777]: "No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/NetworkManager/ActiveConnection/4"
Sep 17 12:23:15 KHL nm-dispatcher: req:1 'down' [cscotun0]: new request (1 scripts)
Sep 17 12:23:15 KHL nm-dispatcher: req:1 'down' [cscotun0]: start running ordered scripts...
Sep 17 12:23:15 KHL org.keepassxc.KeePassXC.desktop[2777]: "No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/NetworkManager/ActiveConnection/4"
Sep 17 12:23:15 KHL org.keepassxc.KeePassXC.desktop[2777]: message repeated 3 times: [ "No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/NetworkManager/ActiveConnection/4"]
Sep 17 12:23:16 KHL systemd-resolved[8091]: Positive Trust Anchors:
Sep 17 12:23:16 KHL systemd-resolved[8091]: *********** Edited
Sep 17 12:23:16 KHL systemd-resolved[8091]: *********** Edited
Sep 17 12:23:16 KHL systemd-resolved[8091]: Negative trust anchors: *********** Edited
Sep 17 12:23:16 KHL systemd-resolved[8091]: Using system hostname 'KHL'.
Sep 17 12:23:16 KHL systemd[1]: Started Network Name Resolution.
Sep 17 12:23:20 KHL acvpnui[6777]: Message type information sent to the user: Establishing VPN - Activating VPN adapter...
Sep 17 12:23:20 KHL acvpnagent[4044]: VPN Adapter Configuration: IPv4 address: *********** Edited IPv6 address: *********** Edited (auto-generated) Default domain: *********** Edited
Sep 17 12:23:20 KHL acvpnagent[4044]: Host Configuration: Public address: 192.168.0.116/24 Potential public addresses: 192.168.0.116 Private Address: *********** Edited Private IPv6 Address: *********** Edited (auto-generated) Remote Peers: *********** Edited Private IPv6 Networks: none Public Networks: none Public IPv6 Networks: none Tunnel Mode: yes Tunnel all DNS: yes
Sep 17 12:23:20 KHL acvpnui[6777]: Message type information sent to the user: Establishing VPN - Configuring system...
Sep 17 12:23:20 KHL NetworkManager[892]: <info> [1694942600.8097] device (cscotun0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Sep 17 12:23:20 KHL NetworkManager[892]: <info> [1694942600.8125] keyfile: add connection in-memory (dc7fe8e9-3050-4fd1-b73f-c83c5a62455a,"cscotun0")
Sep 17 12:23:20 KHL NetworkManager[892]: <info> [1694942600.8130] device (cscotun0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Sep 17 12:23:20 KHL NetworkManager[892]: <info> [1694942600.8134] device (cscotun0): Activation: starting connection 'cscotun0' (dc7fe8e9-3050-4fd1-b73f-c83c5a62455a)
Sep 17 12:23:20 KHL NetworkManager[892]: <info> [1694942600.8138] device (cscotun0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Sep 17 12:23:20 KHL NetworkManager[892]: <info> [1694942600.8139] device (cscotun0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Sep 17 12:23:20 KHL NetworkManager[892]: <info> [1694942600.8141] device (cscotun0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Sep 17 12:23:20 KHL NetworkManager[892]: <info> [1694942600.8141] device (cscotun0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Sep 17 12:23:20 KHL NetworkManager[892]: <info> [1694942600.8143] device (cscotun0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Sep 17 12:23:20 KHL NetworkManager[892]: <info> [1694942600.8143] device (cscotun0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Sep 17 12:23:20 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:20 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:20 KHL nm-applet[2638]: Can't set a parent on widget which has a parent
Sep 17 12:23:20 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:20 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:20 KHL NetworkManager[892]: <info> [1694942600.8269] device (cscotun0): Activation: successful, device activated.
Sep 17 12:23:20 KHL nm-applet[2638]: Can't set a parent on widget which has a parent
Sep 17 12:23:20 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:20 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:20 KHL nm-applet[2638]: Can't set a parent on widget which has a parent
Sep 17 12:23:20 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:20 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:20 KHL nm-applet[2638]: Can't set a parent on widget which has a parent
Sep 17 12:23:20 KHL nm-dispatcher: req:2 'up' [cscotun0]: new request (1 scripts)
Sep 17 12:23:20 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:20 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:20 KHL nm-applet[2638]: Can't set a parent on widget which has a parent
Sep 17 12:23:20 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:20 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 302 Unable to get DNS domain for interface enp0s3
Sep 17 12:23:20 KHL nm-applet[2638]: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 17 12:23:20 KHL nm-applet[2638]: Can't set a parent on widget which has a parent
Sep 17 12:23:20 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 295 Unable to get any DNS server for interface cscotun0
Sep 17 12:23:20 KHL acvpnagent[4044]: Function: getDnsConfiguration File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1147 Invoked Function: CDBusNMHelper::GetDNSConfig Return Code: -17301490 (0xFEF8000E) Description: DBUSNMHELPER_ERROR_EMPTY_CONFIG
Sep 17 12:23:20 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 302 Unable to get DNS domain for interface enp0s3
Sep 17 12:23:20 KHL nm-dispatcher: req:2 'up' [cscotun0]: start running ordered scripts...
Sep 17 12:23:20 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 295 Unable to get any DNS server for interface cscotun0
Sep 17 12:23:20 KHL acvpnagent[4044]: Function: getDnsConfiguration File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1147 Invoked Function: CDBusNMHelper::GetDNSConfig Return Code: -17301490 (0xFEF8000E) Description: DBUSNMHELPER_ERROR_EMPTY_CONFIG
Sep 17 12:23:20 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 295 Unable to get any DNS server for interface cscotun0
Sep 17 12:23:20 KHL acvpnagent[4044]: Function: getDnsConfiguration File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1147 Invoked Function: CDBusNMHelper::GetDNSConfig Return Code: -17301490 (0xFEF8000E) Description: DBUSNMHELPER_ERROR_EMPTY_CONFIG
Sep 17 12:23:20 KHL acvpnagent[4044]: Function: findMatchingRouteChange File: ../../vpn/AgentUtilities/Routing/RouteHandlerCommon.cpp Line: 5716 Found link-level VA route FE80:0:0:0:0:0:0:0/64 with different metric (256, expected 1)
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 302 Unable to get DNS domain for interface enp0s3
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 295 Unable to get any DNS server for interface cscotun0
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: getDnsConfiguration File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1147 Invoked Function: CDBusNMHelper::GetDNSConfig Return Code: -17301490 (0xFEF8000E) Description: DBUSNMHELPER_ERROR_EMPTY_CONFIG
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 302 Unable to get DNS domain for interface enp0s3
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 295 Unable to get any DNS server for interface cscotun0
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: getDnsConfiguration File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1147 Invoked Function: CDBusNMHelper::GetDNSConfig Return Code: -17301490 (0xFEF8000E) Description: DBUSNMHELPER_ERROR_EMPTY_CONFIG
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: GetDNSConfig File: ../../vpn/Common/Utility/linux/DBusNMHelper.cpp Line: 295 Unable to get any DNS server for interface cscotun0
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: getDnsConfiguration File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1147 Invoked Function: CDBusNMHelper::GetDNSConfig Return Code: -17301490 (0xFEF8000E) Description: DBUSNMHELPER_ERROR_EMPTY_CONFIG
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: applyFirewallConfiguration File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1900 No Firewall Rules to configure
Sep 17 12:23:21 KHL acvpnui[6777]: Message type information sent to the user: Establishing VPN...
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: OnTunnelStateChange File: ../../vpn/Agent/TND.cpp Line: 2061 tunnel state change (2->1)
Sep 17 12:23:21 KHL acvpnagent[4044]: The entire VPN connection has been reconfigured.
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: run File: ../../vpn/Agent/TlsTunnelMgr.cpp Line: 805 Packet Processing Inline Mode: 1
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: SetInlineCompleteMode File: ../../vpn/Common/IPC/SocketTransport.cpp Line: 1254 SetInlineCompleteMode 1
Sep 17 12:23:21 KHL acvpnui[6777]: VPN state: Connected Network state: Network Accessible Network control state: Network Access: Restricted Network type: Undefined
Sep 17 12:23:21 KHL acvpnui[6777]: Using default preferences. Some settings (e.g. certificate matching) may not function as expected if a local profile is expected to be used. Verify that the selected host is in the server list section of the profile and that the profile is configured on the secure gateway.
Sep 17 12:23:21 KHL acvpnui[6777]: Message type information sent to the user: Connected to ********** EDITED
Sep 17 12:23:21 KHL acvpnagent[4044]: A routing table change notification has been received. Starting automatic correction of the routing table.
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: findMatchingRouteChange File: ../../vpn/AgentUtilities/Routing/RouteHandlerCommon.cpp Line: 5716 Found link-level VA route FE80:0:0:0:0:0:0:0/64 with different metric (256, expected 1)
Sep 17 12:23:21 KHL acvpnagent[4044]: Function: findMatchingRouteChange File: ../../vpn/AgentUtilities/Routing/RouteHandlerCommon.cpp Line: 5716 Found link-level VA route FE80:0:0:0:0:0:0:0/64 with different metric (256, expected 1)
Sep 17 12:23:21 KHL acvpnagent[4044]: Automatic correction of the routing table has been successful.
Sep 17 12:23:21 KHL acvpnui[6777]: Function: handleQueuedPopups File: ../../../vpn/GUI/Linux/CvcGtkNotifyBalloon.cpp Line: 319 Invoked Function: notify_notification_show Return Code: 0 (0x00000000) Description: unknown
Sep 17 12:23:21 KHL acvpnui[6777]: Function: StateCB File: ../../../vpn/GUI/Linux/CvcGtkMainWindow.cpp Line: 386 Invoked Function: CvcGtkNotifyBallon::Display Return Code: -33554423 (0xFE000009) Description: GLOBAL_ERROR_UNEXPECTED
Sep 17 12:23:23 KHL systemd[1]: Reloading OpenBSD Secure Shell server.
Sep 17 12:23:23 KHL systemd[1]: Reloaded OpenBSD Secure Shell server.
Sep 17 12:23:25 KHL systemd[1]: Reloading OpenBSD Secure Shell server.
Sep 17 12:23:25 KHL systemd[1]: Reloaded OpenBSD Secure Shell server.
Sep 17 12:23:27 KHL whoopsie[1291]: [12:23:27] Cannot reach: https://daisy.ubuntu.com
Sep 17 12:23:28 KHL whoopsie[1291]: [12:23:28] online