Guest User

Untitled

a guest
Apr 27th, 2018
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. sudo openvpn --config vpnbook-euro1-tcp443.ovpn
  2.  
  3. Wed Apr 25 19:03:19 2018 OpenVPN 2.3.10 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Jun 22 2017
  4. Wed Apr 25 19:03:19 2018 library versions: OpenSSL 1.0.2g 1 Mar 2016, LZO 2.08
  5. Enter Auth Username: *******
  6. Enter Auth Password: ********
  7. Wed Apr 25 19:03:28 2018 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
  8. Wed Apr 25 19:03:28 2018 NOTE: --fast-io is disabled since we are not using UDP
  9. Wed Apr 25 19:03:28 2018 Socket Buffers: R=[87380->87380] S=[16384->16384]
  10. Wed Apr 25 19:03:28 2018 Attempting to establish TCP connection with [AF_INET]176.126.237.217:443 [nonblock]
  11. Wed Apr 25 19:03:29 2018 TCP connection established with [AF_INET]176.126.237.217:443
  12. Wed Apr 25 19:03:29 2018 TCPv4_CLIENT link local: [undef]
  13. Wed Apr 25 19:03:29 2018 TCPv4_CLIENT link remote: [AF_INET]176.126.237.217:443
  14. Wed Apr 25 19:03:30 2018 TLS: Initial packet from [AF_INET]176.126.237.217:443, sid=dd467348 e8297078
  15. Wed Apr 25 19:03:30 2018 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  16. Wed Apr 25 19:03:30 2018 VERIFY OK: depth=1, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, emailAddress=admin@vpnbook.com
  17. Wed Apr 25 19:03:30 2018 VERIFY OK: depth=0, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, emailAddress=admin@vpnbook.com
  18. Wed Apr 25 19:03:32 2018 Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
  19. Wed Apr 25 19:03:32 2018 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  20. Wed Apr 25 19:03:32 2018 Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
  21. Wed Apr 25 19:03:32 2018 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  22. Wed Apr 25 19:03:32 2018 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 1024 bit RSA
  23. Wed Apr 25 19:03:32 2018 [vpnbook.com] Peer Connection Initiated with [AF_INET]176.126.237.217:443
  24. Wed Apr 25 19:03:34 2018 SENT CONTROL [vpnbook.com]: 'PUSH_REQUEST' (status=1)
  25. Wed Apr 25 19:03:34 2018 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 8.8.4.4,dhcp-option DNS 91.239.100.100,route 10.9.0.1,topology net30,ping 5,ping-restart 30,ifconfig 10.9.0.22 10.9.0.21,peer-id 0'
  26. Wed Apr 25 19:03:34 2018 OPTIONS IMPORT: timers and/or timeouts modified
  27. Wed Apr 25 19:03:34 2018 OPTIONS IMPORT: --ifconfig/up options modified
  28. Wed Apr 25 19:03:34 2018 OPTIONS IMPORT: route options modified>
  29. Wed Apr 25 19:03:34 2018 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
  30. Wed Apr 25 19:03:34 2018 OPTIONS IMPORT: peer-id set
  31. Wed Apr 25 19:03:34 2018 OPTIONS IMPORT: adjusting link_mtu to 1563
  32. Wed Apr 25 19:03:34 2018 ROUTE_GATEWAY 192.168.178.1/255.255.255.0 IFACE=wlx0018e756fdf2 HWADDR=00:18:e7:56:fd:f2
  33. Wed Apr 25 19:03:34 2018 TUN/TAP device tun1 opened
  34. Wed Apr 25 19:03:34 2018 TUN/TAP TX queue length set to 100
  35. Wed Apr 25 19:03:34 2018 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
  36. Wed Apr 25 19:03:34 2018 /sbin/ip link set dev tun1 up mtu 1500
  37. Wed Apr 25 19:03:34 2018 /sbin/ip addr add dev tun1 local 10.9.0.22 peer 10.9.0.21
  38. Wed Apr 25 19:03:36 2018 /sbin/ip route add 176.126.237.217/32 via 192.168.178.1
  39. Wed Apr 25 19:03:36 2018 /sbin/ip route add 0.0.0.0/1 via 10.9.0.21
  40. Wed Apr 25 19:03:36 2018 /sbin/ip route add 128.0.0.0/1 via 10.9.0.21
  41. Wed Apr 25 19:03:36 2018 /sbin/ip route add 10.9.0.1/32 via 10.9.0.21
  42. Wed Apr 25 19:03:36 2018 Initialization Sequence Completed
  43. Wed Apr 25 19:14:11 2018 [vpnbook.com] Inactivity timeout (--ping-restart), restarting
  44. Wed Apr 25 19:14:11 2018 SIGUSR1[soft,ping-restart] received, process restarting
  45. Wed Apr 25 19:14:11 2018 Restart pause, 5 second(s)
  46. Wed Apr 25 19:14:16 2018 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
  47. Wed Apr 25 19:14:16 2018 NOTE: --fast-io is disabled since we are not using UDP
  48. Wed Apr 25 19:14:16 2018 Socket Buffers: R=[87380->87380] S=[16384->16384]
  49. Wed Apr 25 19:14:16 2018 Attempting to establish TCP connection with [AF_INET]176.126.237.217:443 [nonblock]
  50. Wed Apr 25 19:14:17 2018 TCP connection established with [AF_INET]176.126.237.217:443
  51. Wed Apr 25 19:14:17 2018 TCPv4_CLIENT link local: [undef]
  52. Wed Apr 25 19:14:17 2018 TCPv4_CLIENT link remote: [AF_INET]176.126.237.217:443
  53. Wed Apr 25 19:14:19 2018 Connection reset, restarting [-1]
  54. Wed Apr 25 19:14:19 2018 SIGUSR1[soft,connection-reset] received, process restarting
  55.  
  56. Wed Apr 25 19:03:36 2018 Initialization Sequence Completed
  57. Wed Apr 25 19:14:11 2018 [vpnbook.com] Inactivity timeout (--ping-restart), restarting
  58.  
  59. ping -i 30 8.8.8.8 # Send a packet every 30 seconds
Add Comment
Please, Sign In to add comment