|
You can use Windows or Linux to diagnose a connection between a source and destination machine by testing the communication status of the devices that make the connection possible. Windows uses the command tracert for this utility. The route is determined by examining the ICMP Time Exceeded messages sent back during the traceroute. Note that some routers silently drop packets with expired TTLs and are invisible to TRACERT / Traceroute utilities. How to use Traceroute Windows:
Example: You can also traceroute a domain. Example:
Linux: For linux, use the traceroute command. Example: or:
|