ネットワークインターフェイス (NIC) が "promiscuous mode" になっている理由およびその意味
Issue
-
次のメッセージの意味は何ですか?
Feb 24 12:15:14 server kernel: device eth0 entered promiscuous mode Feb 24 12:15:39 server kernel: device eth0 left promiscuous mode -
NIC カードには、
ipおよびifconfig出力に PROMISC フラグが設定されています。# ip link show eth0 2: eth0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 52:54:00:4b:72:87 brd ff:ff:ff:ff:ff:ff -
device ethX left promiscuous modeメッセージが数百存在します。 promiscuous modeメッセージが繰り返し記録されるのを回避するにはどうすればよいでしょうか?
Environment
- Red Hat Enterprise Linux 9
- Red Hat Enterprise Linux 8
- Red Hat Enterprise Linux 7
- Red Hat Enterprise Linux 6
- Red Hat Enterprise Linux 5
- Red Hat Enterprise Linux 4
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.