OpenVPN Dropping Users

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
ccoggins
OpenVpn Newbie
Posts: 5
Joined: Wed Jun 17, 2020 9:36 pm

OpenVPN Dropping Users

Post by ccoggins » Wed Jun 17, 2020 9:46 pm

I am one of the users having issues:
OpenVPN is dropping my connection periodically throughout the day. It seems to happen most in the morning between 9 and 10 AM EST.
I am using Windows: OpenVPN GUI v.11.14.0.0

We are running pf-Sense 2.4.4
It looks like OpenVPN is probably version 2.4.8 but I could be wrong. I was not part of this company when this all got implemented.

Code: Select all

Wed Jun 17 17:38:38 2020 Note: option tun-ipv6 is ignored because modern operating systems do not need special IPv6 tun handling anymore.
Wed Jun 17 17:38:38 2020 OpenVPN 2.4.8 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Oct 31 2019
Wed Jun 17 17:38:38 2020 Windows version 6.2 (Windows 8 or greater) 64bit
Wed Jun 17 17:38:38 2020 library versions: OpenSSL 1.1.0l  10 Sep 2019, LZO 2.10
This is the error I am seeing in OpenVPN when my connection drops:

Code: Select all

Wed Jun 17 09:37:57 2020 Preserving previous TUN/TAP instance: Local Area Connection
Wed Jun 17 09:37:57 2020 Blocking outside dns using service succeeded.
Wed Jun 17 09:37:57 2020 Initialization Sequence Completed
Wed Jun 17 10:14:07 2020 read TCP_CLIENT: Unknown error (code=10060)
Wed Jun 17 10:14:07 2020 Connection reset, restarting [-1]
Wed Jun 17 10:14:07 2020 Unblocking outside dns using service succeeded.
Wed Jun 17 10:14:07 2020 SIGUSR1[soft,connection-reset] received, process restarting
Wed Jun 17 10:14:12 2020 TCP/UDP: Preserving recently used remote address: [AF_INET6]
Wed Jun 17 10:14:12 2020 Attempting to establish TCP connection with [AF_INET6] [nonblock]
Wed Jun 17 10:14:14 2020 TCP connection established with [AF_INET6]
Wed Jun 17 10:14:14 2020 TCP_CLIENT link local: (not bound)
Wed Jun 17 10:14:14 2020 TCP_CLIENT link remote: [AF_INET6
Wed Jun 17 10:15:14 2020 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Wed Jun 17 10:15:14 2020 TLS Error: TLS handshake failed
Wed Jun 17 10:15:14 2020 Fatal TLS error (check_tls_errors_co), restarting
Wed Jun 17 10:15:14 2020 Unblocking outside dns using service succeeded.
Wed Jun 17 10:15:14 2020 SIGUSR1[soft,tls-error] received, process restarting
Wed Jun 17 10:15:19 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]
Wed Jun 17 10:15:19 2020 Attempting to establish TCP connection with [AF_INET] [nonblock]
Wed Jun 17 10:15:21 2020 TCP connection established with [AF_INET]
Wed Jun 17 10:15:21 2020 TCP_CLIENT link local: (not bound)
Wed Jun 17 10:15:21 2020 TCP_CLIENT link remote: [AF_INET]
Wed Jun 17 10:15:37 2020 [SERVER NAME] Peer Connection Initiated with [AF_INET]
Wed Jun 17 10:15:38 2020 ******* WARNING *******: '--cipher none' was specified. This means NO encryption will be performed and tunnelled data WILL be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
Wed Jun 17 10:15:38 2020 Preserving previous TUN/TAP instance: Local Area Connection
Wed Jun 17 10:15:38 2020 Blocking outside dns using service succeeded.
Wed Jun 17 10:15:38 2020 Initialization Sequence Completed
I did remove the IP's and Server Name.
Any help would be greatly appreciated.

Thank you!

TinCanTech
OpenVPN Protagonist
Posts: 11139
Joined: Fri Jun 03, 2016 1:17 pm

Re: OpenVPN Dropping Users

Post by TinCanTech » Thu Jun 18, 2020 12:59 pm

See your server log.

ccoggins
OpenVpn Newbie
Posts: 5
Joined: Wed Jun 17, 2020 9:36 pm

Re: OpenVPN Dropping Users

Post by ccoggins » Thu Jun 18, 2020 4:04 pm

Jun 18 11:05:16 openvpn 39418 ccoggins/IPv4ADDRESS [ccoggins] Inactivity timeout (--ping-restart), restarting
Jun 18 11:05:16 openvpn Disconnect: Username: ccoggins HostIP: IPv4ADDRESS Duration: 1033 seconds Traffic: TX: 33089140 bytes RX: 3993491 bytes
Jun 18 11:05:39 openvpn 39418 IPv4ADDRESS peer info: IV_VER=2.4.8
Jun 18 11:05:39 openvpn 39418 IPv4ADDRESS peer info: IV_PLAT=win
Jun 18 11:05:39 openvpn 39418 IPv4ADDRESS peer info: IV_PROTO=2
Jun 18 11:05:39 openvpn 39418 IPv4ADDRESS peer info: IV_LZ4=1
Jun 18 11:05:39 openvpn 39418 IPv4ADDRESS peer info: IV_LZ4v2=1
Jun 18 11:05:39 openvpn 39418 IPv4ADDRESS peer info: IV_LZO=1
Jun 18 11:05:39 openvpn 39418 IPv4ADDRESS peer info: IV_COMP_STUB=1
Jun 18 11:05:39 openvpn 39418 IPv4ADDRESS peer info: IV_COMP_STUBv2=1
Jun 18 11:05:39 openvpn 39418 IPv4ADDRESS peer info: IV_TCPNL=1
Jun 18 11:05:39 openvpn 39418 IPv4ADDRESS peer info: IV_GUI_VER=OpenVPN_GUI_11
Jun 18 11:05:39 openvpn 39418 IPv4ADDRESS [ccoggins] Peer Connection Initiated with [AF_INET6]::ADDRESS
Jun 18 11:05:39 openvpn user 'ccoggins' authenticated
Jun 18 11:05:40 openvpn 39418 ccoggins/IPv4ADDRESS MULTI_sva: pool returned IPv4=ADDRESS, IPv6=ADDRESS

Let me know if this is what you are looking for or if I need to do a deeper dive into the logs.

TinCanTech
OpenVPN Protagonist
Posts: 11139
Joined: Fri Jun 03, 2016 1:17 pm

Re: OpenVPN Dropping Users

Post by TinCanTech » Thu Jun 18, 2020 5:11 pm

ccoggins wrote:
Thu Jun 18, 2020 4:04 pm
Let me know if this is what you are looking for or if I need to do a deeper dive into the logs
TinCanTech wrote:
Thu Jun 18, 2020 12:59 pm
See your server log
What i meant by that is, read your logs and work out what is going wrong.

In your case, the client timed out. Openvpn does not "drop" connections.

This is what we typically like to see:
viewtopic.php?f=30&t=22603

ccoggins
OpenVpn Newbie
Posts: 5
Joined: Wed Jun 17, 2020 9:36 pm

Re: OpenVPN Dropping Users

Post by ccoggins » Fri Jun 19, 2020 2:21 pm

Hello TinCanTech,
I am sorry I did not set up my OG post the correct way.
I have been looking through my logs and I still don't really understand what is going on.

Server Config File:

Code: Select all

dev ovpns1
verb 1
dev-type tun
dev-node /dev/tun1
writepid /var/run/openvpn_server1.pid
#user nobody
#group nobody
script-security 3
daemon
keepalive 10 60
ping-timer-rem
persist-tun
persist-key
proto tcp-server
cipher none
auth SHA1
up /usr/local/sbin/ovpn-linkup
down /usr/local/sbin/ovpn-linkdown
client-connect /usr/local/sbin/openvpn.attributes.sh
client-disconnect /usr/local/sbin/openvpn.attributes.sh
multihome
engine cryptodev
tls-server
server 0.0.0.0 255.255.255.0
server-ipv6 ADDRESS
client-config-dir /var/etc/openvpn-csc/server1
username-as-common-name
plugin /usr/local/lib/openvpn/plugins/openvpn-plugin-auth-script.so /usr/local/sbin/ovpn_auth_verify_async user SW50ZXJuYWwgQXV0aA== false server1 1197
tls-verify "/usr/local/sbin/ovpn_auth_verify tls 'SERVER' 1"
lport 1197
management /var/etc/openvpn/server1.sock unix
max-clients 20
push "route 0.0.0.0 255.255.0.0"
push "route-ipv6 ADDRESS"
push "dhcp-option DOMAIN SERVER.COM"
push "dhcp-option DNS ADDRESS"
push "dhcp-option DNS ADDRESS"
push "dhcp-option DNS6 Address"
push "dhcp-option DNS6 Address"
duplicate-cn
ca /var/etc/openvpn/server1.ca
cert /var/etc/openvpn/server1.cert
key /var/etc/openvpn/server1.key
dh /etc/dh-parameters.1024
tls-auth /var/etc/openvpn/server1.tls-auth 0
ncp-disable
topology subnet
client-disconnect /scripts/traffic.sh
keepalive 5 30
Server Log File: (This is pretty much just me connecting and then OpenVPN resetting my connection which is the issue I am having)

Code: Select all

Jun 19 09:15:50	openvpn	39418	IPv6Address [ccoggins] Peer Connection Initiated with [AF_INET6]IPv6Address:63864
Jun 19 09:15:50	openvpn		user 'ccoggins' authenticated
Jun 19 09:15:50	openvpn	39418	ccoggins/IPv6Address MULTI_sva: pool returned IPv4=Address, IPv6=Address
Jun 19 09:16:16	openvpn	39418	ccoggins/IPv6Address [ccoggins] Inactivity timeout (--ping-restart), restarting
Jun 19 09:16:16	openvpn		Disconnect: Username: ccoggins HostIP: UNSET Duration: 5070 seconds Traffic: TX: 21585284 bytes RX: 6007877 bytes
Jun 19 09:16:22	openvpn	39418	ccoggins/IPv6Address Authenticate/Decrypt packet error: packet HMAC authentication failed
Jun 19 09:16:22	openvpn	39418	ccoggins/IPv6Address Fatal decryption error (process_incoming_link), restarting
Jun 19 09:16:22	openvpn		Disconnect: Username: ccoggins HostIP: UNSET Duration: 41 seconds Traffic: TX: 54782 bytes RX: 99009 bytes
Jun 19 09:16:28	openvpn	39418	TCP connection established with [AF_INET6]IPv6Address:63953
Jun 19 09:16:35	openvpn	39418	IPv6Address peer info: IV_VER=2.4.8
Jun 19 09:16:35	openvpn	39418	IPv6Address peer info: IV_PLAT=win
Jun 19 09:16:35	openvpn	39418	IPv6Address peer info: IV_PROTO=2
Jun 19 09:16:35	openvpn	39418	IPv6Address peer info: IV_LZ4=1
Jun 19 09:16:35	openvpn	39418	IPv6Address peer info: IV_LZ4v2=1
Jun 19 09:16:35	openvpn	39418	IPv6Address peer info: IV_LZO=1
Jun 19 09:16:35	openvpn	39418	IPv6Address peer info: IV_COMP_STUB=1
Jun 19 09:16:35	openvpn	39418	IPv6Address peer info: IV_COMP_STUBv2=1
Jun 19 09:16:35	openvpn	39418	IPv6Address peer info: IV_TCPNL=1
Jun 19 09:16:35	openvpn	39418	IPv6Address peer info: IV_GUI_VER=OpenVPN_GUI_11
Jun 19 09:16:35	openvpn		user 'ccoggins' authenticated
Jun 19 09:16:36	openvpn	39418	IPv6Address [ccoggins] Peer Connection Initiated with [AF_INET6]IPv6Address:63953
Jun 19 09:16:36	openvpn	39418	ccoggins/IPv6 MULTI_sva: pool returned IPv4=Address, IPv6=Address
Jun 19 09:16:48	openvpn	39418	ccoggins/IPv6 Authenticate/Decrypt packet error: packet HMAC authentication failed
Jun 19 09:16:48	openvpn	39418	ccoggins/IPv6 Fatal decryption error (process_incoming_link), restarting
Jun 19 09:16:48	openvpn		Disconnect: Username: ccoggins HostIP: UNSET Duration: 20 seconds Traffic: TX: 151770 bytes RX: 50220 bytes
Jun 19 09:16:58	openvpn	39418	TCP connection established with [AF_INET6]IPv6Address:64024
Jun 19 09:17:32	openvpn	39418	TCP connection established with [AF_INET6]::IPv6Address:64065
Jun 19 09:17:45	openvpn	39418	IPv4Address peer info: IV_VER=2.4.8
Jun 19 09:17:45	openvpn	39418	IPv4Address peer info: IV_PLAT=win
Jun 19 09:17:45	openvpn	39418	IPv4Address peer info: IV_PROTO=2
Jun 19 09:17:45	openvpn	39418	IPv4Address peer info: IV_LZ4=1
Jun 19 09:17:45	openvpn	39418	IPv4Address peer info: IV_LZ4v2=1
Jun 19 09:17:45	openvpn	39418	IPv4Address peer info: IV_LZO=1
Jun 19 09:17:45	openvpn	39418	IPv4Address peer info: IV_COMP_STUB=1
Jun 19 09:17:45	openvpn	39418	IPv4Address peer info: IV_COMP_STUBv2=1
Jun 19 09:17:45	openvpn	39418	IPv4Address peer info: IV_TCPNL=1
Jun 19 09:17:45	openvpn	39418	IPv4Address peer info: IV_GUI_VER=OpenVPN_GUI_11
Jun 19 09:17:45	openvpn	39418	IPv4Address [ccoggins] Peer Connection Initiated with [AF_INET6]::Address:64065
Jun 19 09:17:45	openvpn		user 'ccoggins' authenticated
Jun 19 09:17:46	openvpn	39418	ccoggins/IPv4 MULTI_sva: pool returned IPv4=Address, IPv6=Address
Jun 19 09:17:58	openvpn	39418	IPv6Address TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Jun 19 09:17:58	openvpn	39418	IPv6Address TLS Error: TLS handshake failed
Jun 19 09:17:58	openvpn	39418	IPv6Address Fatal TLS error (check_tls_errors_co), restarting
Client Config File:

Code: Select all

dev tun
tun-ipv6
persist-tun
persist-key
cipher none
ncp-disable
auth SHA1
tls-client
client
resolv-retry infinite
remote SERVERNAME 1197 tcp-client
setenv opt block-outside-dns
verify-x509-name "SERVERNAME" name
auth-user-pass
remote-cert-tls server

<ca>
-----BEGIN CERTIFICATE-----
KEY
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
KEY
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
KEY
-----END PRIVATE KEY-----
</key>
key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
KEY
-----END OpenVPN Static key V1-----
</tls-auth>
Client Log:

Code: Select all

Fri Jun 19 07:51:43 2020 Note: option tun-ipv6 is ignored because modern operating systems do not need special IPv6 tun handling anymore.
Fri Jun 19 07:51:43 2020 OpenVPN 2.4.8 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [AEAD] built on Oct 31 2019
Fri Jun 19 07:51:43 2020 Windows version 6.2 (Windows 8 or greater) 64bit
Fri Jun 19 07:51:43 2020 library versions: OpenSSL 1.1.0l  10 Sep 2019, LZO 2.10
Fri Jun 19 07:51:46 2020 ******* WARNING *******: '--cipher none' was specified. This means NO encryption will be performed and tunnelled data WILL be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
Fri Jun 19 07:51:46 2020 TCP/UDP: Preserving recently used remote address: [AF_INET6]IPv6:1197
Fri Jun 19 07:51:46 2020 Attempting to establish TCP connection with [AF_INET6]IPv6:1197 [nonblock]
Fri Jun 19 07:51:47 2020 TCP connection established with [AF_INET6]IPv6:1197
Fri Jun 19 07:51:47 2020 TCP_CLIENT link local: (not bound)
Fri Jun 19 07:51:47 2020 TCP_CLIENT link remote: [AF_INET6]IPv6:1197
Fri Jun 19 07:51:47 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Fri Jun 19 07:51:47 2020 [SERVERNAME] Peer Connection Initiated with [AF_INET6]IPv6:1197
Fri Jun 19 07:51:48 2020 ******* WARNING *******: '--cipher none' was specified. This means NO encryption will be performed and tunnelled data WILL be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
Fri Jun 19 07:51:48 2020 open_tun
Fri Jun 19 07:51:48 2020 TAP-WIN32 device [Local Area Connection] opened: \\.\Global\{DB158D27-343E-4CEE-A512-64F7765B6091}.tap
Fri Jun 19 07:51:48 2020 Set TAP-Windows TUN subnet mode network/local/netmask = 0.0.0.0/0.0.0.0/255.255.255.0 [SUCCEEDED]
Fri Jun 19 07:51:48 2020 Notified TAP-Windows driver to set a DHCP IP/netmask of 0.0.0.0/255.255.255.0 on interface {DB158D27-343E-4CEE-A512-64F7765B6091} [DHCP-serv: 0.0.0.054, lease-time: 31536000]
Fri Jun 19 07:51:48 2020 Successful ARP Flush on interface [17] {DB158D27-343E-4CEE-A512-64F7765B6091}
Fri Jun 19 07:51:49 2020 IPv6 dns servers set using service
Fri Jun 19 07:51:49 2020 add_route_ipv6(IPv6 -> IPv6 metric 0) dev Local Area Connection
Fri Jun 19 07:51:49 2020 Blocking outside dns using service succeeded.
Fri Jun 19 07:51:54 2020 add_route_ipv6(IPv6 -> IPv6 metric -1) dev Local Area Connection
Fri Jun 19 07:51:54 2020 Initialization Sequence Completed
Fri Jun 19 09:15:34 2020 read TCP_CLIENT: Unknown error (code=10060)
Fri Jun 19 09:15:34 2020 Connection reset, restarting [-1]
Fri Jun 19 09:15:34 2020 Unblocking outside dns using service succeeded.
Fri Jun 19 09:15:34 2020 SIGUSR1[soft,connection-reset] received, process restarting
Fri Jun 19 09:15:39 2020 TCP/UDP: Preserving recently used remote address: [AF_INET6]IPv6:1197
Fri Jun 19 09:15:39 2020 Attempting to establish TCP connection with [AF_INET6]IPv6:1197 [nonblock]
Fri Jun 19 09:15:40 2020 TCP connection established with [AF_INET6]IPv6:1197
Fri Jun 19 09:15:40 2020 TCP_CLIENT link local: (not bound)
Fri Jun 19 09:15:40 2020 TCP_CLIENT link remote: [AF_INET6]IPv6:1197
Fri Jun 19 09:15:49 2020 [SERVERNAME] Peer Connection Initiated with [AF_INET6]IPv6:1197
Fri Jun 19 09:15:55 2020 ******* WARNING *******: '--cipher none' was specified. This means NO encryption will be performed and tunnelled data WILL be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
Fri Jun 19 09:15:55 2020 Preserving previous TUN/TAP instance: Local Area Connection
Fri Jun 19 09:15:55 2020 Blocking outside dns using service succeeded.
Fri Jun 19 09:15:55 2020 NOTE: Pulled options changed on restart, will need to close and reopen TUN/TAP device.
Fri Jun 19 09:15:55 2020 delete_route_ipv6(IPv6)
Fri Jun 19 09:15:55 2020 delete_route_ipv6(IPv6)
Fri Jun 19 09:15:55 2020 IPv6 dns servers deleted using service
Fri Jun 19 09:15:55 2020 Unblocking outside dns using service succeeded.
Fri Jun 19 09:15:56 2020 open_tun
Fri Jun 19 09:15:56 2020 TAP-WIN32 device [Local Area Connection] opened: \\.\Global\{DB158D27-343E-4CEE-A512-64F7765B6091}.tap
Fri Jun 19 09:15:56 2020 Set TAP-Windows TUN subnet mode network/local/netmask = 0.0.0.0/0.0.0.0/255.255.255.0 [SUCCEEDED]
Fri Jun 19 09:15:56 2020 Notified TAP-Windows driver to set a DHCP IP/netmask of 0.0.0.0/255.255.255.0 on interface {DB158D27-343E-4CEE-A512-64F7765B6091} [DHCP-serv: 0.0.0.054, lease-time: 31536000]
Fri Jun 19 09:15:56 2020 Successful ARP Flush on interface [17] {DB158D27-343E-4CEE-A512-64F7765B6091}
Fri Jun 19 09:15:57 2020 IPv6 dns servers set using service
Fri Jun 19 09:15:57 2020 add_route_ipv6(IPv6 -> IPv6 metric 0) dev Local Area Connection
Fri Jun 19 09:15:57 2020 Blocking outside dns using service succeeded.
Fri Jun 19 09:16:02 2020 add_route_ipv6(IPv6 -> IPv6 metric -1) dev Local Area Connection
Fri Jun 19 09:16:02 2020 Initialization Sequence Completed
Fri Jun 19 09:16:22 2020 Connection reset, restarting [0]
Fri Jun 19 09:16:22 2020 Unblocking outside dns using service succeeded.
Fri Jun 19 09:16:22 2020 SIGUSR1[soft,connection-reset] received, process restarting
Fri Jun 19 09:16:27 2020 TCP/UDP: Preserving recently used remote address: [AF_INET6]IPv6:1197
Fri Jun 19 09:16:27 2020 Attempting to establish TCP connection with [AF_INET6]IPv6:1197 [nonblock]
Fri Jun 19 09:16:28 2020 TCP connection established with [AF_INET6]IPv6:1197
Fri Jun 19 09:16:28 2020 TCP_CLIENT link local: (not bound)
Fri Jun 19 09:16:28 2020 TCP_CLIENT link remote: [AF_INET6]IPv6:1197
Fri Jun 19 09:16:35 2020 [SERVERNAME] Peer Connection Initiated with [AF_INET6]IPv6:1197
Fri Jun 19 09:16:37 2020 ******* WARNING *******: '--cipher none' was specified. This means NO encryption will be performed and tunnelled data WILL be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
Fri Jun 19 09:16:37 2020 Preserving previous TUN/TAP instance: Local Area Connection
Fri Jun 19 09:16:37 2020 Blocking outside dns using service succeeded.
Fri Jun 19 09:16:37 2020 NOTE: Pulled options changed on restart, will need to close and reopen TUN/TAP device.
Fri Jun 19 09:16:37 2020 delete_route_ipv6(IPv6)
Fri Jun 19 09:16:37 2020 delete_route_ipv6(IPv6)
Fri Jun 19 09:16:37 2020 IPv6 dns servers deleted using service
Fri Jun 19 09:16:37 2020 Unblocking outside dns using service succeeded.
Fri Jun 19 09:16:38 2020 open_tun
Fri Jun 19 09:16:38 2020 TAP-WIN32 device [Local Area Connection] opened: \\.\Global\{DB158D27-343E-4CEE-A512-64F7765B6091}.tap
Fri Jun 19 09:16:38 2020 Set TAP-Windows TUN subnet mode network/local/netmask = 0.0.0.0/0.0.0.0/255.255.255.0 [SUCCEEDED]
Fri Jun 19 09:16:38 2020 Notified TAP-Windows driver to set a DHCP IP/netmask of 0.0.0.0/255.255.255.0 on interface {DB158D27-343E-4CEE-A512-64F7765B6091} [DHCP-serv: 0.0.0.054, lease-time: 31536000]
Fri Jun 19 09:16:38 2020 Successful ARP Flush on interface [17] {DB158D27-343E-4CEE-A512-64F7765B6091}
Fri Jun 19 09:16:38 2020 IPv6 dns servers set using service
Fri Jun 19 09:16:38 2020 add_route_ipv6(IPv6 -> IPv6 metric 0) dev Local Area Connection
Fri Jun 19 09:16:38 2020 Blocking outside dns using service succeeded.
Fri Jun 19 09:16:43 2020 add_route_ipv6(IPv6 -> IPv6 metric -1) dev Local Area Connection
Fri Jun 19 09:16:43 2020 Initialization Sequence Completed
Fri Jun 19 09:16:48 2020 Connection reset, restarting [0]
Fri Jun 19 09:16:48 2020 Unblocking outside dns using service succeeded.
Fri Jun 19 09:16:48 2020 SIGUSR1[soft,connection-reset] received, process restarting
Fri Jun 19 09:16:53 2020 TCP/UDP: Preserving recently used remote address: [AF_INET6]IPv6:1197
Fri Jun 19 09:16:53 2020 Attempting to establish TCP connection with [AF_INET6]IPv6:1197 [nonblock]
Fri Jun 19 09:16:57 2020 TCP connection established with [AF_INET6]IPv6:1197
Fri Jun 19 09:16:57 2020 TCP_CLIENT link local: (not bound)
Fri Jun 19 09:16:57 2020 TCP_CLIENT link remote: [AF_INET6]IPv6:1197
Fri Jun 19 09:17:26 2020 read TCP_CLIENT: Unknown error (code=10060)
Fri Jun 19 09:17:26 2020 Connection reset, restarting [-1]
Fri Jun 19 09:17:26 2020 Unblocking outside dns using service succeeded.
Fri Jun 19 09:17:26 2020 SIGUSR1[soft,connection-reset] received, process restarting
Fri Jun 19 09:17:31 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]IPv4Address:1197
Fri Jun 19 09:17:31 2020 Attempting to establish TCP connection with [AF_INET]IPv4Address:1197 [nonblock]
Fri Jun 19 09:17:33 2020 TCP connection established with [AF_INET]IPv4Address:1197
Fri Jun 19 09:17:33 2020 TCP_CLIENT link local: (not bound)
Fri Jun 19 09:17:33 2020 TCP_CLIENT link remote: [AF_INET]IPv4Address:1197
Fri Jun 19 09:17:45 2020 [SERVERNAME] Peer Connection Initiated with [AF_INET]IPv4Address:1197
Fri Jun 19 09:17:51 2020 ******* WARNING *******: '--cipher none' was specified. This means NO encryption will be performed and tunnelled data WILL be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
Fri Jun 19 09:17:51 2020 Preserving previous TUN/TAP instance: Local Area Connection
Fri Jun 19 09:17:51 2020 Blocking outside dns using service succeeded.
Fri Jun 19 09:17:51 2020 Initialization Sequence Completed
Thank you for any and all help you can provide!

TinCanTech
OpenVPN Protagonist
Posts: 11139
Joined: Fri Jun 03, 2016 1:17 pm

Re: OpenVPN Dropping Users

Post by TinCanTech » Fri Jun 19, 2020 5:30 pm

ccoggins wrote:
Fri Jun 19, 2020 2:21 pm
I have been looking through my logs and I still don't really understand what is going on.
Then you should read the instructions carefully, notably: --verb and --log

Post Reply