Fedora 17 x64(host)下VMware网卡不能启用混杂模式

Fedora 17 x64下启动vmware虚拟机的时候报了个错,大致如下:

The virtual machines operating system has attempted to enable promiscuous mode on adapter Ethernet0. This is not allowed for security reasons.

查到vmware官网,,发现是因为当前启动虚拟机的用户没有操作vmware网卡的权限,加上就好了:

[root@ tracepoint]# ll /dev/vmnet*crw——-. 1 root root 119, 0 6月 8 21:31 /dev/vmnet0crw——-. 1 root root 119, 1 6月 8 21:31 /dev/vmnet1crw——-. 1 root root 119, 2 6月 8 21:31 /dev/vmnet2crw——-. 1 root root 119, 8 6月 8 21:31 /dev/vmnet8[root@ tracepoint]# chmod a+rw /dev/vmnet*[root@ tracepoint]# ll /dev/vmnet*crw-rw-rw-. 1 root root 119, 0 6月 8 21:31 /dev/vmnet0crw-rw-rw-. 1 root root 119, 1 6月 8 21:31 /dev/vmnet1crw-rw-rw-. 1 root root 119, 2 6月 8 21:31 /dev/vmnet2crw-rw-rw-. 1 root root 119, 8 6月 8 21:31 /dev/vmnet8

tips:

如果有时候发现某块网卡的ip就是ping不通,可以试着先ifdown再ifup这块网卡,说不定就能通了:)

更多Fedora相关信息见Fedora 专题页面 ?tid=5

偶尔,我一个人站在黄昏的荒野,

Fedora 17 x64(host)下VMware网卡不能启用混杂模式

相关文章:

你感兴趣的文章:

标签云: