{"id":13222,"date":"2024-02-06T16:27:22","date_gmt":"2024-02-06T10:57:22","guid":{"rendered":"https:\/\/utho.com\/docs\/?post_type=epkb_post_type_1&#038;p=13222"},"modified":"2024-06-04T15:37:46","modified_gmt":"2024-06-04T10:07:46","slug":"unlock-network-magic-with-traceroute-mtr","status":"publish","type":"post","link":"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/","title":{"rendered":"Unlock Network Magic with Traceroute &amp; MTR"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Monitoring network connectivity is a crucial aspect of server administration. Within this realm, there are several straightforward yet invaluable tools to employ. This guide will explore the utilization of traceroute for pinpointing network issues and introduce mtr, a utility amalgamating ping and traceroute functionalities within a single interface.<\/strong><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Using Traceroute: A Comprehensive Guide<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Traceroute Simplified: Navigating the Path to Remote Servers<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Traceroute serves as a straightforward tool for unveiling the pathway to a remote server, whether it&#8217;s a website you&#8217;re attempting to access or a printer on your local network. With the traceroute program pre-installed on nearly every Linux distribution by default, there&#8217;s typically no need for additional installations. Simply call it by providing the website or IP address you wish to explore.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ traceroute google.com<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You will be provided with output resembling the following:<br><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Output<\/strong><br><br>traceroute to google.com (173.194.38.137), 30 hops max, 60 byte packets<br>&nbsp;&nbsp;<br>1&nbsp; 192.241.160.253 (192.241.160.253)&nbsp; 0.564 ms&nbsp; 0.539 ms&nbsp; 0.525 ms&nbsp;<br>&nbsp;<br>2&nbsp; 192.241.164.241 (192.241.164.241)&nbsp; 0.487 ms&nbsp; 0.435 ms&nbsp; 0.461 ms<br>&nbsp;&nbsp;<br>3&nbsp; xe-3-0-6.ar2.nyc3.us.nlayer.net (69.31.95.133)&nbsp; 1.801 ms&nbsp; 1.802 ms&nbsp; 1.762 ms<br>&nbsp;&nbsp;<br>4&nbsp; 144.223.28.73 (144.223.28.73)&nbsp; 0.583 ms&nbsp; 0.562 ms&nbsp; 0.550 ms<br>&nbsp;&nbsp;<br>5&nbsp; 144.232.1.21 (144.232.1.21)&nbsp; 1.044 ms&nbsp; 1.048 ms&nbsp; 1.036 ms<br>&nbsp;&nbsp;<br>6&nbsp; 74.125.49.212 (74.125.49.212)&nbsp; 0.494 ms&nbsp; 0.688 ms&nbsp; 0.643 ms<br>&nbsp;&nbsp;<br>7&nbsp; 209.85.248.180 (209.85.248.180)&nbsp; 0.650 ms 209.85.248.178 (209.85.248.178)&nbsp; 0.621 ms&nbsp; 0.625 ms<br>&nbsp;&nbsp;<br>8&nbsp; 72.14.236.208 (72.14.236.208)&nbsp; 0.618 ms 72.14.236.206 (72.14.236.206)&nbsp; 0.898 ms 72.14.236.208 (72.14.236.208)&nbsp; 0.872 ms<br>&nbsp;&nbsp;<br>9&nbsp; 72.14.239.93 (72.14.239.93)&nbsp; 7.478 ms&nbsp; 7.989 ms&nbsp; 7.466 ms<br><br>10&nbsp; 72.14.232.73 (72.14.232.73)&nbsp; 20.002 ms&nbsp; 19.969 ms&nbsp; 19.975 ms<br><br>11&nbsp; 209.85.248.228 (209.85.248.228)&nbsp; 30.490 ms 72.14.238.106 (72.14.238.106)&nbsp; 34.463 ms 209.85.248.228 (209.85.248.228)&nbsp; 30.707 ms<br><br>12&nbsp; 216.239.46.54 (216.239.46.54)&nbsp; 42.502 ms&nbsp; 42.507 ms&nbsp; 42.487 ms<br><br>13&nbsp; 216.239.46.159 (216.239.46.159)&nbsp; 76.578 ms&nbsp; 74.585 ms&nbsp; 74.617 ms<br><br>14&nbsp; 209.85.250.126 (209.85.250.126)&nbsp; 80.625 ms&nbsp; 80.584 ms&nbsp; 78.514 ms<br><br>15&nbsp; 72.14.238.131 (72.14.238.131)&nbsp; 80.287 ms&nbsp; 80.560 ms&nbsp; 78.842 ms<br><br>16&nbsp; 209.85.250.228 (209.85.250.228)&nbsp; 171.997 ms&nbsp; 173.668 ms&nbsp; 170.068 ms<br><br>17&nbsp; 66.249.94.93 (66.249.94.93)&nbsp; 238.133 ms&nbsp; 235.851 ms&nbsp; 235.479 ms<br><br>18&nbsp; 72.14.233.79 (72.14.233.79)&nbsp; 233.639 ms&nbsp; 239.147 ms&nbsp; 233.707 ms<br><br>19&nbsp; sin04s01-in-f9.1e100.net (173.194.38.137)&nbsp; 236.241 ms&nbsp; 235.608 ms&nbsp; 236.843 ms<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The initial line provides information regarding the conditions under which traceroute operates:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Output<\/strong><br>traceroute to google.com (173.194.38.137), 30 hops max, 60 byte packets<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br>It indicates the specified host and the corresponding IP address retrieved from DNS for the domain, along with the maximum number of hops to examine and the packet size to be utilized.<br><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The maximum number of hops can be modified using the -m flag. If the destination host is situated beyond 30 hops, you may need to specify a larger value. The maximum allowable setting is 255.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ traceroute -m 255 obiwan.scrye.net<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br>To modify the packet size sent to each hop, specify the desired integer after the hostname:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ traceroute google.com 70<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br>The output will appear as follows:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Output<\/strong><br><br>traceroute to google.com (173.194.38.128), 30 hops max, 70 byte packets<br>&nbsp;<br>1&nbsp; 192.241.160.254 (192.241.160.254)&nbsp; 0.364 ms&nbsp; 0.330 ms&nbsp; 0.319 ms<br>&nbsp;<br>2&nbsp; 192.241.164.237 (192.241.164.237)&nbsp; 0.284 ms&nbsp; 0.343 ms&nbsp; 0.321 ms<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Following the initial line, each subsequent line signifies a &#8220;hop&#8221; or intermediate host that your traffic traverses to reach the specified computer host. Each line adheres to the following format:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Output<\/strong><br><br>hop_number &nbsp; host_name &nbsp; (IP_address)&nbsp; packet_round_trip_times<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Below is an exemplar of a hop you may encounter:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Output<\/strong><br><br>3&nbsp; nyk-b6-link.telia.net (62.115.35.101)&nbsp; 0.311 ms&nbsp; 0.302 ms&nbsp; 0.293 ms<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Below is the breakdown of each field:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>hop_number: <\/strong>Represents the sequential count of the degree of separation between the host and your computer. Higher numbers indicate that traffic from these hosts must traverse more computers to reach its destination.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>host_name:<\/strong> Contains the result of a reverse DNS lookup on the host&#8217;s IP address, if available. If no information is returned, the IP address itself is displayed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>IP_address:<\/strong> Displays the IP address of the network hop.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>packet_round_trip_times:<\/strong> Provides the round-trip times for packets sent to the host and back. By default, three packets are sent to each host, and the round-trip times for each attempt are appended to the end of the line.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To alter the number of packets tested against each host, you can indicate a specific number using the -q option, as demonstrated below:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ traceroute -q1 google.com<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br>To expedite the trace by skipping the reverse DNS lookup, you can utilize the -n flag as shown:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ traceroute -n google.com<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The output will resemble the following:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Output<\/strong><br><br>traceroute to google.com (74.125.235.7), 30 hops max, 60 byte packets<br>&nbsp;&nbsp;<br>1&nbsp; 192.241.160.253&nbsp; 0.626 ms&nbsp; 0.598 ms&nbsp; 0.588 ms<br>&nbsp;&nbsp;<br>2&nbsp; 192.241.164.241&nbsp; 2.821 ms&nbsp; 2.743 ms&nbsp; 2.819 ms<br>&nbsp;&nbsp;<br>3&nbsp; 69.31.95.133&nbsp; 1.470 ms&nbsp; 1.473 ms&nbsp; 1.525 ms<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If your traceroute displays asterisks (*), it indicates an issue with the route to the host.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Output<\/strong><br><strong>&#8230;&nbsp;&nbsp;<\/strong><br>15&nbsp; 209.85.248.220 (209.85.248.220)&nbsp; 121.809 ms 72.14.239.12 (72.14.239.12)&nbsp; 76.941 ms<br> <br>209.85.248.220 (209.85.248.220)&nbsp; 78.946 ms<br>&nbsp;&nbsp;<br>16&nbsp; 72.14.239.247 (72.14.239.247)&nbsp; 101.001 ms&nbsp; 92.478 ms&nbsp; 92.448 ms<br>&nbsp;&nbsp;<br>17&nbsp; * * 209.85.250.124 (209.85.250.124)&nbsp; 175.083 ms<br>&nbsp;&nbsp;<br>18&nbsp; * * *&nbsp;<br>&nbsp;<br>19&nbsp; * * *<br><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"h-what-signifies-a-routing-problem\"><strong>What Signifies a Routing Problem?<\/strong><br><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Encountering a halt in your traceroute at a specific hop or node, indicative of an inability to find a route to the host, signifies a problem. Pinpointing the exact location of the networking issue isn&#8217;t always straightforward. While the failed hop might seem the likely culprit, the complexity arises from the nature of round-trip packet pings and potential disparities in packet pathways. The issue could potentially lie closer or further along the route. Determining the precise problem location typically requires a return traceroute from the specific hop, which is often unattainable outside of your network.<br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Using MTR: A Guide<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">MTR serves as a dynamic alternative to the <a href=\"https:\/\/whatismyipaddress.com\/traceroute\" rel=\"nofollow\">traceroute <\/a>program. It combines the functionalities of ping and traceroute, enabling constant polling of a remote server to observe changes in latency and performance over time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unlike traceroute, MTR is not typically installed by default on most systems. You can obtain it by executing the following commands.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Ubuntu\/Debian:<\/strong><strong><br><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ sudo apt-get install mtr<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>CentOS\/Fedora:<br><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ yum install mtr<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Arch:<br><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ pacman -S mtr<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Once installed, you can initiate it by typing:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ mtr google.com<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You will receive output resembling the following:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Output&nbsp;<\/strong><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;My traceroute&nbsp; [v0.80]<br><br>traceroute (0.0.0.0)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Tue Oct 22 20:39:42 2013<br><br>Resolver: Received error response 2. (server failure)er of fields &nbsp; quit &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Packets &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Pings<br><br>&nbsp;&nbsp;Host &nbsp; &nbsp; &nbsp;      &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Loss% &nbsp; Snt &nbsp; Last &nbsp; Avg&nbsp; Best&nbsp; Wrst StDev&nbsp;&nbsp;<br><br>1. 192.241.160.253&nbsp; &nbsp; &nbsp; &nbsp; 0.0% &nbsp; 371&nbsp; &nbsp; 0.4 &nbsp; 0.6 &nbsp; 0.1&nbsp; 14.3 &nbsp; 1.0<br>&nbsp;&nbsp;<br>2. 192.241.164.241&nbsp; &nbsp; &nbsp; &nbsp; 0.0% &nbsp; 371&nbsp; &nbsp; 7.4 &nbsp; 2.5 &nbsp; 0.1&nbsp; 37.5 &nbsp; 4.8&nbsp;<br>&nbsp;<br>3. xe-3-0-6.ar2.nyc3.us.&nbsp; 2.7% &nbsp; 371&nbsp; &nbsp; 3.6 &nbsp; 2.6 &nbsp; 1.1 &nbsp; 5.5 &nbsp; 1.1&nbsp;<br>&nbsp;<br>4. sl-gw50-nyc-.sprintli&nbsp; 0.0% &nbsp; 371&nbsp; &nbsp; 0.7 &nbsp; 5.0 &nbsp; 0.1&nbsp; 82.3&nbsp; 13.1<br><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">While the output may appear similar, the significant advantage over traceroute lies in the constant updating of results. This feature enables the accumulation of trends and averages, offering insights into how network performance fluctuates over time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unlike traceroute, where packets may occasionally traverse without issue, even in the presence of intermittent packet loss along the route, the mtr utility monitors for such occurrences by collecting data over an extended period.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Additionally, mtr can be run with the &#8211;report option, providing the results of sending 10 packets to each hop.<br><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>$ mtr &#8211;report google.com<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The report appears as follows:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Output<\/strong><br><br>HOST: traceroute&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Loss% &nbsp; Snt &nbsp; Last &nbsp; Avg&nbsp; Best&nbsp; Wrst StDev&nbsp;<br>&nbsp;<br>1.|&#8211; 192.241.160.254&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0%&nbsp; &nbsp; 10&nbsp; &nbsp; 1.5 &nbsp; 0.9 &nbsp; 0.4 &nbsp; 1.5 &nbsp; 0.4&nbsp;&nbsp;<br><br>2.|&#8211; 192.241.164.237&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.0%&nbsp; &nbsp; 10&nbsp; &nbsp; 0.6 &nbsp; 0.9 &nbsp; 0.4 &nbsp; 2.7 &nbsp; 0.7&nbsp;&nbsp;<br><br>3.|&#8211; nyk-b6-link.telia.net&nbsp; &nbsp; &nbsp; 0.0%&nbsp; &nbsp; 10&nbsp; &nbsp; 0.5 &nbsp; 0.5 &nbsp; 0.2 &nbsp; 0.7 &nbsp; 0.2&nbsp;&nbsp;<br><br>4.|&#8211; nyk-bb2-link.telia.net &nbsp; &nbsp; 0.0%&nbsp; &nbsp; 10 &nbsp; 67.5&nbsp; 18.5 &nbsp; 0.8&nbsp; 87.3&nbsp; 31.8<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><br>This can be advantageous when real-time measurement isn&#8217;t imperative, but you require a broader range of data than what traceroute offers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br><strong>Traceroute and MTR offer insights into servers causing issues along the path to a specific domain or address. This is invaluable for troubleshooting internal network issues and providing pertinent information to support teams or ISPs when encountering network problems.<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Monitoring network connectivity is a crucial aspect of server administration. Within this realm, there are several straightforward yet invaluable tools to employ. This guide will explore the utilization of traceroute for pinpointing network issues and introduce mtr, a utility amalgamating ping and traceroute functionalities within a single interface. Using Traceroute: A Comprehensive Guide Traceroute Simplified: [&hellip;]<\/p>\n","protected":false},"author":17,"featured_media":13232,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-13222","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Unlock Network Magic with Traceroute &amp; MTR<\/title>\n<meta name=\"description\" content=\"Explore traceroute for network issue pinpointing and mtr, a utility merging ping and traceroute for comprehensive diagnostics.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Unlock Network Magic with Traceroute &amp; MTR\" \/>\n<meta property=\"og:description\" content=\"Explore traceroute for network issue pinpointing and mtr, a utility merging ping and traceroute for comprehensive diagnostics.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/\" \/>\n<meta property=\"og:site_name\" content=\"Utho\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/uthocloud\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-06T10:57:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-04T10:07:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/utho.com\/blog\/wp-content\/uploads\/Traceroute-MTR.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"556\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lalit Mohan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@uthocloud\" \/>\n<meta name=\"twitter:site\" content=\"@uthocloud\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lalit Mohan\" \/>\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\":\"Article\",\"@id\":\"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/\"},\"author\":{\"name\":\"Lalit Mohan\",\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/person\/9693d39f082d6340710c7cf966bee5f9\"},\"headline\":\"Unlock Network Magic with Traceroute &amp; MTR\",\"datePublished\":\"2024-02-06T10:57:22+00:00\",\"dateModified\":\"2024-06-04T10:07:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/\"},\"wordCount\":1372,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/utho.com\/blog\/#organization\"},\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/\",\"url\":\"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/\",\"name\":\"Unlock Network Magic with Traceroute &amp; MTR\",\"isPartOf\":{\"@id\":\"https:\/\/utho.com\/blog\/#website\"},\"datePublished\":\"2024-02-06T10:57:22+00:00\",\"dateModified\":\"2024-06-04T10:07:46+00:00\",\"description\":\"Explore traceroute for network issue pinpointing and mtr, a utility merging ping and traceroute for comprehensive diagnostics.\",\"breadcrumb\":{\"@id\":\"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/utho.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Unlock Network Magic with Traceroute &amp; MTR\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/utho.com\/blog\/#website\",\"url\":\"https:\/\/utho.com\/blog\/\",\"name\":\"Utho\",\"description\":\"Tutorials Guides for Linux, Windows and Developers\",\"publisher\":{\"@id\":\"https:\/\/utho.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/utho.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/utho.com\/blog\/#organization\",\"name\":\"Utho\",\"url\":\"https:\/\/utho.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/utho.com\/blog\/wp-content\/uploads\/utho_logo_blue.png\",\"contentUrl\":\"https:\/\/utho.com\/blog\/wp-content\/uploads\/utho_logo_blue.png\",\"width\":1147,\"height\":446,\"caption\":\"Utho\"},\"image\":{\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/uthocloud\",\"https:\/\/twitter.com\/uthocloud\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/person\/9693d39f082d6340710c7cf966bee5f9\",\"name\":\"Lalit Mohan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/utho.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/808c9eceb3b37b0dcce8c3f12dcd5328d077cf84f385b065b75185476a71857b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/808c9eceb3b37b0dcce8c3f12dcd5328d077cf84f385b065b75185476a71857b?s=96&d=mm&r=g\",\"caption\":\"Lalit Mohan\"},\"url\":\"https:\/\/utho.com\/blog\/author\/lalitmohan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Unlock Network Magic with Traceroute &amp; MTR","description":"Explore traceroute for network issue pinpointing and mtr, a utility merging ping and traceroute for comprehensive diagnostics.","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:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/","og_locale":"en_US","og_type":"article","og_title":"Unlock Network Magic with Traceroute &amp; MTR","og_description":"Explore traceroute for network issue pinpointing and mtr, a utility merging ping and traceroute for comprehensive diagnostics.","og_url":"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/","og_site_name":"Utho","article_publisher":"https:\/\/www.facebook.com\/uthocloud","article_published_time":"2024-02-06T10:57:22+00:00","article_modified_time":"2024-06-04T10:07:46+00:00","og_image":[{"width":1024,"height":556,"url":"https:\/\/utho.com\/blog\/wp-content\/uploads\/Traceroute-MTR.png","type":"image\/png"}],"author":"Lalit Mohan","twitter_card":"summary_large_image","twitter_creator":"@uthocloud","twitter_site":"@uthocloud","twitter_misc":{"Written by":"Lalit Mohan","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/#article","isPartOf":{"@id":"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/"},"author":{"name":"Lalit Mohan","@id":"https:\/\/utho.com\/blog\/#\/schema\/person\/9693d39f082d6340710c7cf966bee5f9"},"headline":"Unlock Network Magic with Traceroute &amp; MTR","datePublished":"2024-02-06T10:57:22+00:00","dateModified":"2024-06-04T10:07:46+00:00","mainEntityOfPage":{"@id":"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/"},"wordCount":1372,"commentCount":0,"publisher":{"@id":"https:\/\/utho.com\/blog\/#organization"},"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/","url":"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/","name":"Unlock Network Magic with Traceroute &amp; MTR","isPartOf":{"@id":"https:\/\/utho.com\/blog\/#website"},"datePublished":"2024-02-06T10:57:22+00:00","dateModified":"2024-06-04T10:07:46+00:00","description":"Explore traceroute for network issue pinpointing and mtr, a utility merging ping and traceroute for comprehensive diagnostics.","breadcrumb":{"@id":"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/utho.com\/blog\/unlock-network-magic-with-traceroute-mtr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/utho.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Unlock Network Magic with Traceroute &amp; MTR"}]},{"@type":"WebSite","@id":"https:\/\/utho.com\/blog\/#website","url":"https:\/\/utho.com\/blog\/","name":"Utho","description":"Tutorials Guides for Linux, Windows and Developers","publisher":{"@id":"https:\/\/utho.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/utho.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/utho.com\/blog\/#organization","name":"Utho","url":"https:\/\/utho.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/utho.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/utho.com\/blog\/wp-content\/uploads\/utho_logo_blue.png","contentUrl":"https:\/\/utho.com\/blog\/wp-content\/uploads\/utho_logo_blue.png","width":1147,"height":446,"caption":"Utho"},"image":{"@id":"https:\/\/utho.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/uthocloud","https:\/\/twitter.com\/uthocloud"]},{"@type":"Person","@id":"https:\/\/utho.com\/blog\/#\/schema\/person\/9693d39f082d6340710c7cf966bee5f9","name":"Lalit Mohan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/utho.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/808c9eceb3b37b0dcce8c3f12dcd5328d077cf84f385b065b75185476a71857b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/808c9eceb3b37b0dcce8c3f12dcd5328d077cf84f385b065b75185476a71857b?s=96&d=mm&r=g","caption":"Lalit Mohan"},"url":"https:\/\/utho.com\/blog\/author\/lalitmohan\/"}]}},"_links":{"self":[{"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/posts\/13222","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/comments?post=13222"}],"version-history":[{"count":3,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/posts\/13222\/revisions"}],"predecessor-version":[{"id":13684,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/posts\/13222\/revisions\/13684"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/media\/13232"}],"wp:attachment":[{"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/media?parent=13222"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/categories?post=13222"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/utho.com\/blog\/wp-json\/wp\/v2\/tags?post=13222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}