<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ubuntu,debian,redhat -linuxany.com &#187; vmware</title>
	<atom:link href="http://www.linuxany.com/archives/tag/vmware/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VMWare:虚拟机启用3D加速</title>
		<link>http://www.linuxany.com/archives/626.html</link>
		<comments>http://www.linuxany.com/archives/626.html#comments</comments>
		<pubDate>Sat, 29 Nov 2008 04:14:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.linuxlaptop.cn/?p=626</guid>
		<description><![CDATA[虚拟机选择Windows 2000或者XP guest操作系统。注意：不要对已经启动或者被挂起的虚拟机启用Direct3D。 给配置文件（.vmx）添加一下内容： mks.enable3d = &#34;TRUE&#34; 这一行将启用宿主的3D加速。不仅对于寄宿机支持3D加速是必要的，同时也可以让宿主对寄宿机的显示区域启用2D加速。 你可能还需要加入以下几行： svga.vramSize = &#34;67108864&#34; 这一行将虚拟显卡的VRAM量增加到64MB。增加VRAM有助于减少寄宿机的延时。最大值为128MB。 vmmouse.present = &#34;FALSE&#34; 这一行将禁用寄宿机中的绝对定位设备。需要用到DirectInput相对模式的应用需要将寄宿机的绝对定位设备关闭。实际操作中，这只针对一些全屏的 3D应用（例如，像第一人称射击之类的实时游戏）。注意：如果你设置了vmmouse.present选项，你还需要关闭Preference设置对话框中的Input标签页中的motion ungrabbing（移动时释放鼠标捕获）设置。 若要为vmmouse.present关闭释放捕获，请按以下步骤： a. 选择 Edit &#62; Preferences. b. 点击 Input.c. 取消 Ungrab when cursor leaves window. 您还可能感兴趣的内容开机自动运行VMWare虚拟主机VMware下为Debian安装VMToolsvmware四种网络连接]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/626.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>开机自动运行VMWare虚拟主机</title>
		<link>http://www.linuxany.com/archives/609.html</link>
		<comments>http://www.linuxany.com/archives/609.html#comments</comments>
		<pubDate>Fri, 28 Nov 2008 04:22:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.linuxlaptop.cn/?p=609</guid>
		<description><![CDATA[解决方案：原理就是让VMWare成为服务，让宿主主机和虚拟机同时启动。 1.所需的工具：instsrv.exe和srvany.exe。两个工具在windows 2003 resource kit tools里面，我把这两个文件都存在x:\AutoStart中； 2.新建服务：给服务取个名字为VM_AutoStart，并在cmd中通过以下语法来安装服务：instsrv 命令行是：instsrv VM_AutoStart x:\AutoStart\srvany.exe 3.注册服务：在注册表中，定位到HKLM\SYSTEM\CurrentControlSet\Services\VM_AutoStart，新建项：“Parameters”， 在“Parameters”项里面，新建字符串“Application”，值为： “x:\VMware\VMware Workstation\vmware.exe” -x “x:\VM\Windows 2003 Server Enterprise Edition.vmx”，这里是你VM程序的安装目录和虚拟机的安装目录； 4.设置虚拟机启动状态：管理工具－－服务，选择VM_AutoStart的属性－－登录，选中”本地系统帐户”，并勾选”允许服务与桌面交互”； 5.添加启动设置：用记事本打开虚拟机文件Windows 2003 Server Enterprise Edition.vmx，添加autostart = “true” 您还可能感兴趣的内容VMWare:虚拟机启用3D加速VMware下为Debian安装VMToolsvmware四种网络连接]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/609.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware下为Debian安装VMTools</title>
		<link>http://www.linuxany.com/archives/413.html</link>
		<comments>http://www.linuxany.com/archives/413.html#comments</comments>
		<pubDate>Sat, 30 Aug 2008 13:51:47 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[vmtools]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.linuxlaptop.cn/?p=447</guid>
		<description><![CDATA[VMwareWorkstation下装了Debian但是总存在系统时钟与宿主机不同步的情况，虽然参考官方提出的解决方法做一些conf的改动，但是还不是特别准确，所以决定装上VMTools。记录下过程，其他Linux安装过程也应该大同小异。 1.linux.iso解压到VM的目录下 2.启动要安装VMTools的虚拟Debian 3.VM菜单->VMware Tools Install 4.[root]#mount -t iso9660 -r /dev/cdrom /media/cdrom 挂载光驱 5.[root]#cd /tmp 6.[root]#tar zxpf /cdrom/VMwareTools-6.0.3-80004.tar.gz 解压 7.[root]#cd vmware-tools-distrib 8.[root]#./vmware-install.pl 提示我”Setup is unable to find the “killall” program on your machine. Please make sure it is installed. Do you want to specify the location of this program by hand?” [root]#apt-get install psmisc 安装psmisc包含killall的程序 [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/413.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vmware四种网络连接</title>
		<link>http://www.linuxany.com/archives/369.html</link>
		<comments>http://www.linuxany.com/archives/369.html#comments</comments>
		<pubDate>Wed, 20 Aug 2008 05:13:57 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[brighe]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[nat]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.linuxlaptop.cn/?p=393</guid>
		<description><![CDATA[Bridge:这种方式最简单,直接将虚拟网卡桥接到一个物理网卡上面,和linux下一个网卡 绑定两个不同地址类似,实际上是将网卡设置为混杂模式,从而达到侦听多个IP的能力. 在此种模式下,虚拟机内部的网卡(例如linux下的eth0)直接连到了物理网卡所在的网络上,可以想象为虚拟机和host机处于对等的地位,在网络关系上是平等的,没有谁在谁后面的问题. 使用这种方式很简单,前提是你可以得到1个以上的地址.对于想进行种种网络实验的朋友不太适合,因为你无法对虚拟机的网络进行控制,它直接出去了. nat方式:这种方式下host内部出现了一个虚拟的网卡vmnet8(默认情况下),如果你有过做nat服务器的经验,这里的vmnet8就相当于连接到内网的网卡,而虚拟机本身则相当于运行在内网上的机器,虚拟机内的网卡(eth0)则独立于vmnet8.你会发现在这种方式下,vmware自带的dhcp会默认地加载到vmnet8界面上,这样虚拟机就可以使用dhcp服务.更为重要的是,vmware自带了nat服务,提供了从vmnet8到外网的地址转 换,所以这种情况是一个实实在在的nat服务器在运行,只不过是供虚拟机用的. 很显然,如果你只有一个外网地址,此种方式很合适. hostonly: 这应该是最为灵活的方式,有兴趣的话可以进行各种网络实验.和nat唯一的不同的是,此种方式下,没有地址转换服务,因此,默认情况下,虚拟机只能到主机访问,这也是hostonly的名字的意义. 默认情况下,也会有一个dhcp服务加载到vmnet1上.这样连接到vmnet8上的虚拟机仍然可以设置成dhcp,方便系统的配置. 是不是这种方式就没有办法连接到外网呢,当然不是,事实上,这种方式更为灵活,你可以使用自己的方式,从而达到最理想的配置,例如: a.使用自己dhcp服务:首先停掉vmware自带的dhcp服务,使dhcp服务更为统一. b.使用自己的nat,方便加入防火.windows host可以做nat的方法很多,简单的如windows xp的internet共享,复杂的如windows server里的nat服务. c. 使用自己的防火墙.因为你可以完全控制vmnet1,你可以加入(或试验)防火墙在vmnet1和外网的网卡间. 从以上可以看出,hostonly这种模式和普通的nat server带整个内网上网的情形类似,因此你可以方便的进行与之有关的实验,比如防火强的设置等 1、Bridge模式(一切都跟host一样,只有ip不能与host相同) ip 192.168.39.222netmask:255.255.252.0gateway:192.168.39.254Primary nameserve:192.168.39.252 2、NAT模式 首先在host中查看VMnet8的IP(e.g. 192.168.255.1).启动VMware,点Edit下Virtual Network Setting… ,弹出Virtual network Editor对话框；查看NAT选项卡,记录NAT的 Gateway IP address:192.168.255.2 在config中,填写:ip:192.168.255.5(与192.168.255.1在同一个网段的不同地址) netmask:255.255.255.0(与92.168.255.1的隐码相同) Gateway IP:填写VMware中的NAT网关192.168.255.2 Primary nameserver:填写与主机中一样的网关192.168.39.252,这样就可以上网冲浪了.如果填写192.168.255.1,则不能连上外网.这里也可以不停,总之不能写错误的地址 3、hostonly模式 (1)查看你的连接外网的网卡的属性,选择“高级”标签,设置成允许共享,并设定允许的网络接口为VMNET1 (2)再插看一下你的VMnet1 的属性,看一下TCP/IP协议的设置,你发现已经被自动设置为:192.168.0.1/255.255.255.0, (3)windows下的设置完成,转入到跑linux的虚拟机.将你的eth0的ip地址设置为静态的(如果安装时没有选静态的话) . 按红帽子图标－＞系统设置－＞网络(或其它你了解的方法) ip: 192.168.0.2(或其它在此网段上的地址) netmask: 255.255.255.0 default gateway: 192.168.0.1 [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/369.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

