Network interface cards mapping in vmware for multiple vm connection

I have one vm of windows server in vmware and 5 client vm of windows 10. All devices has static ip of same network then how can I do mapping of NIC in a way that all the 5 windows 10 client vm can communicate with the server vm?

To enable communication between the Windows Server VM and the Windows 10 client VMs, you can follow these steps:

  1. Make sure that all the VMs are connected to the same virtual network in VMware.
  2. Assign a static IP address to each VM within the same network range.
  3. On the Windows Server VM, configure the necessary services or applications (e.g., file sharing, web server) to allow incoming connections from the Windows 10 client VMs.
  4. Ensure that the Windows Firewall or any other firewall software on the Windows Server VM allows incoming connections from the client VMs.
  5. On each Windows 10 client VM, ensure that the necessary network protocols and services (e.g., TCP/IP, file sharing) are enabled and configured correctly.
  6. Test the connectivity between the Windows Server VM and the Windows 10 client VMs using tools such as ping or accessing shared resources.
1 Like