Guest User

Untitled

a guest
Jan 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\David>ping
  5.  
  6. Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
  7. [-r count] [-s count] [[-j host-list] | [-k host-list]]
  8. [-w timeout] [-R] [-S srcaddr] [-4] [-6] target_name
  9.  
  10. Options:
  11. -t Ping the specified host until stopped.
  12. To see statistics and continue - type Control-Break;
  13. To stop - type Control-C.
  14. -a Resolve addresses to hostnames.
  15. -n count Number of echo requests to send.
  16. -l size Send buffer size.
  17. -f Set Don't Fragment flag in packet (IPv4-only).
  18. -i TTL Time To Live.
  19. -v TOS Type Of Service (IPv4-only. This setting has been deprecated
  20. and has no effect on the type of service field in the IP Head
  21. er).
  22. -r count Record route for count hops (IPv4-only).
  23. -s count Timestamp for count hops (IPv4-only).
  24. -j host-list Loose source route along host-list (IPv4-only).
  25. -k host-list Strict source route along host-list (IPv4-only).
  26. -w timeout Timeout in milliseconds to wait for each reply.
  27. -R Use routing header to test reverse route also (IPv6-only).
  28. -S srcaddr Source address to use.
  29. -4 Force using IPv4.
  30. -6 Force using IPv6.
  31.  
  32.  
  33. C:\Users\David>ping ventureserver.co
  34.  
  35. Pinging ventureserver.co [69.162.112.56] with 32 bytes of data:
  36. Request timed out.
  37. Request timed out.
  38. Request timed out.
  39. Request timed out.
  40.  
  41. Ping statistics for 69.162.112.56:
  42. Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
  43.  
  44. C:\Users\David>
  45.  
  46. C:\Users\David>trcrt ventureserver.co
  47. 'trcrt' is not recognized as an internal or external command,
  48. operable program or batch file.
  49.  
  50. C:\Users\David>tracert ventureserver.co
  51.  
  52. Tracing route to ventureserver.co [69.162.112.56]
  53. over a maximum of 30 hops:
  54.  
  55. 1 3 ms 2 ms 1 ms 192.168.1.1
  56. 2 10 ms 12 ms 12 ms 73.104.132.1
  57. 3 12 ms 12 ms 7 ms ge-3-18-ur04.federalway.wa.seattle.comcast.net [
  58. 68.85.241.29]
  59. 4 28 ms 11 ms 13 ms xe-2-0-1-0-ar03.seattle.wa.seattle.comcast.net [
  60. 68.86.96.38]
  61. 5 15 ms 17 ms 11 ms pos-1-12-0-0-cr01.seattle.wa.ibone.comcast.net [
  62. 68.86.93.93]
  63. 6 12 ms 16 ms 13 ms pos-0-0-0-0-pe01.seattle.wa.ibone.comcast.net [6
  64. 8.86.86.138]
  65. 7 * * * Request timed out.
  66. 8 * * * Request timed out.
  67. 9 * * * Request timed out.
  68. 10 * * * Request timed out.
  69. 11 * * * Request timed out.
  70. 12 * * * Request timed out.
  71. 13 * * * Request timed out.
  72. 14 * * * Request timed out.
  73. 15 * * * Request timed out.
  74. 16 * * * Request timed out.
  75. 17 * * * Request timed out.
  76. 18 * * * Request timed out.
  77. 19 * * * Request timed out.
  78. 20 * *
Add Comment
Please, Sign In to add comment