GNU/Linux >> Linux の 問題 >  >> Linux

特定の IP とポートをトレースする

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

Linux
  1. LinuxにAnsibleをインストールしてテストする方法

  2. CentOS7にApacheとPHPをインストールする

  3. Rabbitmq のインストールと管理

  1. Manjaroでのソフトウェアのインストールと削除

  2. LinuxでFlatpakをインストールして使用する方法

  3. CentOS/RHEL に「setroubleshootd」をインストールして構成する方法

  1. LinuxにElasticsearchとKibanaをインストールする方法

  2. LinuxにNmapネットワークスキャナーをインストールして使用する方法

  3. make の DESTDIR と PREFIX