Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\>tracert -h 2 192.168.1.1
- Tracing route to MAINNODE [192.168.1.1]
- over a maximum of 2 hops:
- 1 4 ms 3 ms 5 ms MAINNODE [192.168.1.1]
- Trace complete.
- C:\>echo %errorlevel%
- 0
- C:\>tracert -h 2 192.168.1.105
- Tracing route to 192.168.1.105 over a maximum of 2 hops
- 1 MyPC [192.168.1.102] reports: Destination host unreachable.
- Trace complete.
- C:\>echo %errorlevel%
- 0
Advertisement
Add Comment
Please, Sign In to add comment