Chinaunix首页 | 论坛 | 博客
  • 博客访问: 177661
  • 博文数量: 42
  • 博客积分: 2185
  • 博客等级: 大尉
  • 技术积分: 455
  • 用 户 组: 普通用户
  • 注册时间: 2009-06-11 21:32
文章分类

全部博文(42)

文章存档

2012年(5)

2011年(13)

2010年(6)

2009年(18)

我的朋友

分类: LINUX

2012-01-03 12:55:25

After install vmware workstation, we need run:

  1. emerge --config vmware-workstation
And add service vmware to default run level:

  1. rc-update add vmware default

To load necessary services & modules:

  1. /etc/init.d/vmware restart
I prefer the bridge networking, which I think it is the most convenient way.

modify /etc/vmware/networking (generated by emerge --config vmware-workstation), add the below line:

  1. add_bridge_mapping eth0 0
Restart vmware services:
  1. /etc/init.d/vmware restart
And make sure vmware-bridge is running:
  1. ps auxw | grep bridge

  2. root 1234 0.0 0.0 4564 552 ? Ss 12:36 0:00 /opt/vmware/bin/vmnet-bridge -s 6 -d /var/run/vmnet-bridge-0.pid -n 0
Then edit the virtual machine, select network as bridge mode.
阅读(1403) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~