Advertisement
Guest User

Untitled

a guest
Nov 27th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. sudo openvpn --config ~/.ssh/nkatsamanis.ovpn
  2. [sudo] password for nassos:
  3. Mon Nov 27 15:00:00 2017 OpenVPN 2.3.10 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Jun 22 2017
  4. Mon Nov 27 15:00:00 2017 library versions: OpenSSL 1.0.2g 1 Mar 2016, LZO 2.08
  5. Enter Auth Username: ***********
  6. Enter Auth Password: ***********
  7. Mon Nov 27 15:00:07 2017 Control Channel Authentication: tls-auth using INLINE static key file
  8. Mon Nov 27 15:00:07 2017 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
  9. Mon Nov 27 15:00:07 2017 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
  10. Mon Nov 27 15:00:07 2017 Socket Buffers: R=[212992->200000] S=[212992->200000]
  11. Mon Nov 27 15:00:07 2017 UDPv4 link local: [undef]
  12. Mon Nov 27 15:00:07 2017 UDPv4 link remote: [AF_INET]35.163.144.161:1194
  13. Mon Nov 27 15:00:07 2017 TLS: Initial packet from [AF_INET]35.163.144.161:1194, sid=7afabec2 3f5d4bf6
  14. Mon Nov 27 15:00:07 2017 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  15. Mon Nov 27 15:00:08 2017 VERIFY OK: depth=1, CN=OpenVPN CA
  16. Mon Nov 27 15:00:08 2017 VERIFY OK: nsCertType=SERVER
  17. Mon Nov 27 15:00:08 2017 VERIFY OK: depth=0, CN=OpenVPN Server
  18. Mon Nov 27 15:00:08 2017 Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
  19. Mon Nov 27 15:00:08 2017 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  20. Mon Nov 27 15:00:08 2017 Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
  21. Mon Nov 27 15:00:08 2017 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  22. Mon Nov 27 15:00:08 2017 Control Channel: TLSv1, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-SHA, 2048 bit RSA
  23. Mon Nov 27 15:00:08 2017 [OpenVPN Server] Peer Connection Initiated with [AF_INET]35.163.144.161:1194
  24. Mon Nov 27 15:00:11 2017 SENT CONTROL [OpenVPN Server]: 'PUSH_REQUEST' (status=1)
  25. Mon Nov 27 15:00:11 2017 PUSH: Received control message: 'PUSH_REPLY,explicit-exit-notify,topology subnet,route-delay 5 30,dhcp-pre-release,dhcp-renew,dhcp-release,route-metric 101,ping 12,ping-restart 50,auth-token SESS_ID,comp-lzo yes,redirect-private def1,redirect-private bypass-dhcp,redirect-private autolocal,redirect-private bypass-dns,route-gateway 10.112.0.1,route 10.101.0.0 255.255.0.0,route 10.111.0.0 255.255.0.0,block-ipv6,ifconfig 10.112.0.85 255.255.0.0'
  26. Mon Nov 27 15:00:11 2017 Option 'explicit-exit-notify' in [PUSH-OPTIONS]:1 is ignored by previous <connection> blocks
  27. Mon Nov 27 15:00:11 2017 Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:4: dhcp-pre-release (2.3.10)
  28. Mon Nov 27 15:00:11 2017 Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:5: dhcp-renew (2.3.10)
  29. Mon Nov 27 15:00:11 2017 Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:6: dhcp-release (2.3.10)
  30. Mon Nov 27 15:00:11 2017 Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:19: block-ipv6 (2.3.10)
  31. Mon Nov 27 15:00:11 2017 OPTIONS IMPORT: timers and/or timeouts modified
  32. Mon Nov 27 15:00:11 2017 OPTIONS IMPORT: explicit notify parm(s) modified
  33. Mon Nov 27 15:00:11 2017 OPTIONS IMPORT: LZO parms modified
  34. Mon Nov 27 15:00:11 2017 OPTIONS IMPORT: --ifconfig/up options modified
  35. Mon Nov 27 15:00:11 2017 OPTIONS IMPORT: route options modified
  36. Mon Nov 27 15:00:11 2017 OPTIONS IMPORT: route-related options modified
  37. Mon Nov 27 15:00:11 2017 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=enp5s0 HWADDR=40:8d:5c:b7:06:05
  38. Mon Nov 27 15:00:11 2017 TUN/TAP device tun0 opened
  39. Mon Nov 27 15:00:11 2017 TUN/TAP TX queue length set to 100
  40. Mon Nov 27 15:00:11 2017 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
  41. Mon Nov 27 15:00:11 2017 /sbin/ip link set dev tun0 up mtu 1500
  42. Mon Nov 27 15:00:11 2017 /sbin/ip addr add dev tun0 10.112.0.85/16 broadcast 10.112.255.255
  43. Mon Nov 27 15:00:16 2017 ROUTE remote_host is NOT LOCAL
  44. Mon Nov 27 15:00:16 2017 /sbin/ip route add 35.163.144.161/32 via 192.168.1.1
  45. Mon Nov 27 15:00:16 2017 /sbin/ip route add 10.101.0.0/16 metric 101 via 10.112.0.1
  46. Mon Nov 27 15:00:16 2017 /sbin/ip route add 10.111.0.0/16 metric 101 via 10.112.0.1
  47. Mon Nov 27 15:00:16 2017 Initialization Sequence Completed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement