Advertisement
Guest User

Untitled

a guest
Mar 14th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. [[email protected] ~]$ curl --connect-timeout 10 -v review.openstack.org
  2. * Rebuilt URL to: review.openstack.org/
  3. * Trying 104.130.246.91...
  4. * TCP_NODELAY set
  5. * Trying 2001:4800:7819:103:be76:4eff:fe05:8525...
  6. * TCP_NODELAY set
  7. * Immediate connect fail for 2001:4800:7819:103:be76:4eff:fe05:8525: Network is unreachable
  8. * Trying 2001:4800:7819:103:be76:4eff:fe05:8525...
  9. * TCP_NODELAY set
  10. * Immediate connect fail for 2001:4800:7819:103:be76:4eff:fe05:8525: Network is unreachable
  11. * Trying 2001:4800:7819:103:be76:4eff:fe05:8525...
  12. * TCP_NODELAY set
  13. * Immediate connect fail for 2001:4800:7819:103:be76:4eff:fe05:8525: Network is unreachable
  14. * Trying 2001:4800:7819:103:be76:4eff:fe05:8525...
  15. * TCP_NODELAY set
  16. * Immediate connect fail for 2001:4800:7819:103:be76:4eff:fe05:8525: Network is unreachable
  17. * Trying 2001:4800:7819:103:be76:4eff:fe05:8525...
  18. * TCP_NODELAY set
  19. * Immediate connect fail for 2001:4800:7819:103:be76:4eff:fe05:8525: Network is unreachable
  20. * Trying 2001:4800:7819:103:be76:4eff:fe05:8525...
  21. * TCP_NODELAY set
  22. * Immediate connect fail for 2001:4800:7819:103:be76:4eff:fe05:8525: Network is unreachable
  23. * Trying 2001:4800:7819:103:be76:4eff:fe05:8525...
  24. * TCP_NODELAY set
  25. * Immediate connect fail for 2001:4800:7819:103:be76:4eff:fe05:8525: Network is unreachable
  26. * Trying 2001:4800:7819:103:be76:4eff:fe05:8525...
  27. * TCP_NODELAY set
  28. * Immediate connect fail for 2001:4800:7819:103:be76:4eff:fe05:8525: Network is unreachable
  29. * Trying 2001:4800:7819:103:be76:4eff:fe05:8525...
  30. * TCP_NODELAY set
  31. * Immediate connect fail for 2001:4800:7819:103:be76:4eff:fe05:8525: Network is unreachable
  32. * Trying 2001:4800:7819:103:be76:4eff:fe05:8525...
  33. * TCP_NODELAY set
  34. * Immediate connect fail for 2001:4800:7819:103:be76:4eff:fe05:8525: Network is unreachable
  35. * Connection timed out after 10000 milliseconds
  36. * Curl_http_done: called premature == 1
  37. * stopped the pause stream!
  38. * Closing connection 0
  39. curl: (28) Connection timed out after 10000 milliseconds
  40. [[email protected] ~]$ curl --connect-timeout 10 -v -4 review.openstack.org
  41. * Rebuilt URL to: review.openstack.org/
  42. * Trying 104.130.246.91...
  43. * TCP_NODELAY set
  44. * Connection timed out after 10000 milliseconds
  45. * Curl_http_done: called premature == 1
  46. * stopped the pause stream!
  47. * Closing connection 0
  48. curl: (28) Connection timed out after 10000 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement