Hi!
i create one vm, with a Fedora s.o, on a Linux host with two physical nic: eth0 is used to manage the physical server while eth1 is used by virtual machines. The vm works perfectly but i noticed that in the vmx file there isn't the NIC description. The vmx file is:
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "4"
scsi0.present = "TRUE"
memsize = "700"
ide0:0.present = "TRUE"
ide0:0.fileName = "zimbra-open.vmdk"
ide1:0.present = "TRUE"
ide1:0.fileName = "/dev/cdrom"
ide1:0.deviceType = "cdrom-raw"
floppy0.fileName = "/dev/fd0"
Ethernet0.present = "TRUE"
displayName = "zimbra-open"
guestOS = "redhat"
autostart = "poweron"
autostop = "softpoweroff"
priority.grabbed = "normal"
priority.ungrabbed = "normal"
ide1:0.autodetect = "FALSE"
ide0:1.present = "TRUE"
ide0:1.fileName = "zimbra-open-data.vmdk"
ide1:1.present = "TRUE"
ide1:1.fileName = "zimbra-open-backup.vmdk"
ide0:0.redo = ""
ide0:1.redo = ""
ide1:1.redo = ""
ethernet0.addressType = "generated"
uuid.location = "56 4d b1 53 42 e4 c3 fd-64 a5 75 0e 92 4d ec 1b"
uuid.bios = "56 4d b1 53 42 e4 c3 fd-64 a5 75 0e 92 4d ec 1b"
ethernet0.generatedAddress = "00:0c:29:4d:ec:1b"
ethernet0.generatedAddressOffset = "0"
if, from MUI, i select "option"->"Network connection",in the filed "Virtual Machine network adapter" is written "No virtual machine network adapters was found" but the vm corretcly is connected to the lan
Thanks