I have a development machine with 32GB of RAM and 4 VMs running on it. I've been successfully using a 192.168.19.* NAT virtual network to have these machines communicate with one another while keeping them isolated from the external network. I'd like to add a 5th machine, however I'm pushing the limits of hosts RAM but next to my dev machine I have my laptop which also has VMWare workstation on it.
What I'd like to do is have the 5th VM running on the laptop join the same 192.168.19.* virtual network and talk to the other 4 machines. Is this something that's possible?
I'd like to see if I can come up with a solution that doesn't involve changing all VMs to use bridged network.