zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    Redux
    React-Router常见API
    webpack的plugin原理
    Kubernetes核心原理笔记
    阿里云证书过期时间监测
    DRF
    一个TCP可以发送多少个请求
    jenkins exporter(收集jenkins构建结果)
    Kubernetes SDN
    Django REST framework API认证(包括JWT认证)
  • 原文地址:https://www.cnblogs.com/lsgxeva/p/9641007.html
Copyright © 2011-2022 走看看