Linux下VMware虚拟机网卡不能运行在混杂模式解决办法
Posted 嗡嘛呢巴美吽舍
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux下VMware虚拟机网卡不能运行在混杂模式解决办法相关的知识,希望对你有一定的参考价值。
转自: http://blog.csdn.net/henulwj/article/details/50347489
- 问题描述
在Linux如果以普通用户运行VMware Workstations,创建虚拟机后提示如下:
The virtual machine’s operating system has attempted to enable promiscuous mode on adapter ‘Ethernet0’. This is not allowed for security reasons.
Please go to the Web page “http://vmware.com/info?id=161” for help enabling promiscuous mode in the virtual machine.
-
解决办法
- 创建一个组,给这个组赋予读写权限,然后将/dev/vmnet0或/dev/vmnet8修改为这个组
groupadd vmwaregroup
usermod -a -G vmwaregroup netseclab
chgrp vmwaregroup /dev/vmnet0
chgrp vmwaregroup /dev/vmnet8
chmod g+rw /dev/vmnet0
chmod g+rw /dev/vmnet8
2.简单粗暴
chmod a+rw /dev/vmnet0
chmod a+rw /dev/vmnet8
以上是关于Linux下VMware虚拟机网卡不能运行在混杂模式解决办法的主要内容,如果未能解决你的问题,请参考以下文章
安装在VMware虚拟机中的Linux怎么上网,主机是用代理上网的。
为啥在openstack虚拟网络中要设置物理网卡为混杂模式promisc