tcpdumpで特定ホストのIPアドレスとポートを除外する

tcpdumpで特定ホストのIPアドレスとポートを除外するフィルタ

tcpdump -i eth0 not (tcp and ( host IPアドレス1 or host IPアドレス2 ) and port 22)

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です