- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can't Choose Custom Network [VMware Workstation Player 16 Free, Non-Commercial Use]
I used the vmware-netcfg tool and configured some custom private networks (vmnet2 and vmnet3). However, I can't select them in the virtual machine's settings. I can only select the 3 default networks (default bridged, default NAT and default host-only).
Is this only available in VMware Workstation Pro?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The post here suggests searching for a different file name: vmnetcfg.exe
If that post does in fact help you please remember to kudos the original author replies who answered that question: scott28tt and fabio1975
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Form the screenshot, it looks like you have an Ubuntu host.
You can manually edit the vmx configuration file of the VM.
ethernet0.connectionType="custom"
ethernet0.vnet="VMnet2"
ethernet0.displayName="VMnet2"
Change the ethernet0 to ethernet(n) where n is some number 1 or above if there is more than NIC in the VM.
You might find that after the edit, the Custom option will appear in the VMware Player UI when you edit the network settings.