Ok - see here - I sorted your vmx-file so that all ethernet0 entries appear nicely in a row.
This is what you have now:
ethernet0.addressType = "generated"
ethernet0.connectionType = "pvn"
ethernet0.generatedAddress = "00:0c:29:c3:36:10"
ethernet0.generatedAddressOffset = "0"
ethernet0.pciSlotNumber = "33"
ethernet0.present = "TRUE"
ethernet0.pvnID = "52 4c 5e 98 70 6a 82 1b-0f eb 97 5d 76 2e 8a 85"
ethernet0.virtualDev = "e1000"
ethernet0.wakeOnPcktRcv = "FALSE"
Next I list all the parameters you should NOT touch:
ethernet0.addressType
ethernet0.generatedAddress
ethernet0.generatedAddressOffset
ethernet0.pciSlotNumber
ethernet0.present
ethernet0.startConnected
ethernet0.virtualDev
ethernet0.wakeOnPcktRcv
Whatever this settings are - leave them alone - don't change them for this for this task. After this only this two lines are left:
ethernet0.connectionType = "pvn"
ethernet0.pvnID = "52 4c 5e 98 70 6a 82 1b-0f eb 97 5d 76 2e 8a 85"
Those two are the ones that configure the LAN-segment.
Remove them and replace them with this single line
ethernet0.connectionType = "nat"
In case you want to break up the team remove this line
inVMTeam = "TRUE"
and delete the *.vmxf file in the same directory.
For more info about setting up network in the vmx-file read my site
http://sanbarrow.com/vmx/vmx-network.html
___________________________________
VMX-parameters- VMware-liveCD - VM-Sickbay