VMware Communities
olesen85
Contributor
Contributor
Jump to solution

Custom network on a shared VMs

Hey

How can i create a custom network on a shared vm.

0 Kudos
1 Solution

Accepted Solutions
continuum
Immortal
Immortal
Jump to solution

you cant do that with the GUI

so use a texteditor and edit the vmx-file directly

ethernet1.present= "true"
ethernet1.startConnected = "true"
ethernet1.virtualDev = "e1000"
ethernet1.connectionType = "custom"
ethernet1.vnet = "vmnet5"

the 5 lines above add a custom networkcard connected to  vmnet5 - just an example


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

View solution in original post

0 Kudos
4 Replies
continuum
Immortal
Immortal
Jump to solution

you cant do that with the GUI

so use a texteditor and edit the vmx-file directly

ethernet1.present= "true"
ethernet1.startConnected = "true"
ethernet1.virtualDev = "e1000"
ethernet1.connectionType = "custom"
ethernet1.vnet = "vmnet5"

the 5 lines above add a custom networkcard connected to  vmnet5 - just an example


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
olesen85
Contributor
Contributor
Jump to solution

Where can i find this file? 

0 Kudos
RDPetruska
Leadership
Leadership
Jump to solution

In the folder where you created the VM.

continuum
Immortal
Immortal
Jump to solution

have you misconfigured your explorer to hide file-extensions ?

thats the doubleclickable file inside the directory of your VM that will start the VM
the extension is *.vmx


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos