Saturday, August 25, 2018

Enable Promiscuous Mode

I have a piece of software that can interpret packets coming from another device in real time. I'm using port mirroring on my switch to send the packets to the software, but the software can't see the packets unless my NIC is in promiscuous mode. Is there PowerShell command or some way to enable promiscuous mode without running a capture software like Wireshark? I really don't want to capture packets since the software is decoding them in real time. There's no reason for the packets to be saved and use up memory.



No comments:

Post a Comment