[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

09/01/2008 at 06:27PM PDT, ID: 23694750
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4

Select Network NIC in VMware Player multiple NICs

Asked by red_nectar in VMware, Virtualization, Linux Networking

My question is VERY similar to http://www.experts-exchange.com/Software/VMWare/Q_23588489.html which remains unresolved.

I have two NICs on my host machine (the host is running vista)

I have created a VMware machine using easyvmx at http://easyvmx.com/ for a linux machine with 2 NICs

The Linux VM boots up beautifully with VMPlayer with eth0 and eth1

However, BOTH eth0 and eth1 are bound to the same physical NIC on the host.  Depending which subnet I plug that NIC into, either eth0 or eth1 works (obviously not both)

How do I configure my .vmx file to force an adapter to use a particular host NIC?

A copy of my .vmx file is below:

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
#!/usr/bin/vmplayer
 
# Filename: MyKnoppix.vmx
# Generated 2008-09-01;22:24:13 by EasyVMX!
# http://www.easyvmx.com
 
# This is a Workstation 5 or 5.5 config file
# It can be used with Player
config.version = "8"
virtualHW.version = "4"
 
# Selected operating system for your virtual machine
guestOS = "otherlinux"
 
# displayName is your own name for the virtual machine
displayName = "MyKnoppix"
 
# These fields are free text description fields
annotation = "Knoppix Server for My Class"
guestinfo.vmware.product.long = "classserver"
guestinfo.vmware.product.class = "virtual machine"
 
# Number of virtual CPUs. Your virtual machine will not
# work if this number is higher than the number of your physical CPUs
numvcpus = "1"
 
# Memory size and other memory settings
memsize = "320"
MemAllowAutoScaleDown = "FALSE"
MemTrimRate = "-1"
 
# Unique ID for the virtual machine will be created
uuid.action = "create"
 
# Remind to install VMware Tools
# This setting has no effect in VMware Player
tools.remindInstall = "TRUE"
 
# Startup hints interfers with automatic startup of a virtual machine
# This setting has no effect in VMware Player
hints.hideAll = "TRUE"
 
# Enable time synchronization between computer
# and virtual machine
tools.syncTime = "TRUE"
 
# USB settings
# This config activates USB
usb.present = "TRUE"
usb.generic.autoconnect = "TRUE"
 
# First serial port, physical COM1 is available
serial0.present = "TRUE"
serial0.fileName = "Auto Detect"
serial0.autodetect = "TRUE"
serial0.hardwareFlowControl = "TRUE"
 
# Optional second serial port, physical COM2 is not available
serial1.present = "FALSE"
 
# First parallell port, physical LPT1 is not available
parallel0.present = "FALSE"
 
# Logging
# This config activates logging, and keeps last log
logging = "TRUE"
log.fileName = "MyKnoppix.log"
log.append = "TRUE"
log.keepOld = "3"
 
# These settings decides interaction between your
# computer and the virtual machine
isolation.tools.hgfs.disable = "FALSE"
isolation.tools.dnd.disable = "FALSE"
isolation.tools.copy.enable = "TRUE"
isolation.tools.paste.enabled = "TRUE"
 
# First network interface card
ethernet0.present = "TRUE"
ethernet0.virtualDev = "vlance"
ethernet0.connectionType = "bridged"
ethernet0.addressType = "generated"
ethernet0.generatedAddressOffset = "0"
 
# Second network interface card
ethernet1.present = "TRUE"
ethernet1.virtualDev = "vlance"
ethernet1.connectionType = "bridged"
ethernet1.addressType = "generated"
ethernet1.generatedAddressOffset = "10"
 
# Settings for physical floppy drive
floppy0.present = "FALSE"
 
# Settings for physical CDROM drive
ide1:0.present = "TRUE"
ide1:0.deviceType = "cdrom-raw"
ide1:0.startConnected = "FALSE"
ide1:0.fileName = "auto detect"
ide1:0.autodetect = "TRUE"
 
# Settings for the optional virtual CDROM, ISO-image
ide1:1.present = "TRUE"
ide1:1.fileName = "C:\Sources\Virtual Machines\ISOs\MyKnoppix.v3.2.iso"
ide1:1.deviceType = "cdrom-image"
ide1:1.mode = "persistent"
ide1:1.startConnected = "TRUE"
 
# First IDE disk, size 1Gb
ide0:0.present = "TRUE"
ide0:0.fileName = "MyKnoppix.vmdk"
ide0:0.mode = "persistent"
ide0:0.startConnected = "TRUE"
ide0:0.writeThrough = "TRUE"
 
# END OF EasyVMX! CONFIG
 
extendedConfigFile = "MyKnoppix.vmxf"
virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "manual"
 
ethernet0.generatedAddress = "00:0c:29:1e:f8:85"
ethernet1.generatedAddress = "00:0c:29:1e:f8:8f"
 
fileSearchPath = "C:\Users\me\Documents\Virtual Machines\MyKnoppix;."
[+][-]09/01/08 07:52 PM, ID: 22363923

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/02/08 12:44 AM, ID: 22364845

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/02/08 01:02 AM, ID: 22364950

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/02/08 01:26 AM, ID: 22365099

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/04/08 05:42 AM, ID: 22386556

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/09/08 05:42 AM, ID: 22426785

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: VMware, Virtualization, Linux Networking
Sign Up Now!
Solution Provided By: red_nectar
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20090824-EE-VQP-74 / EE_QW_2_20070628