Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Change your Host Only to NAT to permit interconnections. Interconnections certainly work on VMware Workstation with NAT connections
    – anon
    Commented Mar 2, 2023 at 20:05
  • Also remember that Host Only only allows connections to the host. Is this a hacking exercise?
    – anon
    Commented Mar 2, 2023 at 20:10
  • You can only have one DHCP server on a network. DHCP is a broadcast based protocol, so you don't get to specify what server it should use. it will send a broadcast request for DHCP servers and the first to respond wins. as the others have said, restricting your VMs so that they cannot connect to your physical LAN is key. Commented Mar 2, 2023 at 20:33