Skip to content

Instantly share code, notes, and snippets.

@sully90
Created November 29, 2018 12:03
Show Gist options
  • Save sully90/5cb977594ab0f2a752124cd413c990bc to your computer and use it in GitHub Desktop.
Save sully90/5cb977594ab0f2a752124cd413c990bc to your computer and use it in GitHub Desktop.
Openvpn
(anaconda3)[david@kepler]:~/Downloads/vpn/config $ sudo openvpn --config dsullivan@office.incop.ro.ovpn
Thu Nov 29 12:01:20 2018 OpenVPN 2.4.4 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Sep 5 2018
Thu Nov 29 12:01:20 2018 library versions: OpenSSL 1.1.0g 2 Nov 2017, LZO 2.08
Enter Auth Username: dsullivan
Enter Auth Password: ************
Thu Nov 29 12:01:30 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]89.197.94.106:1194
Thu Nov 29 12:01:30 2018 Socket Buffers: R=[87380->87380] S=[16384->16384]
Thu Nov 29 12:01:30 2018 Attempting to establish TCP connection with [AF_INET]89.197.94.106:1194 [nonblock]
Thu Nov 29 12:01:31 2018 TCP connection established with [AF_INET]89.197.94.106:1194
Thu Nov 29 12:01:31 2018 TCP_CLIENT link local: (not bound)
Thu Nov 29 12:01:31 2018 TCP_CLIENT link remote: [AF_INET]89.197.94.106:1194
Thu Nov 29 12:01:31 2018 TLS: Initial packet from [AF_INET]89.197.94.106:1194, sid=515b7838 f153d5b9
Thu Nov 29 12:01:31 2018 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Thu Nov 29 12:01:31 2018 VERIFY OK: depth=1, C=uk, L=London, O=Incopro, CN=Incopro VPN CA, emailAddress=daniel.pilch@incopro.co.uk
Thu Nov 29 12:01:31 2018 VERIFY X509NAME OK: C=uk, L=London, O=Incopro, CN=utm, emailAddress=daniel.pilch@incopro.co.uk
Thu Nov 29 12:01:31 2018 VERIFY OK: depth=0, C=uk, L=London, O=Incopro, CN=utm, emailAddress=daniel.pilch@incopro.co.uk
Thu Nov 29 12:01:31 2018 Control Channel: TLSv1.2, cipher TLSv1.2 DHE-RSA-AES256-GCM-SHA384, 2048 bit RSA
Thu Nov 29 12:01:31 2018 [utm] Peer Connection Initiated with [AF_INET]89.197.94.106:1194
Thu Nov 29 12:01:32 2018 SENT CONTROL [utm]: 'PUSH_REQUEST' (status=1)
Thu Nov 29 12:01:32 2018 AUTH: Received control message: AUTH_FAILED
Thu Nov 29 12:01:32 2018 SIGTERM[soft,auth-failure] received, process exiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment