Advertisement
Guest User

Untitled

a guest
Feb 14th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. [user@arch dir]$ sudo openvpn --verb 9 --tls-cipher DEFAULT:@SECLEVEL=0 --config config.ovpn
  2. [sudo] password for user:
  3. Thu Feb 14 18:25:02 2019 OpenVPN 2.4.6 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 24 2018
  4. Thu Feb 14 18:25:02 2019 library versions: OpenSSL 1.1.1a 20 Nov 2018, LZO 2.10
  5. Enter Auth Username: username
  6. Enter Auth Password: ********
  7. Thu Feb 14 18:25:10 2019 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.
  8. Thu Feb 14 18:25:10 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]185.19.143.13:443
  9. Thu Feb 14 18:25:10 2019 Socket Buffers: R=[87380->87380] S=[16384->16384]
  10. Thu Feb 14 18:25:10 2019 Attempting to establish TCP connection with [AF_INET]185.19.143.13:443 [nonblock]
  11. Thu Feb 14 18:25:11 2019 TCP connection established with [AF_INET]185.19.143.13:443
  12. Thu Feb 14 18:25:11 2019 TCP_CLIENT link local: (not bound)
  13. Thu Feb 14 18:25:11 2019 TCP_CLIENT link remote: [AF_INET]185.19.143.13:443
  14. Thu Feb 14 18:25:11 2019 TLS: Initial packet from [AF_INET]185.19.143.13:443, sid=71e7ec61 02fd202f
  15. Thu Feb 14 18:25:11 2019 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  16. Thu Feb 14 18:25:12 2019 VERIFY OK: depth=1, C=DE, ST=State, L=City, O=ISE, CN=asdf, emailAddress=xxx@sez.net
  17. Thu Feb 14 18:25:12 2019 VERIFY OK: nsCertType=SERVER
  18. Thu Feb 14 18:25:12 2019 VERIFY OK: depth=0, C=DE, ST=State, O=ISE, CN=asdf, emailAddress=xxx@sez.net
  19. Thu Feb 14 18:25:12 2019 Control Channel: TLSv1, cipher SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
  20. Thu Feb 14 18:25:12 2019 [asdf] Peer Connection Initiated with [AF_INET]185.19.143.13:443
  21. Thu Feb 14 18:25:13 2019 SENT CONTROL [asdf]: 'PUSH_REQUEST' (status=1)
  22. Thu Feb 14 18:25:13 2019 PUSH: Received control message: 'PUSH_REPLY,route 115.19.243.0 255.255.255.0,route 185.19.143.18 255.255.255.255,route 185.19.143.249 255.255.255.255,route 10.8.2.0 255.255.255.0,route 12.9.9.1,topology net30,ping 10,ping-restart 120,ifconfig 12.9.9.6 12.9.9.5'
  23. Thu Feb 14 18:25:13 2019 OPTIONS IMPORT: timers and/or timeouts modified
  24. Thu Feb 14 18:25:13 2019 OPTIONS IMPORT: --ifconfig/up options modified
  25. Thu Feb 14 18:25:13 2019 OPTIONS IMPORT: route options modified
  26. Thu Feb 14 18:25:13 2019 Outgoing Data Channel: Cipher 'AES-256-CBC' initialized with 256 bit key
  27. Thu Feb 14 18:25:13 2019 Outgoing Data Channel: Using 160 bit message hash 'SHA1' for HMAC authentication
  28. Thu Feb 14 18:25:13 2019 Incoming Data Channel: Cipher 'AES-256-CBC' initialized with 256 bit key
  29. Thu Feb 14 18:25:13 2019 Incoming Data Channel: Using 160 bit message hash 'SHA1' for HMAC authentication
  30. Thu Feb 14 18:25:13 2019 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=enp4s0 HWADDR=b0:25:ac:27:dd:21
  31. Thu Feb 14 18:25:13 2019 TUN/TAP device tun0 opened
  32. Thu Feb 14 18:25:13 2019 TUN/TAP TX queue length set to 100
  33. Thu Feb 14 18:25:13 2019 do_ifconfig, tt->did_ifconfig_ipv6_setup=0
  34. Thu Feb 14 18:25:13 2019 /usr/bin/ip link set dev tun0 up mtu 1500
  35. Thu Feb 14 18:25:13 2019 /usr/bin/ip addr add dev tun0 local 12.9.9.6 peer 12.9.9.5
  36. Thu Feb 14 18:25:13 2019 /usr/bin/ip route add 115.19.243.0/24 via 12.9.9.5
  37. Thu Feb 14 18:25:13 2019 /usr/bin/ip route add 185.19.143.18/32 via 12.9.9.5
  38. Thu Feb 14 18:25:13 2019 /usr/bin/ip route add 185.19.143.249/32 via 12.9.9.5
  39. Error: Nexthop has invalid gateway.
  40. Thu Feb 14 18:25:13 2019 ERROR: Linux route add command failed: external program exited with error status: 2
  41. Thu Feb 14 18:25:13 2019 /usr/bin/ip route add 10.8.2.0/24 via 12.9.9.5
  42. Error: Nexthop has invalid gateway.
  43. Thu Feb 14 18:25:13 2019 ERROR: Linux route add command failed: external program exited with error status: 2
  44. Thu Feb 14 18:25:13 2019 /usr/bin/ip route add 12.9.9.1/32 via 12.9.9.5
  45. Error: Nexthop has invalid gateway.
  46. Thu Feb 14 18:25:13 2019 ERROR: Linux route add command failed: external program exited with error status: 2
  47. Thu Feb 14 18:25:13 2019 Initialization Sequence Completed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement