Thursday, October 23, 2014

TCP and UDP traceroute options

I found this blog entry that details how to use the regular Linux traceroute command for UDP or TCP tracerouting.

ICMP (the default, so -I not needed)
   $ traceroute -I www.microsoft.com  


UDP
   # traceroute -U www.microsoft.com 


TCP
   # traceroute -T -p 80 www.microsoft.com 

No comments:

Post a Comment