Selasa, 30 Maret 2010

Trace Dan Tracepath di Shell Linux

Trace Di shell Linux menggunakan traceroute, tracepath menggunakan command tracepath. Perhatikan command dibawah ini karena  saya mempraktekkan 3 command sekaligus agar lebih singkat tulisan ini.

[root@kucing kucing]# traceroute unitoring.com
traceroute to unitoring.com (119.110.86.134), 30 hops max, 60 byte packets
 1  192.168.1.254 (192.168.1.254)  14.753 ms  14.760 ms  14.806 ms
 2  1.subnet125-164-96.speedy.telkom.net.id (125.164.96.1)  107.230 ms     110.015 ms  112.548 ms
 3  125.160.1.33 (125.160.1.33)  113.985 ms  115.417 ms  117.333 ms
 4  solusindo.openixp.net (218.100.27.97)  145.411 ms  148.052 ms  150.218 ms
 5  solusindo.openixp.net (218.100.27.97)  157.594 ms  169.923 ms  178.793 ms
 6  core.unix.malang-jakarta.sbp.net.id (119.110.84.50)  204.741 ms  84.625 ms  83.630 ms
 7  IP-134-84-110-119 (119.110.84.134)  91.690 ms  103.470 ms  132.429 ms
 8  * * *
 9  * * *
10  * * *
11  * * *

[root@kucing kucing]# traceroute -I unitoring.com
traceroute to unitoring.com (119.110.86.134), 30 hops max, 60 byte packets
 1  192.168.1.254 (192.168.1.254)  14.248 ms  14.281 ms  14.492 ms
 2  1.subnet125-164-96.speedy.telkom.net.id (125.164.96.1)  55.167 ms  64.508 ms  120.770 ms
 3  125.160.1.33 (125.160.1.33)  122.180 ms  124.060 ms  125.659 ms
 4  solusindo.openixp.net (218.100.27.97)  128.215 ms  137.102 ms  146.180 ms
 5  solusindo.openixp.net (218.100.27.97)  155.511 ms  184.519 ms  187.012 ms
 6  * core.unix.malang-jakarta.sbp.net.id (119.110.84.50)  4.685 ms  84.173 ms
 7  IP-134-84-110-119 (119.110.84.134)  174.033 ms core.unix.malang-jakarta.sbp.net.id (119.110.84.50)  4.744 ms IP-134-84-110-119 (119.110.84.134)  56.370 ms
 8  server2.nusantaraonline.info (119.110.86.134)  100.211 ms IP-134-84-110-119 (119.110.84.134)  4.737 ms server2.nusantaraonline.info (119.110.86.134)  87.226 ms
[root@kucing kucing]# tracepath unitoring.com
 1:  192.168.1.100 (192.168.1.100)                          0.254ms pmtu 1500
 1:  192.168.1.254 (192.168.1.254)                          1.227ms asymm  2
 1:  192.168.1.254 (192.168.1.254)                          1.206ms asymm  2
 2:  no reply
 3:  no reply
 4:  no reply
 5:  no reply
 6:  no reply
 7:  no reply
 8:  no reply

Tidak ada komentar:

Posting Komentar