{"id":3418,"date":"2019-10-25T10:21:03","date_gmt":"2019-10-25T02:21:03","guid":{"rendered":"https:\/\/www.mondoze.com\/guide\/?post_type=kb&#038;p=3418"},"modified":"2022-10-08T19:34:13","modified_gmt":"2022-10-08T11:34:13","slug":"trace-route","status":"publish","type":"kb","link":"https:\/\/www.mondoze.com\/guide\/kb\/trace-route","title":{"rendered":"Trace Route"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"3418\" class=\"elementor elementor-3418\" data-elementor-settings=\"[]\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-42a63a84 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"42a63a84\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3effbe67\" data-id=\"3effbe67\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ceb4879 elementor-widget elementor-widget-heading\" data-id=\"ceb4879\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Trace Route<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68405296 elementor-widget elementor-widget-text-editor\" data-id=\"68405296\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p>Trace route enables users to look on the hop of their connection from their ISP to the destination server. Each operating system having its own command on trace route:<\/p><div><div><strong>Windows Operating System\u00a0<\/strong><br \/>1) Click on the &#8220;Start&#8221; menu and select &#8220;Run command&#8221;.<br \/><br \/>2) Type &#8220;cmd&#8221; (XP\/2k\/NT) or &#8220;command&#8221; (95\/98\/Me) and hit enter. A command window will come up.<br \/><br \/>3) Type the following command in the command window: &#8220;tracert yourdomainname.com&#8221;.<br \/><br \/>4) You will see something like this:c:\\&gt; tracert -d -w 30 yourdomainname.com<br \/>\u00a0 \u00a0 \u00a0Tracing route to 11.1.0.1 over a maximum of 30 hops<br \/>\u00a0 \u00a0 \u00a0 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\u00a0 \u00a0 \u00a01 2 ms 3 ms 2 ms 157.54.48.1<br \/>\u00a0 \u00a0 \u00a02 75 ms 83 ms 88 ms 11.1.0.67<br \/>\u00a0 \u00a0 \u00a03 73 ms 79 ms 93 ms 11.1.0.1<p>\u00a0 \u00a0 \u00a0Trace complete.<\/p><p>5) You can copy and paste this into an email by selecting the upper-left hand icon and selecting &#8220;Edit -&gt; Mark&#8221;.<br \/><br \/>6) You can now &#8220;select&#8221; the text of the window using your mouse cursor. Select the text of the results and hit &#8220;enter&#8221;. This will put the text on the clipboard. Use ctrl+v to put the results into an email.<\/p><p><strong>Mac OS X<\/strong><br \/>1) Open up the terminal app from under Applications\/Utilities.<br \/><br \/>2) In the new terminal window, type the following command: &#8220;traceroute -n -w30 yourdomainname.com&#8221;. You get something similar to the following:<\/p><p>bash$ traceroute -n -w30 yourdomainname.com<br \/>traceroute to yourdomainname.com (64.21.152.4), 30 hops max, 40 byte packets<br \/>1 10.20.21.1 2.377 ms 1.895 ms 1.305 ms<br \/>2 192.168.1.1 3.215 ms 3.277 ms 3.136 ms<br \/>3 208.205.249.1 38.945 ms 39.932 ms 47.581 ms<br \/>4 208.205.249.254 42.454 ms 40.777 ms 41.213 ms<br \/>5 208.238.204.1 42.051 ms 41.751 ms 103.602 ms<br \/>6 157.130.182.89 43.974 ms 44.434 ms 45.373 ms<br \/>7 152.63.105.150 46.038 ms 44.47 ms 50.557 ms<br \/>8 152.63.107.238 45.388 ms 44.655 ms 43.802 ms<br \/>9 152.63.2.134 45.451 ms 45.969 ms 91.765 ms<br \/>10 152.63.0.178 123.742 ms 124.14 ms 123.74 ms<br \/>11 152.63.23.130 123.571 ms 123.188 ms 126.214 ms<br \/>12 152.63.99.181 122.7 ms 122.453 ms 129.102 ms<br \/>13 157.130.60.182 131.246 ms 126.122 ms 161.694 ms<br \/>14 64.21.152.4 135.973 ms 133.628 ms 126.66 ms<\/p><p>3) You can copy and paste this into an email by selecting the text with your mouse cursor and hitting command+c. This will copy the text to the clipboard. Paste it into an email using command+v.<\/p><p><strong>UNIX\/Linux\/Etc<\/strong><br \/>1) Open a shell.<br \/><br \/>2) Follow the steps listed above for Mac OS X.<br \/><br \/>3) Copy and paste the output into an email.<\/p><\/div><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Trace Route Trace route enables users to look on the hop of their connection from their ISP to the destination server. Each operating system having its own command on trace route: Windows Operating System\u00a01) Click on the &#8220;Start&#8221; menu and select &#8220;Run command&#8221;. 2) Type &#8220;cmd&#8221; (XP\/2k\/NT) or &#8220;command&#8221; (95\/98\/Me) and hit enter. A command &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/www.mondoze.com\/guide\/kb\/trace-route\"> <span class=\"screen-reader-text\">Trace Route<\/span> Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}}},"kbtopic":[106],"kbtag":[110],"mkb_version":[],"_links":{"self":[{"href":"https:\/\/www.mondoze.com\/guide\/wp-json\/wp\/v2\/kb\/3418"}],"collection":[{"href":"https:\/\/www.mondoze.com\/guide\/wp-json\/wp\/v2\/kb"}],"about":[{"href":"https:\/\/www.mondoze.com\/guide\/wp-json\/wp\/v2\/types\/kb"}],"author":[{"embeddable":true,"href":"https:\/\/www.mondoze.com\/guide\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mondoze.com\/guide\/wp-json\/wp\/v2\/comments?post=3418"}],"version-history":[{"count":6,"href":"https:\/\/www.mondoze.com\/guide\/wp-json\/wp\/v2\/kb\/3418\/revisions"}],"predecessor-version":[{"id":19134,"href":"https:\/\/www.mondoze.com\/guide\/wp-json\/wp\/v2\/kb\/3418\/revisions\/19134"}],"wp:attachment":[{"href":"https:\/\/www.mondoze.com\/guide\/wp-json\/wp\/v2\/media?parent=3418"}],"wp:term":[{"taxonomy":"kbtopic","embeddable":true,"href":"https:\/\/www.mondoze.com\/guide\/wp-json\/wp\/v2\/kbtopic?post=3418"},{"taxonomy":"kbtag","embeddable":true,"href":"https:\/\/www.mondoze.com\/guide\/wp-json\/wp\/v2\/kbtag?post=3418"},{"taxonomy":"mkb_version","embeddable":true,"href":"https:\/\/www.mondoze.com\/guide\/wp-json\/wp\/v2\/mkb_version?post=3418"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}