Re: how to use promiscuous mode without receiving the packages from localhost?




Lrj wrote:
Hi,
I want to use the promiscuous mode to meet some requirement. However,
to
reduce the load, I'm not like to receive the packages form localhost.
Does anybody know how to do it?

Promiscious mode, by definition, is where the NIC receives and passes
on to the network stack /all/ packets that it detects. This includes
packets originating from the local host. You can't have promiscious
mode and /not/ have these packets.

.