Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. root@kali-ghostbox6:~/Downloads/ibvpn_tcp_configs# openvpn --config ibVPN_UK_London_1.ovpn
  2. Wed Sep 28 11:44:29 2016 OpenVPN 2.3.11 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on May 23 2016
  3. Wed Sep 28 11:44:29 2016 library versions: OpenSSL 1.0.2h 3 May 2016, LZO 2.08
  4. Wed Sep 28 11:44:29 2016 WARNING: file 'user_pass.txt' is group or others accessible
  5. Wed Sep 28 11:44:29 2016 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
  6. Wed Sep 28 11:44:29 2016 WARNING: normally if you use --mssfix and/or --fragment, you should also set --tun-mtu 1500 (currently it is 1502)
  7. Wed Sep 28 11:44:29 2016 Socket Buffers: R=[87380->87380] S=[16384->16384]
  8. Wed Sep 28 11:44:29 2016 Attempting to establish TCP connection with [AF_INET]92.48.122.211:1194 [nonblock]
  9. Wed Sep 28 11:44:30 2016 TCP connection established with [AF_INET]92.48.122.211:1194
  10. Wed Sep 28 11:44:30 2016 TCPv4_CLIENT link local: [undef]
  11. Wed Sep 28 11:44:30 2016 TCPv4_CLIENT link remote: [AF_INET]92.48.122.211:1194
  12. Wed Sep 28 11:44:30 2016 TLS: Initial packet from [AF_INET]92.48.122.211:1194, sid=2ff6432e d168e2f9
  13. Wed Sep 28 11:44:30 2016 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  14. Wed Sep 28 11:44:31 2016 VERIFY OK: depth=1, C=US, ST=CA, L=SanFrancisco, O=Fort-Funston, CN=Fort-Funston CA, emailAddress=me@myhost.mydomain
  15. Wed Sep 28 11:44:31 2016 VERIFY OK: nsCertType=SERVER
  16. Wed Sep 28 11:44:31 2016 VERIFY OK: depth=0, C=US, ST=CA, L=SanFrancisco, O=Fort-Funston, CN=server, emailAddress=me@myhost.mydomain
  17. Wed Sep 28 11:44:31 2016 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1578', remote='link-mtu 1576'
  18. Wed Sep 28 11:44:31 2016 WARNING: 'tun-mtu' is used inconsistently, local='tun-mtu 1534', remote='tun-mtu 1532'
  19. Wed Sep 28 11:44:31 2016 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
  20. Wed Sep 28 11:44:31 2016 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  21. Wed Sep 28 11:44:31 2016 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
  22. Wed Sep 28 11:44:31 2016 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  23. Wed Sep 28 11:44:31 2016 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 1024 bit RSA
  24. Wed Sep 28 11:44:31 2016 [server] Peer Connection Initiated with [AF_INET]92.48.122.211:1194
  25. Wed Sep 28 11:44:34 2016 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
  26. Wed Sep 28 11:44:34 2016 PUSH: Received control message: 'PUSH_REPLY,show-net-up,route-gateway 10.10.20.1,ping 10,ping-restart 60,redirect-gateway def1,dhcp-option DNS 1.2.3.4,ifconfig 10.10.20.8 255.255.255.0'
  27. Wed Sep 28 11:44:34 2016 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:1: show-net-up (2.3.11)
  28. Wed Sep 28 11:44:34 2016 OPTIONS IMPORT: timers and/or timeouts modified
  29. Wed Sep 28 11:44:34 2016 OPTIONS IMPORT: --ifconfig/up options modified
  30. Wed Sep 28 11:44:34 2016 OPTIONS IMPORT: route options modified
  31. Wed Sep 28 11:44:34 2016 OPTIONS IMPORT: route-related options modified
  32. Wed Sep 28 11:44:34 2016 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
  33. Wed Sep 28 11:44:34 2016 ROUTE_GATEWAY 10.123.0.1/255.255.128.0 IFACE=wlan0 HWADDR=00:27:10:89:ab:98
  34. Wed Sep 28 11:44:34 2016 TUN/TAP device tap0 opened
  35. Wed Sep 28 11:44:34 2016 TUN/TAP TX queue length set to 100
  36. Wed Sep 28 11:44:34 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
  37. Wed Sep 28 11:44:34 2016 /sbin/ip link set dev tap0 up mtu 1502
  38. Wed Sep 28 11:44:34 2016 /sbin/ip addr add dev tap0 10.10.20.8/24 broadcast 10.10.20.255
  39. Wed Sep 28 11:44:34 2016 update-resolv-conf tap0 1502 1578 10.10.20.8 255.255.255.0 init
  40. dhcp-option DNS 1.2.3.4
  41. update-resolv-conf: line 56: -x: command not found
  42. Wed Sep 28 11:44:36 2016 /sbin/ip route add 92.48.122.211/32 via 10.123.0.1
  43. Wed Sep 28 11:44:36 2016 /sbin/ip route add 0.0.0.0/1 via 10.10.20.1
  44. Wed Sep 28 11:44:36 2016 /sbin/ip route add 128.0.0.0/1 via 10.10.20.1
  45. Wed Sep 28 11:44:36 2016 Initialization Sequence Completed
  46. ^CWed Sep 28 11:47:20 2016 event_wait : Interrupted system call (code=4)
  47. Wed Sep 28 11:47:20 2016 /sbin/ip route del 92.48.122.211/32
  48. Wed Sep 28 11:47:20 2016 /sbin/ip route del 0.0.0.0/1
  49. Wed Sep 28 11:47:20 2016 /sbin/ip route del 128.0.0.0/1
  50. Wed Sep 28 11:47:20 2016 Closing TUN/TAP interface
  51. Wed Sep 28 11:47:20 2016 /sbin/ip addr del dev tap0 10.10.20.8/24
  52. Wed Sep 28 11:47:20 2016 update-resolv-conf tap0 1502 1578 10.10.20.8 255.255.255.0 init
  53. update-resolv-conf: line 59: -d: command not found
  54. Wed Sep 28 11:47:20 2016 SIGINT[hard,] received, process exiting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement