{"id":23350,"date":"2024-06-13T06:43:39","date_gmt":"2024-06-13T06:43:39","guid":{"rendered":"https:\/\/www.how2shout.com\/linux\/?p=23350"},"modified":"2024-06-13T06:43:45","modified_gmt":"2024-06-13T06:43:45","slug":"how-to-use-traceroute-command-in-linux-such-as-ubuntu","status":"publish","type":"post","link":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/","title":{"rendered":"How To Use traceroute Command in Linux such as Ubuntu"},"content":{"rendered":"\n<p>The &#8220;<strong>traceroute<\/strong>&#8221; command tracks the path of network packets from the source to the destination. It is used to identify issues with network connectivity and detect packet loss or delay.<\/p>\n\n\n\n<p>The traceroute command provides insights into the number of routers between the internet source and IP and each router&#8217;s RTT or round-trip time. Here&#8217;s how the traceroute command works: it first sends the ICMP internet control message protocol packets or hops, and then the routers receive these packets along the network path.<\/p>\n\n\n\n<p>That&#8217;s why you can use the traceroute command for network troubleshooting to find how data packets travel from the source to the specific IP address. However, it is essential to get in-depth information about the traceroute command. Therefore, this blog has every possible detail about how to use the traceroute command in Linux.<\/p>\n\n\n\n<p><strong><span class=\"tm7\">While traceroute comes as the pre-installed utility in many Linux distros, you can install it with the specific commands:<\/span><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table class=\"has-fixed-layout\"><tbody><tr><td><p class=\"tm6\"><strong><span class=\"tm19\">Operating System<\/span><\/strong><\/p><\/td><td>\n<p class=\"tm6\"><strong><span class=\"tm19\">Command<\/span><\/strong><\/p>\n<\/td><\/tr><tr><td><br><p class=\"tm6\"><span class=\"tm7\">Debian\/Ubuntu<\/span><\/p><\/td><td>\n<p class=\"tm6\"><span class=\"tm7\">sudo apt install traceroute<\/span><\/p>\n<\/td><\/tr><tr><td>\n<p class=\"tm6\"><span class=\"tm7\">Fedora\/RHEL\/Almalinux\/Rocky\/Oracle Linux<\/span><\/p>\n<\/td><td>\n<p class=\"tm6\"><span class=\"tm7\">sudo dnf install traceroute<\/span><\/p>\n<\/td><\/tr><tr><td>\n<p class=\"tm6\"><span class=\"tm7\">Arch Linux<\/span><\/p>\n<\/td><td>\n<p class=\"tm6\"><span class=\"tm7\">sudo pacman -Sy traceroute<\/span><\/p>\n<\/td><\/tr><tr><td>\n<p class=\"tm6\"><span class=\"tm7\">openSUSE<\/span><\/p>\n<\/td><td>\n<p class=\"tm6\"><span class=\"tm7\">sudo zypper install traceroute<\/span><\/p>\n<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Checking whether Traceroute is installed or not:<\/h2>\n\n\n\n<p>You can also check the currently installed version of the traceroute command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute --version<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"776\" height=\"122\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2024\/06\/check-the-installed-version-of-the-traceroute.webp\" alt=\"check the installed version of the traceroute\" class=\"wp-image-23363\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Traceroute command usage<\/h2>\n\n\n\n<p>Here is the basic syntax of the traceroute command you can use:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute &lt;options&gt; &lt;host_IP&gt;<\/code><\/pre>\n\n\n\n<p>In the above command, replace &lt;<strong>host_IP<\/strong>> with the IP address of your destination device and &lt;<strong>options<\/strong>> with the additional options of the command.<\/p>\n\n\n\n<p>Let&#8217;s start with a simple example to check the connectivity between the system and the website. For example, let&#8217;s track the packets between the host and How2Shout:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute www.how2shout.com<\/code><\/pre>\n\n\n\n<p>With the above result, you can evaluate the packets from How2Shout&#8217;s server at a specific time. You can use the following options of the traceroute command to get crisper results:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"987\" height=\"167\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2024\/06\/check-the-connectivity-using-Traceroute-command-linux.webp\" alt=\"check the connectivity using Traceroute command linux\" class=\"wp-image-23362\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">The<strong> -n<\/strong> Option<\/h3>\n\n\n\n<p>It disables the hostname lookup and then displays the IP address.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute -n www.how2shout.com<\/code><\/pre>\n\n\n\n<p>Sometimes, the traceroute command shows asterisks (*) instead of a hop. This is because those hops do not respond to the 3 queries sent.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"971\" height=\"210\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2024\/06\/disables-the-hostname-lookup-and-then-displays-the-IP-address-traceroute.webp\" alt=\"disables the hostname lookup and then displays the IP address traceroute\" class=\"wp-image-23361\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">The -m Option<\/h3>\n\n\n\n<p>If you want to display the N number of hops, you can use the -m option.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute -m N www.how2shout.com<\/code><\/pre>\n\n\n\n<p>Here, N represents the number of hops, so please replace it with the number of hops you want to display:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute -m 5 www.how2shout.com<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"959\" height=\"208\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2024\/06\/want-to-display-the-N-number-of-hops.webp\" alt=\"want to display the N number of hops\" class=\"wp-image-23360\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">The -I Option<\/h3>\n\n\n\n<p>You can use the -I option to use ICMP ECHO and check each hop&#8217;s RTT accurately:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute -nI www.how2shout.com<\/code><\/pre>\n\n\n\n<p>This command sends ICMP packets to the destination to obtain RTT with improved accuracy.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"965\" height=\"137\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2024\/06\/ICMP-ECHO-and-check-each-hops.webp\" alt=\"ICMP ECHO and check each hops\" class=\"wp-image-23359\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">The IPv4 and IPv6 Options<\/h3>\n\n\n\n<p>You can use the -4 option to use an IPv4 connection during the execution of the traceroute command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute -4 how2shout.com<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"984\" height=\"160\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2024\/06\/Pv4-connection-during-the-execution-of-the-traceroute.webp\" alt=\"Pv4 connection during the execution of the traceroute\" class=\"wp-image-23358\"\/><\/figure>\n\n\n\n<p>Similarly, use the -6 option to use an IPv6 connection in the traceroute command operation:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute -6 how2shout.com<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"987\" height=\"128\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2024\/06\/IPv6-connection-in-the-traceroute-command.webp\" alt=\"IPv6 connection in the traceroute command\" class=\"wp-image-23357\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">The -T Option<\/h3>\n\n\n\n<p>The -T option is useful when you want to identify if a particular port or TCP blocks the protocol. It specifies the traceroute command to use TCP for the process:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute -T www.how2shout.com<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"976\" height=\"183\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2024\/06\/traceroute-command-to-use-TCP.webp\" alt=\"traceroute command to use TCP\" class=\"wp-image-23356\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">The -q Option<\/h3>\n\n\n\n<p>If the load balancing has inaccurate paths, please refer to queries using the -q option. With the -q option, you can increase the amount of packets sent per hop. For instance, let&#8217;s send 10 queries per hop:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute -q 5 www.how2shout.com<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"981\" height=\"211\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2024\/06\/amount-of-packets-sent-per-hop.webp\" alt=\"amount of packets sent per hop\" class=\"wp-image-23355\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">The -p Option<\/h3>\n\n\n\n<p>If you want to check the connectivity on the specific port, then you can use the -p option with the traceroute command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute -p 8080 www.how2shout.com<\/code><\/pre>\n\n\n\n<p>In the above command, 8080 is the port.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"976\" height=\"157\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2024\/06\/check-the-connectivity-on-the-specific-port.webp\" alt=\"check the connectivity on the specific port\" class=\"wp-image-23354\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Save Traceroute Results<\/h3>\n\n\n\n<p>If you want the traceroute to save the traceroute result, then you can run the following command by which the system will save the output in the data.txt file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute how2shout.com > data.txt<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"859\" height=\"91\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2024\/06\/Save-Traceroute-Results.webp\" alt=\"Save Traceroute Results\" class=\"wp-image-23353\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">The &#8211;help Option<\/h3>\n\n\n\n<p>You can check the help page of the traceroute command to go deeper into its additional options.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">traceroute --help<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"988\" height=\"421\" src=\"https:\/\/www.how2shout.com\/linux\/wp-content\/uploads\/2024\/06\/traceroute-help.webp\" alt=\"traceroute help\" class=\"wp-image-23352\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">A Quick Summary<\/h4>\n\n\n\n<p>Traceroute is a versatile command-line utility that helps network administrators track and diagnose network-related problems. It displays network routes, which ensures efficient data transmission. Therefore, this blog demonstrates the use of the traceroute command and its options with appropriate examples.<\/p>\n\n\n\n<p><strong>Other Articles:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.how2shout.com\/linux\/how-to-check-linux-terminal-command-history\/\">How to Check Linux Terminal Command History<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.how2shout.com\/linux\/how-to-install-maven-on-ubuntu-24-04-lts-and-other-versions\/\">How to Install Apache Maven on Ubuntu 24.04 LTS or 22.04\/20.04<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.how2shout.com\/linux\/how-to-check-disk-space-in-ubuntu-servers-desktops-via-command\/\">How to Check Disk Space in Ubuntu Servers &amp; Desktops via Command<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.how2shout.com\/linux\/4-different-commands-to-check-ubuntu-server-version-via-terminal\/\">4 Different commands to Check the Ubuntu Server Version via Terminal<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.how2shout.com\/linux\/linux-commands-to-find-public-ip-addresses-for-your-machine\/\">6 Linux commands to find Public IP addresses for your machine<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>The &#8220;traceroute&#8221; command tracks the path of network packets from the source to the destination. It is used to identify issues with network connectivity and detect packet loss or delay. The traceroute command provides insights into the number of routers between the internet source and IP and each router&#8217;s RTT or round-trip time. Here&#8217;s how [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":23364,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","_mbp_gutenberg_autopost":false,"footnotes":""},"categories":[4],"tags":[1245,31],"class_list":{"0":"post-23350","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-linux","8":"tag-commands","9":"tag-tutorial"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.9 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How To Use traceroute Command in Linux such as Ubuntu - LinuxShout<\/title>\n<meta name=\"description\" content=\"Here&#039;s how the traceroute command works: it first sends the ICMP internet control message protocol packets or hops, and then the routers receive these packets along the network path.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Use traceroute Command in Linux such as Ubuntu\" \/>\n<meta property=\"og:description\" content=\"Here&#039;s how the traceroute command works: it first sends the ICMP internet control message protocol packets or hops, and then the routers receive these packets along the network path.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxShout\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/how2shout\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-13T06:43:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-13T06:43:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2024\/06\/How-to-install-and-use-Traceroute-command-in-Linux.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1357\" \/>\n\t<meta property=\"og:image:height\" content=\"808\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Prateek Jangid\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:site\" content=\"@h2smedia\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prateek Jangid\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/\"},\"author\":{\"name\":\"Prateek Jangid\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/52bde19b75563f2f95c08c46ac6403ec\"},\"headline\":\"How To Use traceroute Command in Linux such as Ubuntu\",\"datePublished\":\"2024-06-13T06:43:39+00:00\",\"dateModified\":\"2024-06-13T06:43:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/\"},\"wordCount\":717,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/How-to-install-and-use-Traceroute-command-in-Linux.webp\",\"keywords\":[\"commands\",\"tutorial\"],\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/#respond\"]}],\"copyrightYear\":\"2024\",\"copyrightHolder\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/\",\"name\":\"How To Use traceroute Command in Linux such as Ubuntu - LinuxShout\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/How-to-install-and-use-Traceroute-command-in-Linux.webp\",\"datePublished\":\"2024-06-13T06:43:39+00:00\",\"dateModified\":\"2024-06-13T06:43:45+00:00\",\"description\":\"Here's how the traceroute command works: it first sends the ICMP internet control message protocol packets or hops, and then the routers receive these packets along the network path.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/How-to-install-and-use-Traceroute-command-in-Linux.webp\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/How-to-install-and-use-Traceroute-command-in-Linux.webp\",\"width\":1357,\"height\":808,\"caption\":\"How to install and use Traceroute command in Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linux.how2shout.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Use traceroute Command in Linux such as Ubuntu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#website\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"name\":\"LinuxShout\",\"description\":\"Find the open source solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\"},\"alternateName\":\"Linux how2shout\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linux.how2shout.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#organization\",\"name\":\"LinuxShout\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"contentUrl\":\"https:\\\/\\\/linux.how2shout.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/Linux-Shout-Logo.png\",\"width\":503,\"height\":349,\"caption\":\"LinuxShout\"},\"image\":{\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/how2shout\",\"https:\\\/\\\/x.com\\\/h2smedia\",\"https:\\\/\\\/instagram.com\\\/h2smedia\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/h2smedia\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/how2shout\",\"https:\\\/\\\/youtube.com\\\/h2smedia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linux.how2shout.com\\\/#\\\/schema\\\/person\\\/52bde19b75563f2f95c08c46ac6403ec\",\"name\":\"Prateek Jangid\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1fa369248eb729443769fab28465c8786fb2057904c7b4591f7fa2750721ffb0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1fa369248eb729443769fab28465c8786fb2057904c7b4591f7fa2750721ffb0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1fa369248eb729443769fab28465c8786fb2057904c7b4591f7fa2750721ffb0?s=96&d=mm&r=g\",\"caption\":\"Prateek Jangid\"},\"description\":\"Collaborative, detail-oriented Technical Writer with 3+ years of experience authoring high-quality software documentation. templates and user guides\\\/manuals to clearly and efficiently explain highly complex systems and processes.\",\"jobTitle\":\"Technology Analyst\",\"url\":\"https:\\\/\\\/linux.how2shout.com\\\/author\\\/prateekjangid0gmail-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How To Use traceroute Command in Linux such as Ubuntu - LinuxShout","description":"Here's how the traceroute command works: it first sends the ICMP internet control message protocol packets or hops, and then the routers receive these packets along the network path.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"How To Use traceroute Command in Linux such as Ubuntu","og_description":"Here's how the traceroute command works: it first sends the ICMP internet control message protocol packets or hops, and then the routers receive these packets along the network path.","og_url":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/","og_site_name":"LinuxShout","article_publisher":"https:\/\/www.facebook.com\/how2shout","article_published_time":"2024-06-13T06:43:39+00:00","article_modified_time":"2024-06-13T06:43:45+00:00","og_image":[{"width":1357,"height":808,"url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2024\/06\/How-to-install-and-use-Traceroute-command-in-Linux.webp","type":"image\/webp"}],"author":"Prateek Jangid","twitter_card":"summary_large_image","twitter_creator":"@h2smedia","twitter_site":"@h2smedia","twitter_misc":{"Written by":"Prateek Jangid","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/#article","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/"},"author":{"name":"Prateek Jangid","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/52bde19b75563f2f95c08c46ac6403ec"},"headline":"How To Use traceroute Command in Linux such as Ubuntu","datePublished":"2024-06-13T06:43:39+00:00","dateModified":"2024-06-13T06:43:45+00:00","mainEntityOfPage":{"@id":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/"},"wordCount":717,"commentCount":0,"publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"image":{"@id":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2024\/06\/How-to-install-and-use-Traceroute-command-in-Linux.webp","keywords":["commands","tutorial"],"articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/#respond"]}],"copyrightYear":"2024","copyrightHolder":{"@id":"https:\/\/linux.how2shout.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/","url":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/","name":"How To Use traceroute Command in Linux such as Ubuntu - LinuxShout","isPartOf":{"@id":"https:\/\/linux.how2shout.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/#primaryimage"},"image":{"@id":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2024\/06\/How-to-install-and-use-Traceroute-command-in-Linux.webp","datePublished":"2024-06-13T06:43:39+00:00","dateModified":"2024-06-13T06:43:45+00:00","description":"Here's how the traceroute command works: it first sends the ICMP internet control message protocol packets or hops, and then the routers receive these packets along the network path.","breadcrumb":{"@id":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/#primaryimage","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2024\/06\/How-to-install-and-use-Traceroute-command-in-Linux.webp","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2024\/06\/How-to-install-and-use-Traceroute-command-in-Linux.webp","width":1357,"height":808,"caption":"How to install and use Traceroute command in Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/linux.how2shout.com\/how-to-use-traceroute-command-in-linux-such-as-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linux.how2shout.com\/"},{"@type":"ListItem","position":2,"name":"How To Use traceroute Command in Linux such as Ubuntu"}]},{"@type":"WebSite","@id":"https:\/\/linux.how2shout.com\/#website","url":"https:\/\/linux.how2shout.com\/","name":"LinuxShout","description":"Find the open source solutions","publisher":{"@id":"https:\/\/linux.how2shout.com\/#organization"},"alternateName":"Linux how2shout","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linux.how2shout.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/linux.how2shout.com\/#organization","name":"LinuxShout","url":"https:\/\/linux.how2shout.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/","url":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","contentUrl":"https:\/\/linux.how2shout.com\/wp-content\/uploads\/2020\/06\/Linux-Shout-Logo.png","width":503,"height":349,"caption":"LinuxShout"},"image":{"@id":"https:\/\/linux.how2shout.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/how2shout","https:\/\/x.com\/h2smedia","https:\/\/instagram.com\/h2smedia","https:\/\/www.linkedin.com\/company\/h2smedia\/","https:\/\/www.pinterest.com\/how2shout","https:\/\/youtube.com\/h2smedia"]},{"@type":"Person","@id":"https:\/\/linux.how2shout.com\/#\/schema\/person\/52bde19b75563f2f95c08c46ac6403ec","name":"Prateek Jangid","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1fa369248eb729443769fab28465c8786fb2057904c7b4591f7fa2750721ffb0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1fa369248eb729443769fab28465c8786fb2057904c7b4591f7fa2750721ffb0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1fa369248eb729443769fab28465c8786fb2057904c7b4591f7fa2750721ffb0?s=96&d=mm&r=g","caption":"Prateek Jangid"},"description":"Collaborative, detail-oriented Technical Writer with 3+ years of experience authoring high-quality software documentation. templates and user guides\/manuals to clearly and efficiently explain highly complex systems and processes.","jobTitle":"Technology Analyst","url":"https:\/\/linux.how2shout.com\/author\/prateekjangid0gmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/23350","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/comments?post=23350"}],"version-history":[{"count":2,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/23350\/revisions"}],"predecessor-version":[{"id":23367,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/posts\/23350\/revisions\/23367"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media\/23364"}],"wp:attachment":[{"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/media?parent=23350"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/categories?post=23350"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux.how2shout.com\/wp-json\/wp\/v2\/tags?post=23350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}