#topicpath
////////////////////////////////////////////////////////////////////////////////
* 目次 [#q84e0570]
#contents();
////////////////////////////////////////////////////////////////////////////////
* traceroute とは [#kaa69580]
- ICMP を使い、ネットワーク上の経路をトレースする
////////////////////////////////////////////////////////////////////////////////
* 使い方 [#ua6b5f31]
//==============================================================================
** 書式 [#sea4d536]
$ traceroute [options] <ip-addr|host-name>
|~option |~description |
|-4 |IPv4 アドレスを指定する(デフォルト) |
|-6 |IPv6 アドレスを指定する |
see also: man traceroute