[转]VMPlayer的Briged网络配置
VMware、VMware Player、VirtualBox、Windows Virtual PC等虚拟机软件都提供
了桥接(bridged)、网络地址转换(network address
translation,NAT)和内
部网络(host-only,虚拟机不能连通外部网络)这三种网络选项来配置虚拟机的虚
拟网络。
VirtualBox安装后只会创建一个Host-only虚拟网卡,桥接和NAT都能正常使用。
Windows Virtual PC(Win7的XP
Mode)安装后,都没有虚拟网卡,除了使用桥接
网络类型,主机均无法通过IP访问XP虚拟机的服务,当然也ping不通了,网络功能
比较弱。
VMware Workstation一切正常。
VMware Player安装后只有VMnet1和VMnet8这2个虚拟网卡,没有VMware
Network
Adapter VMnet0,桥接网卡不会单独显示的。
下面是VMware虚拟网卡的说明:
网络类型
网络适配器名
Bridged VMnet0
NAT VMnet8
Host-only
VMnet1
目前系统使用了多种虚拟机软件,如何能让VMware Workstation、VMware
Player、
VirtualBox、Windows Virtual PC等各种虚拟机系统互通访问呢?只能使用桥接网络。
上述虚拟机软件里,唯独VMware Player不能正常使用桥接网络,如何解决?
不要以为桥接就是添加一个VMnet0虚拟网卡!实际上解决方法是添加网络服务,
以Windows7为例,【控制面板\网络和
Internet\网络连接】
右键点击“本地连接”,“属性——网络——安装——服务——添加——从磁盘安装
——浏览”,然后定位到VMware
Player的安装目录,选择netbridge.inf文件,比如
C:\Program Files (x86)\VMware\VMware
Player\netbridge.inf
确定之后,出现“选择网络服务”窗口,选择网络服务“VMware Bridge
Protocol”
再次确定之后,确认该网络服务是选中状态,重启系统后即可在VMware Player里正
常使用桥接网络(Virtual
Machine Settings——Hardware——Network Adapter——
Network connection——Bridged:
Connected directly to the physical network)。
注:在任意物理网卡(本地连接或者无线网络连接)里添加网络服务VMware
Bridge
Protocol都可以。
由于VMware
Player不能指定桥接的物理网卡,所以当切换网络时桥接网络也提示出错。
比如无线变有线并禁用了无线网卡,桥接用Replicate还是记录上一个状态的网卡,不
Replicate则提示VMnet0没启动。因此切换物理网络时,不需要禁用网卡,在不使用的
网卡的属性里,不勾选“VMware Bridge
Protocol”,实在是有点麻烦啊!
解决方法的原文地址:
http://communities.vmware.com/thread/37514?start=15&tstart=0
问题:
Network bridge on device VMnet0 is not
running
After installing vmware player, and starting the player I get
the
following message:
The network bridge on device VMnet0 is not running. The virtual
machine
will not be able to communicate with the host or with other machines
on
your network. Virtual device Ethernet0 will start disconnected.
I have attempted to renew the ip address by running ifdown, and
ifup,
but do not get a response. Any suggestions?
解决方法:
As for the other person still having trouble (?)
You might note that when
you go into your Local Area Connection Properties,
and click "Install..."
It's actually a "Service" that you want to install,
(Not a protocol) and
you should see "VMware" there and just be able to select
it on the left,
and select "VMware Bridge Protocol" on the right... (as in,
you shouldn't
have to browse for an .inf) Then reboot.
本文来源:http://oicu.cc.blog.163.com/blog/static/12303947120117174842427/
[转]VMPlayer的Briged网络配置的更多相关文章
- Linux 入门之网络配置
查看网络状态 ifconfig 修改网络参数 实验环境centos6.5,其他系统自行百度 ls /etc/sysconfig/network-scripts 显示所有文件, vi /etc/sysc ...
- linux配置网卡IP地址命令详细介绍及一些常用网络配置命令
linux配置网卡IP地址命令详细介绍及一些常用网络配置命令2010-- 个评论 收藏 我要投稿 Linux命令行下配置IP地址不像图形界面下那么方 便,完全需要我们手动配置,下面就给大家介绍几种配置 ...
- 说说SQL Server 网络配置
打开Sql Server Configuration Manager,里面显示了SQL Server的网络配置,这些到底表示什么含义呢? 图一:MSSQLSERVER的协议 这些配置选项,其实就是为了 ...
- [System] CentOS虚拟机系统克隆后的网络配置
VMware Workstation 虚拟机在进行克隆 CentOS 系统之后,在克隆机上配置网卡时,会出现一些细节问题,讨论一二. 一.情景描述 克隆机上默认由 NetworkManager 服务管 ...
- Centos网络配置
网上搜索:centos网络配置的方法,主要包括dns.网关.IP地址,主要是配置resolv.conf\network\ifcfg-eth0这些网络配置文件. 稍后我会就centos7的网络配置进行实 ...
- 【CentOS】虚拟机网络配置与远程登录
////////////////////////////////////11月16日更新////////////////////////////////////////////////////// 一 ...
- 5. 网络配置与FTP服务笔记
IP地址: Ipv4 2*32 Ipv6 tcp 网络通讯协议 udp 用户数据报协议 常见网络端口: 20 21 ftp服务 文件共享 22 ...
- Linux网络配置基础
linux网络配置常见有两种:桥接模式(Bridge)与NAT模式,还有一种Host-Only模式由于其局限性通常被舍弃就不加以说明了,下面我们介绍下桥接模式(Bridge)和NAT模式. 桥接模式( ...
- vm centos 网络配置
安装Centos系统,查看网络配置. 输入命令:ifconfig 127.0.0.1 要开启网络 进入ifcfg-eth0文件. 输入命令:vi /etc/sysconfig/network-scri ...
随机推荐
- Some Web API Url Samples
URI Verb Description ...
- Sublime Text 如何一个代码双屏显示代码上下部分?
Sublime Text 如何一个代码双屏显示代码上下部分? sublime text如何一个代码双屏显示代码上下部分 先显示2行实图 把想要分屏显示的文件,打开新窗口,然后再拖过去就可以了. 快捷操 ...
- lshw-查看系统硬件信息
lshw是系统日常使用会比较常用到的命令,一般是用它来查看新硬件的信息. 跟觉man,lshw会读取的文件有: /usr/local/share/pci.ids /usr/share/pci.ids ...
- onWindowFocusChanged重要作用(得到/失去焦点call) 、
onWindowFocusChanged重要作用 Activity生命周期中,onStart, onResume, onCreate都不是真正visible的时间点,真正的visible时间点是onW ...
- phpMyAdmim和Yii 连接Mysql报错。
故障: 之前phpMyAdmim和Yii连接Mysql都好着的.某天,同一时候出现例如以下报错: 1.linux下phpMyAdmin 出现 "缺少 mysqli 扩展,请检查 PHP 配置 ...
- Unity Inspector 给组件自动关联引用(二)
通过声明的变量名称,主动关联引用. 使用这个关联引用两种方式1. 给你组件继承 MonoAutoQuote 点击组件inspector 按钮执行2. 给你组件类添加[AAutoQuote] 特性 ...
- poj2983--Is the Information Reliable?(差分约束)
Is the Information Reliable? Time Limit: 3000MS Memory Limit: 131072K Total Submissions: 11125 A ...
- AngularJS实现简单的分页功能
本篇文章由:http://xinpure.com/angularjs-simple-paging-functionality/ 初学 AngularJS, 尝试着写一些小功能 代码逻辑写得略粗糙,仅仅 ...
- 关于UML图形/图示数量总结
http://www.uml.org/ 第一种说法: UML - Unified Modeling Language UML 共定义了9种图,包括4种结构图和5种形为图: //4种结构图: 类图 对象 ...
- 阻塞IO、非阻塞IO的区别
1.类与类之间的关系:依赖,实现,泛化(继承),关联,组合,聚合. 1)依赖(虚线):一个类是 另一个类的函数参数 或者 函数返回值. 2)实现(实线加小圆):对纯虚函数类(抽象类)的实现. 3)继承 ...