Advertisement
Guest User

Untitled

a guest
Sep 4th, 2017
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. client
  2. remote gateway.xxx.com 1194
  3. dev tun
  4. proto udp
  5. resolv-retry infinite
  6. nobind
  7. user nobody
  8. group nogroup
  9. persist-key
  10. persist-tun
  11. ca ca-cert.pem
  12. cert client-xxx-cert.pem
  13. key client-xxx-key.pem
  14. ns-cert-type server
  15. comp-lzo
  16. verb 3
  17. auth-user-pass
  18. redirect-gateway def1
  19.  
  20. sudo openvpn --config gateway.xxxx.com.ovpn
  21. Mon Jun 19 23:25:55 2017 OpenVPN 2.3.10 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Feb 2 2016
  22. Mon Jun 19 23:25:55 2017 library versions: OpenSSL 1.0.2g 1 Mar 2016, LZO 2.08
  23. Enter Auth Username: ******
  24. Enter Auth Password: ******
  25. Mon Jun 19 23:25:58 2017 WARNING: file 'client-xxxx-key.pem' is group or others accessible
  26. Mon Jun 19 23:25:58 2017 Socket Buffers: R=[212992->212992] S=[212992->212992]
  27. Mon Jun 19 23:25:59 2017 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay
  28. Mon Jun 19 23:25:59 2017 UDPv4 link local: [undef]
  29. Mon Jun 19 23:25:59 2017 UDPv4 link remote: [AF_INET]xx.xxx.xxx.xxx:xxxx
  30. Mon Jun 19 23:25:59 2017 TLS: Initial packet from [AF_INET]xx.xxx.xxx.xxx:xxxx, sid=359b3959 c62dbda9
  31. Mon Jun 19 23:25:59 2017 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  32. Mon Jun 19 23:25:59 2017 VERIFY OK: depth=1, C=ES, L=xxx, O=xxx, OU=xxx, CN=ca.gateway.xxx.com, emailAddress=xxx@gateway.xxx.com, O=xxx, ST=xxx
  33. Mon Jun 19 23:25:59 2017 VERIFY OK: nsCertType=SERVER
  34. Mon Jun 19 23:25:59 2017 VERIFY OK: depth=0, C=ES, ST=xxx, L=xxx, O=xxx, O=xxx, OU=xxx, CN=gateway.xxx.com, emailAddress=security@gateway.xxx.com
  35. Mon Jun 19 23:26:01 2017 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
  36. Mon Jun 19 23:26:01 2017 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  37. Mon Jun 19 23:26:01 2017 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
  38. Mon Jun 19 23:26:01 2017 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  39. Mon Jun 19 23:26:01 2017 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 2048 bit RSA
  40. Mon Jun 19 23:26:01 2017 [gateway.xxx.com] Peer Connection Initiated with [AF_INET]91.126.210.222:1194
  41. Mon Jun 19 23:26:04 2017 SENT CONTROL [gateway.xxx.com]: 'PUSH_REQUEST' (status=1)
  42. Mon Jun 19 23:26:04 2017 PUSH: Received control message: 'PUSH_REPLY,dhcp-option DNS xxx.xxx.xx.xx,dhcp-option WINS 192.168.47.3,dhcp-option DOMAIN xxx.com,route 192.168.47.0 255.255.255.0,route 10.8.0.1,topology net30,ping 10,ping-restart 120,ifconfig 10.8.0.18 10.8.0.17'
  43. Mon Jun 19 23:26:04 2017 OPTIONS IMPORT: timers and/or timeouts modified
  44. Mon Jun 19 23:26:04 2017 OPTIONS IMPORT: --ifconfig/up options modified
  45. Mon Jun 19 23:26:04 2017 OPTIONS IMPORT: route options modified
  46. Mon Jun 19 23:26:04 2017 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
  47. Mon Jun 19 23:26:04 2017 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=wlxc4e9841c8867 HWADDR=c4:e9:84:1c:88:67
  48. Mon Jun 19 23:26:04 2017 TUN/TAP device tun0 opened
  49. Mon Jun 19 23:26:04 2017 TUN/TAP TX queue length set to 100
  50. Mon Jun 19 23:26:04 2017 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
  51. Mon Jun 19 23:26:04 2017 /sbin/ip link set dev tun0 up mtu 1500
  52. Mon Jun 19 23:26:04 2017 /sbin/ip addr add dev tun0 local 10.8.0.18 peer 10.8.0.17
  53. Mon Jun 19 23:26:04 2017 /sbin/ip route add xx.xx.xxx.xxx/32 via 192.168.1.1
  54. RTNETLINK answers: File exists
  55. Mon Jun 19 23:26:04 2017 ERROR: Linux route add command failed: external program exited with error status: 2
  56. Mon Jun 19 23:26:04 2017 /sbin/ip route add 0.0.0.0/1 via 10.8.0.17
  57. Mon Jun 19 23:26:04 2017 /sbin/ip route add 128.0.0.0/1 via 10.8.0.17
  58. Mon Jun 19 23:26:04 2017 /sbin/ip route add 192.168.47.0/24 via 10.8.0.17
  59. Mon Jun 19 23:26:04 2017 /sbin/ip route add 10.8.0.1/32 via 10.8.0.17
  60. Mon Jun 19 23:26:04 2017 GID set to nogroup
  61. Mon Jun 19 23:26:04 2017 UID set to nobody
  62. Mon Jun 19 23:26:04 2017 Initialization Sequence Completed
  63. ^CMon Jun 19 23:26:23 2017 event_wait : Interrupted system call (code=4)
  64. Mon Jun 19 23:26:23 2017 /sbin/ip route del 10.8.0.1/32
  65. RTNETLINK answers: Operation not permitted
  66. Mon Jun 19 23:26:23 2017 ERROR: Linux route delete command failed: external program exited with error status: 2
  67. Mon Jun 19 23:26:23 2017 /sbin/ip route del 192.168.47.0/24
  68. RTNETLINK answers: Operation not permitted
  69. Mon Jun 19 23:26:23 2017 ERROR: Linux route delete command failed: external program exited with error status: 2
  70. Mon Jun 19 23:26:23 2017 /sbin/ip route del 91.126.210.222/32
  71. RTNETLINK answers: Operation not permitted
  72. Mon Jun 19 23:26:23 2017 ERROR: Linux route delete command failed: external program exited with error status: 2
  73. Mon Jun 19 23:26:23 2017 /sbin/ip route del 0.0.0.0/1
  74. RTNETLINK answers: Operation not permitted
  75. Mon Jun 19 23:26:23 2017 ERROR: Linux route delete command failed: external program exited with error status: 2
  76. Mon Jun 19 23:26:23 2017 /sbin/ip route del 128.0.0.0/1
  77. RTNETLINK answers: Operation not permitted
  78. Mon Jun 19 23:26:23 2017 ERROR: Linux route delete command failed: external program exited with error status: 2
  79. Mon Jun 19 23:26:23 2017 Closing TUN/TAP interface
  80. Mon Jun 19 23:26:23 2017 /sbin/ip addr del dev tun0 local 10.8.0.18 peer 10.8.0.17
  81. RTNETLINK answers: Operation not permitted
  82. Mon Jun 19 23:26:23 2017 Linux ip addr del failed: external program exited with error status: 2
  83. Mon Jun 19 23:26:23 2017 SIGINT[hard,] received, process exiting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement