Guest User

Untitled

a guest
Feb 18th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. C:\>tracert -h 2 192.168.1.1
  2.  
  3. Tracing route to MAINNODE [192.168.1.1]
  4. over a maximum of 2 hops:
  5.  
  6. 1 4 ms 3 ms 5 ms MAINNODE [192.168.1.1]
  7.  
  8. Trace complete.
  9.  
  10. C:\>echo %errorlevel%
  11. 0
  12.  
  13. C:\>tracert -h 2 192.168.1.105
  14.  
  15. Tracing route to 192.168.1.105 over a maximum of 2 hops
  16.  
  17. 1 MyPC [192.168.1.102] reports: Destination host unreachable.
  18.  
  19. Trace complete.
  20.  
  21. C:\>echo %errorlevel%
  22. 0
Advertisement
Add Comment
Please, Sign In to add comment