惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Hackread – Cybersecurity News, Data Breaches, AI and More
C
Check Point Blog
Hacker News: Ask HN
Hacker News: Ask HN
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
WordPress大学
WordPress大学
P
Proofpoint News Feed
V
Visual Studio Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
N
Netflix TechBlog - Medium
C
CXSECURITY Database RSS Feed - CXSecurity.com
博客园 - 聂微东
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
博客园 - 叶小钗
Cisco Talos Blog
Cisco Talos Blog
S
Schneier on Security
T
Threat Research - Cisco Blogs
腾讯CDC
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
The Hacker News
The Hacker News
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
GbyAI
GbyAI
N
News | PayPal Newsroom
L
LINUX DO - 最新话题
酷 壳 – CoolShell
酷 壳 – CoolShell
P
Palo Alto Networks Blog
T
Tenable Blog
S
Secure Thoughts
T
Threatpost
V2EX - 技术
V2EX - 技术
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Vercel News
Vercel News
罗磊的独立博客
P
Privacy & Cybersecurity Law Blog
Engineering at Meta
Engineering at Meta
小众软件
小众软件
Google DeepMind News
Google DeepMind News
N
News and Events Feed by Topic
Y
Y Combinator Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed
L
Lohrmann on Cybersecurity
P
Privacy International News Feed
H
Heimdal Security Blog
量子位
B
Blog

博客园 - laughter

使用Using的注意事项 [转]移动互联网应用技术架构简介-Restful服务 理解WCF中的Contracts [翻译]在ASP.NET Web API中通过OData支持查询和分页 [转]NBehave行为驱动测试关于story和scenarios [转]使用TeamCity对项目进行可持续集成管理(一) [转]SpecFlow使用入门 [转]软件测试- 3 - Mock 和Stub的区别 [翻译]创建ASP.NET WebApi RESTful 服务(11) [翻译]创建ASP.NET WebApi RESTful 服务(10) [翻译]创建ASP.NET WebApi RESTful 服务(9) [转]模拟HttpContext 实现ASP.NET MVC 的单元测试 [翻译]创建ASP.NET WebApi RESTful 服务(8) [翻译]创建ASP.NET WebApi RESTful 服务(7) [转]软件开发过程(CMMI/RUP/XP/MSF)是与非? [转]比较 Rational Unified Process (RUP) 和 Microsoft Solutions Framework (MSF) [翻译]Behavior-Driven Development (BDD)行为驱动开发(二) [翻译]Behavior-Driven Development (BDD)行为驱动开发(一) 【Visual Studio2010】创建XAML分析插件
[转]VMPlayer的Briged网络配置
laughter · 2014-08-06 · via 博客园 - laughter

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/