<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities: Message List - Networking with VMplayer</title>
    <link>http://communities.vmware.com/community/vmtn/archive/general/solutions/usersolutions?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Fri, 23 Jun 2006 09:42:47 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2006-06-23T09:42:47Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Networking with VMplayer</title>
      <link>http://communities.vmware.com/message/423515?tstart=0#423515</link>
      <description>Hi.&lt;br /&gt;
&lt;br /&gt;
1.)&lt;br /&gt;
Referring to networking, and using own (Etherboot or any other network boot code, ...), I figured out many further interesting nonofficial switches, which were not known before.&lt;br /&gt;
&lt;br /&gt;
The most interesting of the new switches are following:&lt;br /&gt;
&lt;br /&gt;
e1000bios.filename = "path/filename to an external Intel E1000 network boot ROM"&lt;br /&gt;
nbios.filename = "path/filename to an external AMD LANCE network boot ROM"&lt;br /&gt;
nxbios.filename = "path/filename to an external VMXNET network boot ROM"&lt;br /&gt;
&lt;p /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
ethernet0.present = "TRUE"&lt;br /&gt;
ethernet0.virtualDev = "e1000"&lt;br /&gt;
ethernet0.startConnected = "TRUE"&lt;br /&gt;
ethernet0.connectionType = "bridged"&lt;br /&gt;
e1000bios.filename = "C:\bios\eb-5.4.2-e1000-82545em-copper.zrom"&lt;br /&gt;
&lt;br /&gt;
ethernet1.present = "TRUE"&lt;br /&gt;
ethernet1.virtualDev = "vlance"&lt;br /&gt;
ethernet1.startConnected = "TRUE"&lt;br /&gt;
ethernet1.connectionType = "bridged"&lt;br /&gt;
nbios.filename = "C:\Program files\VMware\VMware Workstation\vlance-org.bin"&lt;br /&gt;
&lt;br /&gt;
ethernet2.present = "TRUE"&lt;br /&gt;
ethernet2.virtualDev = "vmxnet"&lt;br /&gt;
ethernet2.startConnected = "TRUE"&lt;br /&gt;
ethernet2.connectionType = "bridged"&lt;br /&gt;
nxbios.filename = "C:\Program files\VMware\VMware Workstation\vmware-vmxnet-org.bin"&lt;br /&gt;
&lt;p /&gt;
For the Etherboot mailing list, I also prepared a small article and a nice animation:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://bnobtc.pix-art.com/etherboot-oprom-in-vmware-and-bochs.txt"&gt;http://bnobtc.pix-art.com/etherboot-oprom-in-vmware-and-bochs.txt&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://bnobtc.pix-art.com/images/borgbios/vmware/etherboot-in-vmware.gif"&gt;http://bnobtc.pix-art.com/images/borgbios/vmware/etherboot-in-vmware.gif&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
2.)&lt;br /&gt;
Referring to the USB stuff, I also took a memory dump ( suspend / pause VMware emulation to get a memory dump) and I could not find any USB related string / USB related code at 000DC000h .&lt;br /&gt;
&lt;br /&gt;
I just could find the VGA BIOS at 000C0000h. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
&lt;br /&gt;
Could you list 16...64 Bytes (hex code) from 000DC000h of your memory dump here?&lt;br /&gt;
&lt;br /&gt;
Are there typical (USB related) strings from 000DC000 - 000EFFFF in your memory dump?</description>
      <pubDate>Fri, 23 Jun 2006 09:42:47 GMT</pubDate>
      <author>Borg Number One</author>
      <guid>http://communities.vmware.com/message/423515?tstart=0#423515</guid>
      <dc:date>2006-06-23T09:42:47Z</dc:date>
      <clearspace:dateToText>3 years, 5 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Networking with VMplayer</title>
      <link>http://communities.vmware.com/message/357174?tstart=0#357174</link>
      <description>It didnt work.&lt;br /&gt;
&lt;br /&gt;
My host has 2 NICs &lt;br /&gt;
&lt;br /&gt;
NIC1 connected to 10.0.0.2&lt;br /&gt;
NIC2 connected to 137.111.242.7&lt;br /&gt;
&lt;br /&gt;
Guest XP OS&lt;br /&gt;
Ethernet IP 10.0.0.4&lt;br /&gt;
&lt;br /&gt;
vmx &lt;br /&gt;
......&lt;br /&gt;
ethernet0.present = "TRUE" &lt;br /&gt;
ethernet0.connectionType = "custom" &lt;br /&gt;
&lt;br /&gt;
ethernet1.vnet = "vmnet2" &lt;br /&gt;
..........&lt;br /&gt;
&lt;br /&gt;
I want my guest to only talk to 10.0.0 network. It works fine. but when I chage the IP of guest NIC to 137.X.X.X. Try ping it wont work.&lt;br /&gt;
As soon as I unplug 10.0.0 network cable it starts working.&lt;br /&gt;
&lt;br /&gt;
Can I get my VMPlayer to only talk to 10.0.0 NIC and network?  Please help.</description>
      <pubDate>Thu, 23 Feb 2006 06:35:26 GMT</pubDate>
      <author>san44s</author>
      <guid>http://communities.vmware.com/message/357174?tstart=0#357174</guid>
      <dc:date>2006-02-23T06:35:26Z</dc:date>
      <clearspace:dateToText>3 years, 9 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Networking with VMplayer</title>
      <link>http://communities.vmware.com/message/381621?tstart=0#381621</link>
      <description>&lt;b&gt;vlance.noOprom = "TRUE" -  turn-off the boot-rom for networkboot &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Very useful indeed. Does someone know how to turn-off the 16 k USB legacy bbot-rom which sits at 000DC000h ?&lt;br /&gt;
&lt;br /&gt;
Also, can we have our own ROM files (including, maybe, modified main BIOS) and set them up at selected addresses ?</description>
      <pubDate>Wed, 23 Nov 2005 21:29:56 GMT</pubDate>
      <author>Ninho</author>
      <guid>http://communities.vmware.com/message/381621?tstart=0#381621</guid>
      <dc:date>2005-11-23T21:29:56Z</dc:date>
      <clearspace:dateToText>4 years, 3 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>null. disregard</title>
      <link>http://communities.vmware.com/message/381622?tstart=0#381622</link>
      <description>sorry</description>
      <pubDate>Wed, 23 Nov 2005 21:29:56 GMT</pubDate>
      <author>Ninho</author>
      <guid>http://communities.vmware.com/message/381622?tstart=0#381622</guid>
      <dc:date>2005-11-23T21:29:56Z</dc:date>
      <clearspace:dateToText>4 years, 3 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Null again, argh, sorry</title>
      <link>http://communities.vmware.com/message/381623?tstart=0#381623</link>
      <description>(grrr)</description>
      <pubDate>Wed, 23 Nov 2005 21:29:56 GMT</pubDate>
      <author>Ninho</author>
      <guid>http://communities.vmware.com/message/381623?tstart=0#381623</guid>
      <dc:date>2005-11-23T21:29:56Z</dc:date>
      <clearspace:dateToText>4 years, 3 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Re: Networking with VMplayer</title>
      <link>http://communities.vmware.com/message/311411?tstart=0#311411</link>
      <description>This should only be needed to if you added&lt;br /&gt;
ethernet0.startConnected = "FALSE" before the last time you booted the VM and want to switch back to normal operation.&lt;br /&gt;
&lt;br /&gt;
I think setting ethernet0.present = "TRUE" silently sets&lt;br /&gt;
ethernet0.startConnected = "TRUE" as well.&lt;br /&gt;
&lt;br /&gt;
Don't know if you have a term for entries like that - I call them invisible defaults.&lt;br /&gt;
It doesn't hurt to add them but defacto they are only necessary when you change the default.&lt;br /&gt;
&lt;p /&gt;
I think there are more of this invisible defaults for ethernet-settings: just giving some examples ...&lt;br /&gt;
&lt;br /&gt;
vlance.noOprom = "TRUE"   - can be used to turn-off the boot-rom for networkboot&lt;br /&gt;
&lt;br /&gt;
ethernet0.allow64bitVlance = "FALSE"  &lt;br /&gt;
ethernet0.allow64bitVmxnet = "FALSE"&lt;br /&gt;
&lt;br /&gt;
ethernet0.allowGuestConnectionControl = "TRUE"  - disable changing nics with the GUI&lt;br /&gt;
&lt;br /&gt;
ethernet0.noPromisc = "FALSE"   - disable promiscous mode&lt;br /&gt;
ethernet0.noForgedSrcAddr = "FALSE"  - disable guest changing its MAC?&lt;br /&gt;
ethernet0.ignoreMACAddressConflict = "FALSE"</description>
      <pubDate>Wed, 23 Nov 2005 21:29:56 GMT</pubDate>
      <author>continuum</author>
      <guid>http://communities.vmware.com/message/311411?tstart=0#311411</guid>
      <dc:date>2005-11-23T21:29:56Z</dc:date>
      <clearspace:dateToText>4 years, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Networking with VMplayer</title>
      <link>http://communities.vmware.com/message/310972?tstart=0#310972</link>
      <description>And if you add:&lt;br /&gt;
&lt;br /&gt;
[code]&lt;br /&gt;
ethernet0.startConnected = "TRUE"&lt;br /&gt;
ethernet1.startConnected = "TRUE"&lt;br /&gt;
ethernet2.startConnected = "TRUE"&lt;br /&gt;
ethernet3.startConnected = "TRUE"&lt;br /&gt;
[/code]&lt;br /&gt;
?</description>
      <pubDate>Wed, 23 Nov 2005 02:22:38 GMT</pubDate>
      <author>JMills</author>
      <guid>http://communities.vmware.com/message/310972?tstart=0#310972</guid>
      <dc:date>2005-11-23T02:22:38Z</dc:date>
      <clearspace:dateToText>4 years, 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Re: Networking with VMplayer</title>
      <link>http://communities.vmware.com/message/310632?tstart=0#310632</link>
      <description>Nice post Ulli!!</description>
      <pubDate>Tue, 22 Nov 2005 16:04:59 GMT</pubDate>
      <author>sbeaver</author>
      <guid>http://communities.vmware.com/message/310632?tstart=0#310632</guid>
      <dc:date>2005-11-22T16:04:59Z</dc:date>
      <clearspace:dateToText>4 years, 5 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Networking with VMplayer</title>
      <link>http://communities.vmware.com/message/310291?tstart=0#310291</link>
      <description>If you want the same connectivity with VMplayer that you got with Workstation&lt;br /&gt;
use a detailed vmx-file:&lt;br /&gt;
Add &lt;br /&gt;
ethernet0.present = "TRUE"&lt;br /&gt;
ethernet0.connectionType =  "custom" &lt;br /&gt;
ethernet1.present = "TRUE"&lt;br /&gt;
ethernet1.connectionType =  "custom" &lt;br /&gt;
ethernet2.present = "TRUE"&lt;br /&gt;
ethernet2.connectionType =  "custom" &lt;br /&gt;
(ethernet3.present = "TRUE"&lt;br /&gt;
ethernet3.connectionType =  "custom") &lt;br /&gt;
&lt;br /&gt;
first and then enter the vmnets like&lt;br /&gt;
ethernet0.vnet = "vmnet0" &lt;br /&gt;
ethernet1.vnet = "vmnet2"&lt;br /&gt;
ethernet2.vnet = "vmnet1" &lt;br /&gt;
(ethernet3.vnet = "vmnet8")&lt;br /&gt;
&lt;br /&gt;
This will show up in the Player's GUI as connected - BUT none of the Bridged, NAT or Hostonly signs are checked.&lt;br /&gt;
&lt;br /&gt;
You are NOT limited to ONE bridged, or NAT or hostonly-network.&lt;br /&gt;
&lt;br /&gt;
Ulli</description>
      <pubDate>Mon, 21 Nov 2005 23:59:27 GMT</pubDate>
      <author>continuum</author>
      <guid>http://communities.vmware.com/message/310291?tstart=0#310291</guid>
      <dc:date>2005-11-21T23:59:27Z</dc:date>
      <clearspace:dateToText>4 years, 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
  </channel>
</rss>

