tcptraceroute xx.xx.xx.xx 9100
見つからない場合は、インストールできます
yum -y install tcptraceroute
または
aptitude -y install tcptraceroute
デフォルトの traceroute
を使用できます
traceroute -T -p 9100 <IP address/hostname>
-T
UDP の代わりに TCP プロトコルを使用するには、引数が必要です。
まれに traceroute
の場合 ncat
も使用できます .
nc -Czvw 5 <IP address/hostname> 9100