Cannot enable Promiscuous Mode for network device
Hello,
i would like to enable the promiscuous mode for the 'eth0' network device.
I tried this with the following commands:
1) ip link set eth0 promisc on
2) ifconfig eth0 promisc
Verificiation via ip a
shows it is not set.
After reboot of the system a log message via dmesg
shows device eth0 entered promiscuous mode
, but it is still not activated for the device.
Is there any way to activate the mode?
Version is 2019.9
Best regards,
fspecht
Comments
Hi fspecht,
I am not sure how to check for certain that the interface is in promiscuous mode ... but perhaps it is?
Here is what I tried:
You can see that the
ifconfig
command indicates that the interface is in promiscuous mode, and theip a
command - although not indicating this explicitly, like you would expect - does change its status fromLOWER_UP
toLOWER_UP100
. I have been unable to find out what "LOWER_UP100" means, but it seems to have something to do with the change to promiscuous mode.Hope this helps.
~ Martin.