Advertisement
Guest User

Untitled

a guest
Mar 31st, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. kovarik@tp-t440s:~$ sudo openvpn ~/Downloads/client.ovpn
  2. Fri Mar 31 12:53:14 2017 OpenVPN 2.3.2 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [eurephia] [MH] [IPv6] built on Dec 1 2014
  3. Enter Auth Username:jiri
  4. Enter Auth Password:
  5. Fri Mar 31 12:53:19 2017 Control Channel Authentication: tls-auth using INLINE static key file
  6. Fri Mar 31 12:53:19 2017 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
  7. Fri Mar 31 12:53:19 2017 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
  8. Fri Mar 31 12:53:19 2017 Socket Buffers: R=[212992->200000] S=[212992->200000]
  9. Fri Mar 31 12:53:19 2017 UDPv4 link local: [undef]
  10. Fri Mar 31 12:53:19 2017 UDPv4 link remote: [AF_INET]52.17.92.48:1194
  11. Fri Mar 31 12:53:29 2017 Server poll timeout, restarting
  12. Fri Mar 31 12:53:29 2017 SIGUSR1[soft,server_poll] received, process restarting
  13. Fri Mar 31 12:53:29 2017 Control Channel Authentication: tls-auth using INLINE static key file
  14. Fri Mar 31 12:53:29 2017 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
  15. Fri Mar 31 12:53:29 2017 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
  16. Fri Mar 31 12:53:29 2017 Socket Buffers: R=[212992->200000] S=[212992->200000]
  17. Fri Mar 31 12:53:29 2017 UDPv4 link local: [undef]
  18. Fri Mar 31 12:53:29 2017 UDPv4 link remote: [AF_INET]52.17.92.48:1194
  19. Fri Mar 31 12:53:40 2017 Server poll timeout, restarting
  20. Fri Mar 31 12:53:40 2017 SIGUSR1[soft,server_poll] received, process restarting
  21. Fri Mar 31 12:53:40 2017 Control Channel Authentication: tls-auth using INLINE static key file
  22. Fri Mar 31 12:53:40 2017 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
  23. Fri Mar 31 12:53:40 2017 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
  24. Fri Mar 31 12:53:40 2017 Socket Buffers: R=[87380->200000] S=[16384->200000]
  25. Fri Mar 31 12:53:40 2017 Attempting to establish TCP connection with [AF_INET]52.17.92.48:443 [nonblock]
  26. Fri Mar 31 12:53:41 2017 TCP connection established with [AF_INET]52.17.92.48:443
  27. Fri Mar 31 12:53:41 2017 TCPv4_CLIENT link local: [undef]
  28. Fri Mar 31 12:53:41 2017 TCPv4_CLIENT link remote: [AF_INET]52.17.92.48:443
  29. Fri Mar 31 12:53:41 2017 TLS: Initial packet from [AF_INET]52.17.92.48:443, sid=e35b2673 d9915d3f
  30. Fri Mar 31 12:53:41 2017 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  31. Fri Mar 31 12:53:41 2017 VERIFY OK: depth=1, CN=OpenVPN CA
  32. Fri Mar 31 12:53:41 2017 VERIFY OK: nsCertType=SERVER
  33. Fri Mar 31 12:53:41 2017 VERIFY OK: depth=0, CN=OpenVPN Server
  34. Fri Mar 31 12:53:42 2017 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
  35. Fri Mar 31 12:53:42 2017 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  36. Fri Mar 31 12:53:42 2017 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
  37. Fri Mar 31 12:53:42 2017 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  38. Fri Mar 31 12:53:42 2017 Control Channel: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA
  39. Fri Mar 31 12:53:42 2017 [OpenVPN Server] Peer Connection Initiated with [AF_INET]52.17.92.48:443
  40. Fri Mar 31 12:53:45 2017 SENT CONTROL [OpenVPN Server]: 'PUSH_REQUEST' (status=1)
  41. Fri Mar 31 12:53:45 2017 AUTH: Received control message: AUTH_FAILED
  42. Fri Mar 31 12:53:45 2017 SIGTERM[soft,auth-failure] received, process exiting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement