Advertisement
Guest User

yo

a guest
Sep 13th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. liviu@liviu-HP-Pavilion-dv6-Notebook-PC:~/Downloads$ sudo openvpn --config catcp.ovpn
  2. Fri Sep 14 12:30:54 2018 OpenVPN 2.3.10 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Jun 22 2017
  3. Fri Sep 14 12:30:54 2018 library versions: OpenSSL 1.0.2g 1 Mar 2016, LZO 2.08
  4. Enter Auth Username: ******
  5. Enter Auth Password: ******
  6. Fri Sep 14 12:31:11 2018 Control Channel Authentication: tls-auth using INLINE static key file
  7. Fri Sep 14 12:31:11 2018 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
  8. Fri Sep 14 12:31:11 2018 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
  9. Fri Sep 14 12:31:11 2018 Socket Buffers: R=[87380->425984] S=[16384->425984]
  10. Fri Sep 14 12:31:11 2018 Attempting to establish TCP connection with [AF_INET]198.144.159.93:443 [nonblock]
  11. Fri Sep 14 12:31:12 2018 TCP connection established with [AF_INET]198.144.159.93:443
  12. Fri Sep 14 12:31:12 2018 TCPv4_CLIENT link local: [undef]
  13. Fri Sep 14 12:31:12 2018 TCPv4_CLIENT link remote: [AF_INET]198.144.159.93:443
  14. Fri Sep 14 12:31:13 2018 TLS: Initial packet from [AF_INET]198.144.159.93:443, sid=7e4ac30d a5f1f3d2
  15. Fri Sep 14 12:31:13 2018 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  16. Fri Sep 14 12:31:13 2018 VERIFY OK: depth=1, C=US, ST=DE, L=NEWARK, O=CS SYSTEMS, OU=CS SYSTEMS, CN=cssystems, name=EasyRSA, emailAddress=secure@switchvpn.net
  17. Fri Sep 14 12:31:13 2018 VERIFY X509NAME OK: C=US, ST=DE, L=NEWARK, O=CS SYSTEMS, OU=CS SYSTEMS, CN=cssystems, name=EasyRSA, emailAddress=secure@switchvpn.net
  18. Fri Sep 14 12:31:13 2018 VERIFY OK: depth=0, C=US, ST=DE, L=NEWARK, O=CS SYSTEMS, OU=CS SYSTEMS, CN=cssystems, name=EasyRSA, emailAddress=secure@switchvpn.net
  19. Fri Sep 14 12:31:14 2018 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
  20. Fri Sep 14 12:31:14 2018 Data Channel Encrypt: Using 512 bit message hash 'SHA512' for HMAC authentication
  21. Fri Sep 14 12:31:14 2018 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
  22. Fri Sep 14 12:31:14 2018 Data Channel Decrypt: Using 512 bit message hash 'SHA512' for HMAC authentication
  23. Fri Sep 14 12:31:14 2018 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 2048 bit RSA
  24. Fri Sep 14 12:31:14 2018 [cssystems] Peer Connection Initiated with [AF_INET]198.144.159.93:443
  25. Fri Sep 14 12:31:16 2018 SENT CONTROL [cssystems]: 'PUSH_REQUEST' (status=1)
  26. Fri Sep 14 12:31:16 2018 PUSH: Received control message: 'PUSH_REPLY,dhcp-option DNS 52.88.225.10,redirect-gateway def1,route-metric 1,route-gateway 10.80.0.1,route-gateway 10.80.0.1,topology subnet,ping 10,ping-restart 60,ifconfig 10.80.0.2 255.255.255.0'
  27. Fri Sep 14 12:31:16 2018 OPTIONS IMPORT: timers and/or timeouts modified
  28. Fri Sep 14 12:31:16 2018 OPTIONS IMPORT: --ifconfig/up options modified
  29. Fri Sep 14 12:31:16 2018 OPTIONS IMPORT: route options modified
  30. Fri Sep 14 12:31:16 2018 OPTIONS IMPORT: route-related options modified
  31. Fri Sep 14 12:31:16 2018 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
  32. Fri Sep 14 12:31:16 2018 ROUTE_GATEWAY 10.58.8.1/255.255.252.0 IFACE=wlp3s0 HWADDR=40:2c:f4:04:46:ee
  33. Fri Sep 14 12:31:16 2018 TUN/TAP device tun0 opened
  34. Fri Sep 14 12:31:16 2018 TUN/TAP TX queue length set to 100
  35. Fri Sep 14 12:31:16 2018 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
  36. Fri Sep 14 12:31:16 2018 /sbin/ip link set dev tun0 up mtu 1500
  37. Fri Sep 14 12:31:16 2018 /sbin/ip addr add dev tun0 10.80.0.2/24 broadcast 10.80.0.255
  38. Fri Sep 14 12:31:18 2018 /sbin/ip route add 198.144.159.93/32 via 10.58.8.1
  39. Fri Sep 14 12:31:18 2018 /sbin/ip route add 0.0.0.0/1 via 10.80.0.1
  40. Fri Sep 14 12:31:18 2018 /sbin/ip route add 128.0.0.0/1 via 10.80.0.1
  41. Fri Sep 14 12:31:18 2018 Initialization Sequence Completed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement