2023-03-15 16:11:09,994 INFO [main] PropertiesLoader - Loaded properties from .\lts.properties 2023-03-15 16:11:10,056 INFO [main] LocalTunnelServiceServerConfiguration - allowedOrigins=https://quickconnect.ra.netbiter.net,https://www.netbiter.net (Comma-separated list of URLs which should be allowed by the CrossOriginFilter) 2023-03-15 16:11:10,056 INFO [main] LocalTunnelServiceServerConfiguration - applicationName=QuickConnect (Application name) 2023-03-15 16:11:10,056 INFO [main] LocalTunnelServiceServerConfiguration - closeVirtualSerialPortCommand=cscript {script} {bind_serial_port} (Configures command to disconnect a virtual serial port.) 2023-03-15 16:11:10,056 INFO [main] LocalTunnelServiceServerConfiguration - connectTimeout=55000 (Timeout in seconds for connecting web sockets.) 2023-03-15 16:11:10,058 INFO [main] LocalTunnelServiceServerConfiguration - defaultBindHost=127.0.0.1 (Default host to bind listening sockets to. Use "0.0.0.0" or "::" not to bind to any specific host.) 2023-03-15 16:11:10,058 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatInterval=60000 (Max delay in seconds until a heartbeat (or any other message) should be sent.) 2023-03-15 16:11:10,059 INFO [main] LocalTunnelServiceServerConfiguration - heartBeatTimeout=150000 (Timeout in seconds before a heartbeat (or any other message) should be received before the connection is considered dead.) 2023-03-15 16:11:10,059 INFO [main] LocalTunnelServiceServerConfiguration - installerVersion=1.2.117 (Installer version) 2023-03-15 16:11:10,059 INFO [main] LocalTunnelServiceServerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2023-03-15 16:11:10,059 INFO [main] LocalTunnelServiceServerConfiguration - maxIdleTime=600000 (Time in seconds for how long web sockets can be idle without being closed.) 2023-03-15 16:11:10,059 INFO [main] LocalTunnelServiceServerConfiguration - openVirtualSerialPortCommand=cscript {script} {host} {port} {bind_serial_port} {serial_protocol_type} (Configures command to connect a virtual serial port to a server socket.) 2023-03-15 16:11:10,059 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2023-03-15 16:11:10,059 INFO [main] LocalTunnelServiceServerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2023-03-15 16:11:10,059 INFO [main] LocalTunnelServiceServerConfiguration - proxyConfigurationFile={appData}/HMS/QuickConnect/proxy.properties (Proxy configuration file) 2023-03-15 16:11:10,059 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectTimeout=60000 (Timeout in milliseconds for loading QuickConnect) 2023-03-15 16:11:10,059 INFO [main] LocalTunnelServiceServerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2023-03-15 16:11:10,059 INFO [main] LocalTunnelServiceServerConfiguration - serialPortProperties=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/serialports.properties (Configuration file that maps serial ports and protocol on netbiter to socket port. Typical config line is: serialport.rs232.telnet=2000) 2023-03-15 16:11:10,059 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStore=jar:file:/./lts.jar!/main/localtunnelservice-0.5.163.jar!/keystore.jks (SSL keystore (only used if protocol is https)) 2023-03-15 16:11:10,060 INFO [main] LocalTunnelServiceServerConfiguration - sslKeyStorePassword=lt****** (SSL keystore password (only used if protocol is https)) 2023-03-15 16:11:10,060 INFO [main] LocalTunnelServiceServerConfiguration - sslPrivateKeyPassword=lt****** (SSL private key password (only used if protocol is https)) 2023-03-15 16:11:10,060 INFO [main] LocalTunnelServiceServerConfiguration - tapDevNode="QuickConnect Network Bridge" (TAP interface name. Must be specified on windows.) 2023-03-15 16:11:10,060 INFO [main] LocalTunnelServiceServerConfiguration - tapLaunchCommand="openvpn/bin/openvpn.exe" --dev tap --dev-node {tapDevNode} --remote 127.0.0.1 {vpnPort} --proto tcp-client --secret {vpnKeyFile} --ifconfig {localIP} {netmask} --ifconfig-nowarn (Command to start a VPN tap interface.) 2023-03-15 16:11:10,061 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMax=20 (Max number of threads in threadpool) 2023-03-15 16:11:10,061 INFO [main] LocalTunnelServiceServerConfiguration - threadpoolSizeMin=10 (Min number of threads in threadpool) 2023-03-15 16:11:10,061 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2023-03-15 16:11:10,061 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServicePort=8091 (Bind port) 2023-03-15 16:11:10,061 INFO [main] LocalTunnelServiceServerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2023-03-15 16:11:10,062 INFO [main] LocalTunnelServiceServerConfiguration - tunnelTrafficUpdateInterval=1000 (Milliseconds between traffic data updates to clients) 2023-03-15 16:11:10,062 INFO [main] LocalTunnelServiceServerConfiguration - vpnKey=jar:file:/./lts.jar!/lib/tunnelendpoint-0.5.22.jar!/vpn.key (File containing shared VPN secret.) 2023-03-15 16:11:10,062 INFO [main] LocalTunnelServiceServerConfiguration - vpnPort=1194 (Port used for VPN traffic.) 2023-03-15 16:11:10,064 DEBUG [main] AppData - Replacing {appData} with C:\Users\cypsa\AppData\Roaming in string: {appData}/HMS/QuickConnect/proxy.properties 2023-03-15 16:11:10,069 INFO [main] ProxyManager - Applying proxy configuration from file 2023-03-15 16:11:10,069 DEBUG [main] ProxyManager - Creating configuration from file (C:\Users\cypsa\AppData\Roaming/HMS/QuickConnect/proxy.properties) 2023-03-15 16:11:10,069 INFO [main] ProxyManager - File doesn't exist, using defaults 2023-03-15 16:11:10,070 INFO [main] ProxyManager - Applying system default proxy settings 2023-03-15 16:11:10,072 DEBUG [main] ProxyManager - Adding WIN proxy search strategy 2023-03-15 16:11:10,073 DEBUG [main] ProxyManager - Adding JAVA proxy search strategy 2023-03-15 16:11:10,073 DEBUG [main] ProxyManager - Adding ENV_VAR proxy search strategy 2023-03-15 16:11:10,832 WARN [main] ProxyManager - Search did not yield any proxy selectors, using direct connection 2023-03-15 16:11:10,834 INFO [main] ProxyManager - Not applying empty or partial credentials 2023-03-15 16:11:10,835 INFO [main] ProxyUtils - Logging active proxy configuration 2023-03-15 16:11:10,835 INFO [main] ProxyUtils - Getting proxy list for URI: http://dummy.uri 2023-03-15 16:11:11,545 INFO [main] ProxyUtils - Proxy: DIRECT 2023-03-15 16:11:11,545 INFO [main] ProxyUtils - Getting proxy list for URI: https://dummy.uri 2023-03-15 16:11:11,546 INFO [main] ProxyUtils - Proxy: DIRECT 2023-03-15 16:11:11,546 INFO [main] ProxyUtils - Getting proxy list for URI: socket://dummy.uri 2023-03-15 16:11:11,546 INFO [main] ProxyUtils - Proxy: DIRECT 2023-03-15 16:11:11,546 DEBUG [main] ProxyUtils - Getting proxy list for URI: http://localhost:8091 2023-03-15 16:11:11,547 DEBUG [main] ProxyUtils - Proxy: DIRECT 2023-03-15 16:11:11,547 DEBUG [main] ProxyUtils - Selected proxy: DIRECT 2023-03-15 16:11:11,554 DEBUG [main] LocalTunnelListener - Decoding icon: /tray_icon_connected.ico 2023-03-15 16:11:11,688 DEBUG [main] LocalTunnelListener - Decoding icon: /tray_icon.ico 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - applicationName=QuickConnect (Application name) 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - browserExecutable="browser/chrome.exe" (Browser executable) 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - browserOptions= --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="{appData}/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 (Command executed to launch browser) 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - headless=false (Just log tunnel events) 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - installerVersion=1.2.117 (Installer version) 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - listenerType=BROWSER (Listener type, must be LOG, BROWSER, or JAVAFX) 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - overrideAppData=false (Application data should be stored in custom directory rather than system default) 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - overrideAppDataDir=C:\Program Files (x86)\HMS\QuickConnect/target (Application data directory to be used if overriden) 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - quickConnectUrl=https://quickconnect.ra.netbiter.net (QuickConnect URL) 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - trayIconToolTip=QuickConnect 1.2.117 (port 8091) (Tool tip shown for tray icon) 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceHost=localhost (Bind host, use "0.0.0.0" to bind to any host) 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - tunnelServicePort=8091 (Bind port) 2023-03-15 16:11:11,744 INFO [main] BrowserTunnelListenerConfiguration - tunnelServiceScheme=http (Scheme, must be http or https) 2023-03-15 16:11:11,745 INFO [main] BrowserTunnelListenerConfiguration - windowHeight=700 (Window height) 2023-03-15 16:11:11,745 INFO [main] BrowserTunnelListenerConfiguration - windowWidth=1024 (Window width) 2023-03-15 16:11:12,036 DEBUG [main] AppData - Replacing {appData} with C:\Users\cypsa\AppData\Roaming in string: {appData}/HMS/QuickConnect/proxy.properties 2023-03-15 16:11:12,079 INFO [main] Server - jetty-8.1.9.v20130131 2023-03-15 16:11:12,289 INFO [main] ApplicationHandler - Initiating Jersey application, version Jersey: 2.5.1 2014-01-02 13:43:00... 2023-03-15 16:11:12,559 INFO [main] AbstractConnector - Started SelectChannelConnector@localhost:8091 2023-03-15 16:11:12,559 INFO [main] LocalTunnelServiceServer - LocalTunnelService started on localhost:8091 2023-03-15 16:11:12,818 DEBUG [main] LocalTunnelListener - Tray icon installed 2023-03-15 16:11:12,818 DEBUG [main] BrowserTunnelListener - Browser has never been run from this process 2023-03-15 16:11:12,818 DEBUG [main] ProxyUtils - Getting proxy list for URI: https://quickconnect.ra.netbiter.net 2023-03-15 16:11:12,818 DEBUG [main] ProxyUtils - Proxy: DIRECT 2023-03-15 16:11:12,818 DEBUG [main] ProxyUtils - Selected proxy: DIRECT 2023-03-15 16:11:12,819 DEBUG [main] AppData - Replacing {appData} with C:\Users\cypsa\AppData\Roaming in string: --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="{appData}/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2023-03-15 16:11:12,819 INFO [main] BrowserTunnelListener - Starting browser using command: "browser/chrome.exe" --no-proxy-server --proxy-bypass-list="localhost" --dns-prefetch-disable --disable-async-dns --disable-background-networking --disable-sync --disable-translate --allow-running-insecure-content --window-size=1024,700 --user-data-dir="C:\Users\cypsa\AppData\Roaming/HMS/QuickConnect/1.2.117/Browser/" --app=http://localhost:8091 2023-03-15 16:11:15,322 INFO [qtp11440528-26] MainResource - GET: / 2023-03-15 16:11:15,323 DEBUG [qtp11440528-26] MainResource - Configuring freemarker template: /frame.ftl 2023-03-15 16:11:15,395 DEBUG [qtp11440528-29] MainResource - GET: /stylesheet.css 2023-03-15 16:11:15,422 DEBUG [qtp11440528-33] MainResource - GET: /main.do 2023-03-15 16:11:15,450 INFO [qtp11440528-33] MainResource - Trying to reach URI: https://quickconnect.ra.netbiter.net 2023-03-15 16:11:16,252 INFO [qtp11440528-33] MainResource - Response: 200 2023-03-15 16:11:16,252 INFO [qtp11440528-33] MainResource - Successfully reached quickconnect, redirecting to https://quickconnect.ra.netbiter.net 2023-03-15 16:11:17,176 DEBUG [qtp11440528-33] LocalTunnelServiceResource - Got request for SSE. 2023-03-15 16:11:17,187 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {} 2023-03-15 16:11:17,324 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2023-03-15 16:11:27,805 DEBUG [qtp11440528-33] LocalTunnelServiceResource - Got request for SSE. 2023-03-15 16:11:27,805 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelDisconnected, {} 2023-03-15 16:11:27,806 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=null, channels={}, connectedAt=null, status=DISCONNECTED}} 2023-03-15 16:11:39,492 INFO [qtp11440528-29] BasicTunnelClientApplicationService - Opening tunnel to i-0048517b8c9034216.ra.netbiter.net 2023-03-15 16:11:39,493 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FA667C} 2023-03-15 16:11:39,493 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnecting, {targetId=003011FA667C} 2023-03-15 16:11:39,494 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FA667C, channels={}, connectedAt=null, status=CONNECTING}} 2023-03-15 16:11:39,500 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FA667C, channels={}, connectedAt=null, status=CONNECTING}} 2023-03-15 16:11:39,507 INFO [qtp11440528-29] JettyWebSocketConnector - Connecting to "wss://i-0048517b8c9034216.ra.netbiter.net:443/bifrost/tunnel/?tunnelId=1038960303&id=EdgeRubber&secret=ef0001d33815fe30fea0d2fbd5f03b6a". 2023-03-15 16:11:39,508 DEBUG [qtp11440528-29] proxy - === BEGIN PROXY === 2023-03-15 16:11:39,509 DEBUG [qtp11440528-29] ProxyUtils - Getting proxy list for URI: https://i-0048517b8c9034216.ra.netbiter.net:443 2023-03-15 16:11:40,301 DEBUG [qtp11440528-29] ProxyUtils - Proxy: DIRECT 2023-03-15 16:11:40,301 DEBUG [qtp11440528-29] ProxyUtils - Selected proxy: DIRECT 2023-03-15 16:11:40,301 INFO [qtp11440528-29] proxy - No proxy needed, connecting directly to https://i-0048517b8c9034216.ra.netbiter.net:443 2023-03-15 16:11:40,302 DEBUG [qtp11440528-29] proxy - === END PROXY === 2023-03-15 16:11:40,590 DEBUG [qtp26137143-14] WebSocketTunnelSegment - Tunnel expected to close at 2023-03-16T04:11:38.580Z due to TIME_TO_LIVE_EXPIRED 2023-03-15 16:11:40,595 DEBUG [qtp11440528-29] JettyWebSocketConnector - Connected. 2023-03-15 16:11:40,622 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelCloseScheduled, {closeReason=TIME_TO_LIVE_EXPIRED, closeTimestamp=2023-03-16T04:11:38.580Z} 2023-03-15 16:11:58,702 INFO [qtp26137143-16] WebSocketTunnelSegment - WebSocket tunnel established: TARGET@t1038960303 2023-03-15 16:11:58,702 INFO [t1038960303] LocalTunnelListener - Tunnel established 2023-03-15 16:11:58,703 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelConnected, {targetId=003011FA667C, connectedAt=2023-03-15T20:11:58.703Z} 2023-03-15 16:11:58,705 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FA667C, channels={}, connectedAt=2023-03-15T20:11:58.703Z, status=CONNECTED}} 2023-03-15 16:11:58,721 INFO [qtp11440528-29] BasicTunnelClientApplicationService - Adding channel: vpn-forward://tap?client_ref=network%20bridge%201&local_ip=192.168.0.105&netmask=255.255.255.0 2023-03-15 16:11:58,721 INFO [t1038960303] LocalTunnelSegment - New channel c1 to vpn-forward://tap?client_ref=network%20bridge%201&local_ip=192.168.0.105&netmask=255.255.255.0. 2023-03-15 16:11:58,740 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: channelCreated, {client_ref=network bridge 1} 2023-03-15 16:11:58,741 DEBUG [currentProj] LocalTunnelServiceResource - Writing event: tunnelStatus, {tunnel={targetId=003011FA667C, channels={network bridge 1={status=OPEN}}, connectedAt=2023-03-15T20:11:58.703Z, status=CONNECTED}} 2023-03-15 16:11:58,751 DEBUG [pool-2-thread-1] VpnForwardChannel - Starting process: "openvpn/bin/openvpn.exe" --dev tap --dev-node "QuickConnect Network Bridge" --remote 127.0.0.1 1194 --proto tcp-client --secret C:\Users\cypsa\AppData\Local\Temp\bifrost6943044693996869775.tmp --ifconfig 192.168.0.105 255.255.255.0 --ifconfig-nowarn. 2023-03-15 16:11:58,876 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:11:58 2023 OpenVPN 2.3.4 i686-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [IPv6] built on Aug 7 2014 2023-03-15 16:11:58,876 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:11:58 2023 library versions: OpenSSL 1.0.1i 6 Aug 2014, LZO 2.05 2023-03-15 16:11:58,881 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:11:58 2023 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0 2023-03-15 16:11:58,881 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:11:58 2023 open_tun, tt->ipv6=0 2023-03-15 16:11:58,884 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:11:58 2023 TAP-WIN32 device [QuickConnect Network Bridge] opened: \\.\Global\{39E0B0F0-674E-4D1A-B328-361C3DA180CC}.tap 2023-03-15 16:11:58,890 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:11:58 2023 Notified TAP-Windows driver to set a DHCP IP/netmask of 192.168.0.105/255.255.255.0 on interface {39E0B0F0-674E-4D1A-B328-361C3DA180CC} [DHCP-serv: 192.168.0.0, lease-time: 31536000] 2023-03-15 16:11:58,900 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:11:58 2023 Successful ARP Flush on interface [10] {39E0B0F0-674E-4D1A-B328-361C3DA180CC} 2023-03-15 16:11:58,928 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:11:58 2023 Attempting to establish TCP connection with [AF_INET]127.0.0.1:1194 2023-03-15 16:11:58,929 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:11:58 2023 TCP connection established with [AF_INET]127.0.0.1:1194 2023-03-15 16:11:58,930 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:11:58 2023 TCPv4_CLIENT link local: [undef] 2023-03-15 16:11:58,930 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:11:58 2023 TCPv4_CLIENT link remote: [AF_INET]127.0.0.1:1194 2023-03-15 16:11:58,933 INFO [t1038960303] WebSocketTunnelSegment - TARGET@t1038960303 new channel c2 for vpn://tap 2023-03-15 16:11:59,968 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:11:59 2023 Peer Connection Initiated with [AF_INET]127.0.0.1:1194 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - SYSTEM ROUTING TABLE 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 0.0.0.0 0.0.0.0 192.168.22.1 p=0 i=20 t=4 pr=3 a=27147 h=0 m=25/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 127.0.0.0 255.0.0.0 127.0.0.1 p=0 i=1 t=3 pr=2 a=75626 h=0 m=331/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 127.0.0.1 255.255.255.255 127.0.0.1 p=0 i=1 t=3 pr=2 a=75626 h=0 m=331/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 127.255.255.255 255.255.255.255 127.0.0.1 p=0 i=1 t=3 pr=2 a=75626 h=0 m=331/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 169.254.0.0 255.255.0.0 169.254.172.182 p=0 i=10 t=3 pr=2 a=26 h=0 m=311/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 169.254.172.182 255.255.255.255 169.254.172.182 p=0 i=10 t=3 pr=2 a=26 h=0 m=311/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 169.254.255.255 255.255.255.255 169.254.172.182 p=0 i=10 t=3 pr=2 a=26 h=0 m=311/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 192.168.22.0 255.255.255.0 192.168.22.143 p=0 i=20 t=3 pr=2 a=27147 h=0 m=281/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 192.168.22.143 255.255.255.255 192.168.22.143 p=0 i=20 t=3 pr=2 a=27147 h=0 m=281/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 192.168.22.255 255.255.255.255 192.168.22.143 p=0 i=20 t=3 pr=2 a=27147 h=0 m=281/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 224.0.0.0 240.0.0.0 127.0.0.1 p=0 i=1 t=3 pr=2 a=75626 h=0 m=331/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 224.0.0.0 240.0.0.0 169.254.172.182 p=0 i=10 t=3 pr=2 a=75616 h=0 m=311/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 224.0.0.0 240.0.0.0 192.168.22.143 p=0 i=20 t=3 pr=2 a=27151 h=0 m=281/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 255.255.255.255 255.255.255.255 127.0.0.1 p=0 i=1 t=3 pr=2 a=75626 h=0 m=331/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 255.255.255.255 255.255.255.255 169.254.172.182 p=0 i=10 t=3 pr=2 a=75616 h=0 m=311/0/0/0/0 2023-03-15 16:12:35,082 DEBUG [pool-2-thread-1] VpnForwardChannel - 255.255.255.255 255.255.255.255 192.168.22.143 p=0 i=20 t=3 pr=2 a=27151 h=0 m=281/0/0/0/0 2023-03-15 16:12:35,085 DEBUG [pool-2-thread-1] VpnForwardChannel - SYSTEM ADAPTER LIST 2023-03-15 16:12:35,085 DEBUG [pool-2-thread-1] VpnForwardChannel - Intel(R) Ethernet Connection I219-LM 2023-03-15 16:12:35,086 DEBUG [pool-2-thread-1] VpnForwardChannel - Index = 19 2023-03-15 16:12:35,086 DEBUG [pool-2-thread-1] VpnForwardChannel - GUID = {BEE9E441-A3EA-48CD-AD53-3BFD0D5D6496} 2023-03-15 16:12:35,086 DEBUG [pool-2-thread-1] VpnForwardChannel - IP = 0.0.0.0/0.0.0.0 2023-03-15 16:12:35,086 DEBUG [pool-2-thread-1] VpnForwardChannel - MAC = 54:b2:03:0f:5b:0e 2023-03-15 16:12:35,086 DEBUG [pool-2-thread-1] VpnForwardChannel - GATEWAY = 0.0.0.0/255.255.255.255 2023-03-15 16:12:35,103 DEBUG [pool-2-thread-1] VpnForwardChannel - DNS SERV = 2023-03-15 16:12:35,103 DEBUG [pool-2-thread-1] VpnForwardChannel - Bluetooth Device (Personal Area Network) 2023-03-15 16:12:35,103 DEBUG [pool-2-thread-1] VpnForwardChannel - Index = 23 2023-03-15 16:12:35,103 DEBUG [pool-2-thread-1] VpnForwardChannel - GUID = {E34A8B61-66CB-49BC-B4C2-EBEC11BE1BB3} 2023-03-15 16:12:35,104 DEBUG [pool-2-thread-1] VpnForwardChannel - IP = 0.0.0.0/0.0.0.0 2023-03-15 16:12:35,104 DEBUG [pool-2-thread-1] VpnForwardChannel - MAC = 38:ba:f8:f1:6d:59 2023-03-15 16:12:35,104 DEBUG [pool-2-thread-1] VpnForwardChannel - GATEWAY = 0.0.0.0/255.255.255.255 2023-03-15 16:12:35,104 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP SERV = 2023-03-15 16:12:35,104 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP LEASE OBTAINED = Wed Mar 15 16:12:35 2023 2023-03-15 16:12:35,104 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP LEASE EXPIRES = Wed Mar 15 16:12:35 2023 2023-03-15 16:12:35,113 DEBUG [pool-2-thread-1] VpnForwardChannel - DNS SERV = 2023-03-15 16:12:35,113 DEBUG [pool-2-thread-1] VpnForwardChannel - PANGP Virtual Ethernet Adapter #2 2023-03-15 16:12:35,113 DEBUG [pool-2-thread-1] VpnForwardChannel - Index = 2 2023-03-15 16:12:35,113 DEBUG [pool-2-thread-1] VpnForwardChannel - GUID = {0374D102-7F2B-4200-9789-4F6B7D0864D3} 2023-03-15 16:12:35,113 DEBUG [pool-2-thread-1] VpnForwardChannel - IP = 0.0.0.0/0.0.0.0 2023-03-15 16:12:35,113 DEBUG [pool-2-thread-1] VpnForwardChannel - MAC = 02:50:41:00:00:01 2023-03-15 16:12:35,113 DEBUG [pool-2-thread-1] VpnForwardChannel - GATEWAY = 0.0.0.0/255.255.255.255 2023-03-15 16:12:35,113 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP SERV = 2023-03-15 16:12:35,113 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP LEASE OBTAINED = Wed Mar 15 16:12:35 2023 2023-03-15 16:12:35,113 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP LEASE EXPIRES = Wed Mar 15 16:12:35 2023 2023-03-15 16:12:35,124 DEBUG [pool-2-thread-1] VpnForwardChannel - DNS SERV = 2023-03-15 16:12:35,124 DEBUG [pool-2-thread-1] VpnForwardChannel - TAP-Windows Adapter V9 2023-03-15 16:12:35,124 DEBUG [pool-2-thread-1] VpnForwardChannel - Index = 10 2023-03-15 16:12:35,124 DEBUG [pool-2-thread-1] VpnForwardChannel - GUID = {39E0B0F0-674E-4D1A-B328-361C3DA180CC} 2023-03-15 16:12:35,124 DEBUG [pool-2-thread-1] VpnForwardChannel - IP = 169.254.172.182/255.255.0.0 2023-03-15 16:12:35,124 DEBUG [pool-2-thread-1] VpnForwardChannel - MAC = 00:ff:39:e0:b0:f0 2023-03-15 16:12:35,124 DEBUG [pool-2-thread-1] VpnForwardChannel - GATEWAY = 0.0.0.0/255.255.255.255 2023-03-15 16:12:35,124 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP SERV = 0.0.0.0/255.255.255.255 2023-03-15 16:12:35,124 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP LEASE OBTAINED = Wed Mar 15 16:12:35 2023 2023-03-15 16:12:35,124 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP LEASE EXPIRES = Wed Mar 15 16:12:35 2023 2023-03-15 16:12:35,135 DEBUG [pool-2-thread-1] VpnForwardChannel - DNS SERV = 2023-03-15 16:12:35,135 DEBUG [pool-2-thread-1] VpnForwardChannel - Dell Giga Ethernet 2023-03-15 16:12:35,135 DEBUG [pool-2-thread-1] VpnForwardChannel - Index = 20 2023-03-15 16:12:35,135 DEBUG [pool-2-thread-1] VpnForwardChannel - GUID = {CB6DF985-91DB-496E-BABF-EFCAD44F484C} 2023-03-15 16:12:35,135 DEBUG [pool-2-thread-1] VpnForwardChannel - IP = 192.168.22.143/255.255.255.0 2023-03-15 16:12:35,135 DEBUG [pool-2-thread-1] VpnForwardChannel - MAC = 54:b2:03:0f:5b:0f 2023-03-15 16:12:35,135 DEBUG [pool-2-thread-1] VpnForwardChannel - GATEWAY = 192.168.22.1/255.255.255.255 2023-03-15 16:12:35,135 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP SERV = 192.168.22.3/255.255.255.255 2023-03-15 16:12:35,135 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP LEASE OBTAINED = Wed Mar 15 08:40:08 2023 2023-03-15 16:12:35,135 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP LEASE EXPIRES = Tue Mar 21 08:40:08 2023 2023-03-15 16:12:35,145 DEBUG [pool-2-thread-1] VpnForwardChannel - DNS SERV = 192.168.22.3/255.255.255.255 2023-03-15 16:12:35,145 DEBUG [pool-2-thread-1] VpnForwardChannel - Intel(R) Dual Band Wireless-AC 8260 2023-03-15 16:12:35,145 DEBUG [pool-2-thread-1] VpnForwardChannel - Index = 22 2023-03-15 16:12:35,145 DEBUG [pool-2-thread-1] VpnForwardChannel - GUID = {D290CCE2-2F79-4DEC-9064-07324A95DABA} 2023-03-15 16:12:35,145 DEBUG [pool-2-thread-1] VpnForwardChannel - IP = 0.0.0.0/0.0.0.0 2023-03-15 16:12:35,145 DEBUG [pool-2-thread-1] VpnForwardChannel - MAC = 38:ba:f8:f1:6d:55 2023-03-15 16:12:35,145 DEBUG [pool-2-thread-1] VpnForwardChannel - GATEWAY = 192.168.4.1/255.255.255.255 2023-03-15 16:12:35,145 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP SERV = 2023-03-15 16:12:35,145 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP LEASE OBTAINED = Wed Mar 15 16:12:35 2023 2023-03-15 16:12:35,145 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP LEASE EXPIRES = Wed Mar 15 16:12:35 2023 2023-03-15 16:12:35,156 DEBUG [pool-2-thread-1] VpnForwardChannel - DNS SERV = 2023-03-15 16:12:35,156 DEBUG [pool-2-thread-1] VpnForwardChannel - Microsoft Wi-Fi Direct Virtual Adapter 2023-03-15 16:12:35,156 DEBUG [pool-2-thread-1] VpnForwardChannel - Index = 12 2023-03-15 16:12:35,156 DEBUG [pool-2-thread-1] VpnForwardChannel - GUID = {60CB039F-BEF1-41EC-8480-CE9D5681DE38} 2023-03-15 16:12:35,156 DEBUG [pool-2-thread-1] VpnForwardChannel - IP = 0.0.0.0/0.0.0.0 2023-03-15 16:12:35,156 DEBUG [pool-2-thread-1] VpnForwardChannel - MAC = 38:ba:f8:f1:6d:56 2023-03-15 16:12:35,156 DEBUG [pool-2-thread-1] VpnForwardChannel - GATEWAY = 0.0.0.0/255.255.255.255 2023-03-15 16:12:35,156 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP SERV = 2023-03-15 16:12:35,156 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP LEASE OBTAINED = Wed Mar 15 16:12:35 2023 2023-03-15 16:12:35,156 DEBUG [pool-2-thread-1] VpnForwardChannel - DHCP LEASE EXPIRES = Wed Mar 15 16:12:35 2023 2023-03-15 16:12:35,168 DEBUG [pool-2-thread-1] VpnForwardChannel - DNS SERV = 2023-03-15 16:12:35,168 DEBUG [pool-2-thread-1] VpnForwardChannel - Microsoft Wi-Fi Direct Virtual Adapter #2 2023-03-15 16:12:35,168 DEBUG [pool-2-thread-1] VpnForwardChannel - Index = 21 2023-03-15 16:12:35,168 DEBUG [pool-2-thread-1] VpnForwardChannel - GUID = {D1CEF427-DAFF-46AC-B4E8-50444C7B4486} 2023-03-15 16:12:35,168 DEBUG [pool-2-thread-1] VpnForwardChannel - IP = 0.0.0.0/0.0.0.0 2023-03-15 16:12:35,168 DEBUG [pool-2-thread-1] VpnForwardChannel - MAC = 3a:ba:f8:f1:6d:55 2023-03-15 16:12:35,168 DEBUG [pool-2-thread-1] VpnForwardChannel - GATEWAY = 0.0.0.0/255.255.255.255 2023-03-15 16:12:35,178 DEBUG [pool-2-thread-1] VpnForwardChannel - DNS SERV = 2023-03-15 16:12:35,178 DEBUG [pool-2-thread-1] VpnForwardChannel - Wed Mar 15 16:12:35 2023 Initialization Sequence Completed With Errors ( see http://openvpn.net/faq.html#dhcpclientserv ) 2023-03-15 16:13:09,775 DEBUG [qtp26137143-15] HeartBeatWebSocketInput - Received heartbeat on websocket TARGET@t1038960303