[转]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 ...
随机推荐
- vue - config(index.js)
描述:我想,这是调用最多的一个文件了吧(无论是dev,还是prod) 'use strict' // Template version: 1.3.1 // see http://vuejs-templ ...
- 基于RxJava2+Retrofit2简单易用的网络请求实现
代码地址如下:http://www.demodashi.com/demo/13473.html 简介 基于RxJava2+Retrofit2实现简单易用的网络请求,结合android平台特性的网络封装 ...
- IOS研究之App转让流程须知具体介绍
网络上有非常多开发人员提问怎么转让App并想知道具体的流程.实际上Appstore的App转让流程还是比較简单的.以下特酷吧依据自己的实际操作总结下iOS Appstore中App的转让流程.供 ...
- python selenium --调用js
转自:http://www.cnblogs.com/fnng/p/3230768.html 本节重点: 调用js方法 execute_script(script, *args) 在当前窗口/框架 同步 ...
- laravel中,提交表单后给出提示例如添加成功,添加失败等等
laravel中的表单插入,我想在表单插入成功后,可以像thinkphp一样可以有一个提示内容,上网Google,他们还是给出的方法就是 return redirect('/')->with(' ...
- Atitit 插件机制原理与设计微内核 c# java 的实现attilax总结
Atitit 插件机制原理与设计微内核 c# java 的实现attilax总结 1. 微内核与插件的优点1 2. 插件的注册与使用2 2.1. Ioc容器中注册插件2 2.2. 启动器微内核启动3 ...
- js获取网页宽高
<script> function getInfo() { var s = ""; s += " 网页可见区域宽:"+ document.body. ...
- jquery的input:type=file实现文件上传
<!DOCTYPE html> <html> <head> <title>html5_2.html</title> <style> ...
- 个人的Linux实用命令
Linux下的命令有那么多,我不可能也不想去把每一个都记住,列举一些自己工作中很实用的命令,这些命令或许不是很常用,但是有时候却离不了. 1.网络方面 service iptables start/s ...
- 配置taglib的uri的2种方法
推荐方法1 1.把uri写在tld文件中,tld放在WEB-INF文件夹下,例如: <short-name>就对应了你在jsp中引用的时候<%@ taglib prefix=&quo ...