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

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

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

シェアする

フォローする