Search code examples
networkingtcptraceroute

At which hop is my package discarded?


Here's traceroute output on my server:

# traceroute -e 220.181.112.244
traceroute to 220.181.112.244 (220.181.112.244), 30 hops max, 60 byte packets
 1  10.200.6.254 (10.200.6.254)  1.954 ms  2.044 ms  1.776 ms
 2  192.168.203.1 (192.168.203.1)  1.421 ms  1.506 ms  1.339 ms
 3  * * *
 4  * * *
 5  * * *

Does this mean 192.168.203.1 discard my package? Or 192.168.203.1 can't reach another router? Or it's the next router that discard my package?


Solution

  • It's not acknowledged within the expected timeout.

    See this for detail.