tracert shows request time out in azure windows

Derek 6 Reputation points
2021-01-21T01:00:16.923+00:00

tracert shows request time out for all the hops except the last hop no matter what hostname/ip. does anyone know how to fix is issue in azure?

Windows PowerShell
Copyright (C) 2014 Microsoft Corporation. All rights reserved.

PS C:\Users\fkazure>tracert -d apple.com

Tracing route to apple.com [17.253.144.10]
over a maximum of 30 hops:

1 * * * Request timed out.
2 * * * Request timed out.
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.
9 * * * Request timed out.
10 * * * Request timed out.
11 * * * Request timed out.
12 * * * Request timed out.
13 * * * Request timed out.
14 33 ms 33 ms 33 ms apple.com.bo [17.253.144.10]

Trace complete.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,201 questions
Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
578 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2021-01-21T01:18:00.017+00:00

    might try extending the timeout with -w switch (default is 4000 ms)

    --please don't forget to Accept as answer if the reply is helpful--


  2. Dave Patrick 426.1K Reputation points MVP
    2021-01-21T01:45:56.383+00:00

    The tracert ICMP would probably be the lowest priority so the routers are likely ignoring / dropping it.

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments