<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Adding VMNet&#8217;s in VMWare Fusion 3</title>
	<atom:link href="http://www.thomasvachon.com/2010/02/10/adding-vmnets-in-vmware-fusion-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasvachon.com/2010/02/10/adding-vmnets-in-vmware-fusion-3/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Dec 2011 23:12:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tom Vachon</title>
		<link>http://www.thomasvachon.com/2010/02/10/adding-vmnets-in-vmware-fusion-3/comment-page-1/#comment-43</link>
		<dc:creator>Tom Vachon</dc:creator>
		<pubDate>Sun, 02 Jan 2011 20:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasvachon.com/?p=74#comment-43</guid>
		<description>Unfortuently, I have not found a way to do a disconnected VMNET like you can do in workstation.  The only thing I can suggest is to do 2 reserved IP host only nets with dhcp and 1 reserved IP host only net without dhcp.  I can paste that configuration if you want.</description>
		<content:encoded><![CDATA[<p>Unfortuently, I have not found a way to do a disconnected VMNET like you can do in workstation.  The only thing I can suggest is to do 2 reserved IP host only nets with dhcp and 1 reserved IP host only net without dhcp.  I can paste that configuration if you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KB3NZQ</title>
		<link>http://www.thomasvachon.com/2010/02/10/adding-vmnets-in-vmware-fusion-3/comment-page-1/#comment-42</link>
		<dc:creator>KB3NZQ</dc:creator>
		<pubDate>Tue, 21 Dec 2010 19:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasvachon.com/?p=74#comment-42</guid>
		<description>I would like to add 3 more VMnets in vmware fusion 2 without dhcp and not connetced to the host and 1 that is connected to the host but with out dhcp and i also donot want them connecting to the outside network that the host is connected to</description>
		<content:encoded><![CDATA[<p>I would like to add 3 more VMnets in vmware fusion 2 without dhcp and not connetced to the host and 1 that is connected to the host but with out dhcp and i also donot want them connecting to the outside network that the host is connected to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sreekanth251</title>
		<link>http://www.thomasvachon.com/2010/02/10/adding-vmnets-in-vmware-fusion-3/comment-page-1/#comment-41</link>
		<dc:creator>sreekanth251</dc:creator>
		<pubDate>Thu, 13 May 2010 18:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasvachon.com/?p=74#comment-41</guid>
		<description>That worked without any issues .... Thanks a lot lot lot for you Tom ....</description>
		<content:encoded><![CDATA[<p>That worked without any issues &#8230;. Thanks a lot lot lot for you Tom &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sreekanth251</title>
		<link>http://www.thomasvachon.com/2010/02/10/adding-vmnets-in-vmware-fusion-3/comment-page-1/#comment-40</link>
		<dc:creator>sreekanth251</dc:creator>
		<pubDate>Wed, 12 May 2010 14:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasvachon.com/?p=74#comment-40</guid>
		<description>Thanks a lot Tom ...

I will try it tonight and give you an update on it ....

Once again Thanks a lot for your help.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Tom &#8230;</p>
<p>I will try it tonight and give you an update on it &#8230;.</p>
<p>Once again Thanks a lot for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Vachon</title>
		<link>http://www.thomasvachon.com/2010/02/10/adding-vmnets-in-vmware-fusion-3/comment-page-1/#comment-39</link>
		<dc:creator>Tom Vachon</dc:creator>
		<pubDate>Wed, 12 May 2010 05:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasvachon.com/?p=74#comment-39</guid>
		<description>Here is an example setup, I am encasing files in dashed lines, they do not belong in the file.

sudo /Library/Application Support/VMware Fusion/vmnet-apps.sh –stop

Edit /Library/Application Support/VMware Fusion/networking
------------------
answer VNET_1_HOSTONLY_NETMASK 255.255.255.0
answer VNET_1_HOSTONLY_SUBNET 172.16.130.0
answer VNET_1_VIRTUAL_ADAPTER yes
answer VNET_2_DHCP yes
answer VNET_2_HOSTONLY_NETMASK 255.255.255.0
answer VNET_2_HOSTONLY_SUBNET 172.16.131.0
answer VNET_2_VIRTUAL_ADAPTER yes
answer VNET_8_DHCP yes
answer VNET_8_DHCP_CFG_HASH A06F544138530491C58E2DC2E57DE2E036392486
answer VNET_8_HOSTONLY_NETMASK 255.255.255.0
answer VNET_8_HOSTONLY_SUBNET 192.168.235.0
answer VNET_8_NAT yes
answer VNET_8_VIRTUAL_ADAPTER yes
---------------

cd /Library/Application Support/VMware Fusion
cp -R vmnet1 vmnet2
Alter the vmnet1 dhcpd.conf to match the ip range in the networking file.

sudo /Library/Application Support/VMware Fusion/vmnet-apps.sh –start

That should be it.</description>
		<content:encoded><![CDATA[<p>Here is an example setup, I am encasing files in dashed lines, they do not belong in the file.</p>
<p>sudo /Library/Application Support/VMware Fusion/vmnet-apps.sh –stop</p>
<p>Edit /Library/Application Support/VMware Fusion/networking<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
answer VNET_1_HOSTONLY_NETMASK 255.255.255.0<br />
answer VNET_1_HOSTONLY_SUBNET 172.16.130.0<br />
answer VNET_1_VIRTUAL_ADAPTER yes<br />
answer VNET_2_DHCP yes<br />
answer VNET_2_HOSTONLY_NETMASK 255.255.255.0<br />
answer VNET_2_HOSTONLY_SUBNET 172.16.131.0<br />
answer VNET_2_VIRTUAL_ADAPTER yes<br />
answer VNET_8_DHCP yes<br />
answer VNET_8_DHCP_CFG_HASH A06F544138530491C58E2DC2E57DE2E036392486<br />
answer VNET_8_HOSTONLY_NETMASK 255.255.255.0<br />
answer VNET_8_HOSTONLY_SUBNET 192.168.235.0<br />
answer VNET_8_NAT yes<br />
answer VNET_8_VIRTUAL_ADAPTER yes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>cd /Library/Application Support/VMware Fusion<br />
cp -R vmnet1 vmnet2<br />
Alter the vmnet1 dhcpd.conf to match the ip range in the networking file.</p>
<p>sudo /Library/Application Support/VMware Fusion/vmnet-apps.sh –start</p>
<p>That should be it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sreekanth251</title>
		<link>http://www.thomasvachon.com/2010/02/10/adding-vmnets-in-vmware-fusion-3/comment-page-1/#comment-38</link>
		<dc:creator>sreekanth251</dc:creator>
		<pubDate>Wed, 12 May 2010 05:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.thomasvachon.com/?p=74#comment-38</guid>
		<description>Hi Thomas thanks a lot for this posting ...

I am trying to add vmnet2 host only adapter for setting up Oracle RAC. I am a little bit confused as i am brand new to vmware fusion.

From the above posting ...

&quot;Now edit the networking file. If you want a host only network, copy the VNET1 entries, if you want NAT copy the VNET8 entries. Paste and modify the entries to match your vmnet folder’s #.&quot;

What&#039;s is the name of the networking file that you are referring to?

Also can you provide me a example to add secong host only adapter ...

Thanks a lot for your help ...

Sreekanth</description>
		<content:encoded><![CDATA[<p>Hi Thomas thanks a lot for this posting &#8230;</p>
<p>I am trying to add vmnet2 host only adapter for setting up Oracle RAC. I am a little bit confused as i am brand new to vmware fusion.</p>
<p>From the above posting &#8230;</p>
<p>&#8220;Now edit the networking file. If you want a host only network, copy the VNET1 entries, if you want NAT copy the VNET8 entries. Paste and modify the entries to match your vmnet folder’s #.&#8221;</p>
<p>What&#8217;s is the name of the networking file that you are referring to?</p>
<p>Also can you provide me a example to add secong host only adapter &#8230;</p>
<p>Thanks a lot for your help &#8230;</p>
<p>Sreekanth</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.thomasvachon.com @ 2012-02-06 11:46:56 -->
