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

最新文章

  1. MVVM TextBox的键盘事件
  2. COGS14. [网络流24题] 搭配飞行员
  3. 让shell脚本在后台飞
  4. Linux watch 监控系统状态
  5. [Node.js] 也说this
  6. SQL SERVER 2008 R2 还原数据库3154错误
  7. JDBC学习笔记(9)——DBUtils的使用
  8. 【JAVA】别特注意,POI中getLastRowNum() 和getLastCellNum()的区别
  9. python面对对象编程----1:BlackJack(21点)
  10. 动态得到WCF的代理类并生成代码
  11. ZjDroid工具介绍及脱壳详细示例
  12. Game
  13. 💒 es6 + canvas 开源 盖楼小游戏 完整代码注释 从零教你做游戏(一)
  14. Java多线程编程实战读书笔记(一)
  15. c#的一些快捷键
  16. Centos7.4上Apache(http)编译安装
  17. c#权限验证
  18. Study 6 —— 字体和段落属性
  19. Git查看单个文件修改历史
  20. jquery操作select(取值,设置选中)[转]

热门文章

  1. 求助:springboot调用存储过程并使用了pagehelper分页时报错com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException
  2. python3工作环境部署+spyder3+jupyter notebook
  3. springboot之oauth2
  4. 牛客小白月赛9H论如何出一道水题(两个连续自然数互质)
  5. macOS中启动Tomcat提示Cannot find ./catalina.sh
  6. 换Mac了,迈入了终端的大门
  7. Linux下的计算器(bc、expr、dc、echo、awk)知多少?
  8. Immutable 常用API简介
  9. mongoDB操作2
  10. 第四次c++作业