Skip to content

Instantly share code, notes, and snippets.

@zimmertr
Created August 25, 2019 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zimmertr/47d6f965a5ebfe3ab8c1123ba403e908 to your computer and use it in GitHub Desktop.
Save zimmertr/47d6f965a5ebfe3ab8c1123ba403e908 to your computer and use it in GitHub Desktop.
$> sudo openvpn --config 24.18.133.202.ovpn --auth-user-pass pass.txt
Sun Aug 25 11:46:55 2019 WARNING: file 'pass.txt' is group or others accessible
Sun Aug 25 11:46:55 2019 OpenVPN 2.4.7 [git:makepkg/2b8aec62d5db2c17+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 19 2019
Sun Aug 25 11:46:55 2019 library versions: OpenSSL 1.1.1c 28 May 2019, LZO 2.10
Sun Aug 25 11:46:55 2019 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.
Sun Aug 25 11:46:55 2019 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Aug 25 11:46:55 2019 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Aug 25 11:46:55 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]24.18.133.202:1194
Sun Aug 25 11:46:55 2019 Socket Buffers: R=[212992->212992] S=[212992->212992]
Sun Aug 25 11:46:55 2019 UDP link local: (not bound)
Sun Aug 25 11:46:55 2019 UDP link remote: [AF_INET]24.18.133.202:1194
Sun Aug 25 11:46:59 2019 Server poll timeout, restarting
Sun Aug 25 11:46:59 2019 SIGUSR1[soft,server_poll] received, process restarting
Sun Aug 25 11:46:59 2019 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.
Sun Aug 25 11:46:59 2019 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Aug 25 11:46:59 2019 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Sun Aug 25 11:46:59 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]24.18.133.202:9443
Sun Aug 25 11:46:59 2019 Socket Buffers: R=[131072->131072] S=[16384->16384]
Sun Aug 25 11:46:59 2019 Attempting to establish TCP connection with [AF_INET]24.18.133.202:9443 [nonblock]
Sun Aug 25 11:47:00 2019 TCP: connect to [AF_INET]24.18.133.202:9443 failed: Connection refused
Sun Aug 25 11:47:00 2019 SIGUSR1[connection failed(soft),init_instance] received, process restarting
Sun Aug 25 11:47:00 2019 Restart pause, 5 second(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment