What Is The Promiscuous Mode

What Is The Promiscuous Mode?

Some Network Interface Cards (NICs) may not allow network traffic after you create a Network Bridge. This is due to the inability of NIC to automatically enable Promiscuous Mode when creating a Network Bridge. Following are the steps to enable it manually.

1. Step In the Start Menu search bar type cmd.exe and press SHIFT + CTRL + ENTER to launch with Elevated Privileges.

 

2. Step Enter the following command to know the ID of your NIC netsh bridge show adapter. Here the NIC id is 1.

 

3. Step When you know the NIC ID enter the following command to enable the Promiscuous Mode, remember to add the relevant NIC ID,

netsh bridge set adapter 1 forcecompatmode=enable.

 

4. Step The above step will enable the Promiscuous Mode. Enter the command we used in Step 2, Now the Force Compatibility Mode (Promiscuous Mode) will display “enabled”.

 

Promiscuous Mode is automatically enabled when Bridging is activated, but some NIC models have some issues which can be solved by enabling it manually.

 

=============================== End

 

posted @ 2018-09-13 15:47  lsgxeva  阅读(395)  评论(0编辑  收藏  举报