Hello,
I am having issues network connectivity issues with my VMs. Here is the setup. I have 2 VMs running on the host. The plan is to have these two VMs in their own separate VLAN, VLAN 100. The address space for this VLAN is 10.10.100.x, while the rest of the network, including the host, is 192.168.1.x space. I have set up my router to be the default gateway for this VLAN at 10.10.100.1 and created an external vSwitch with the VLAN box checked with VLAN 100. I have also gone into both VMs and, under Network Adapter settings, selected the vSwitch I created with the VLAN selected. As it stands, my VMs cannot talk to each other and their default gateway, even if they are all on the same subnet. The host is still on the 192.168.1.x space and I could ping it and remote into it from my laptop at .147. Every ping from a VM comes back with a destination unreachable message from the VM itself(loopback address is an exception). I wonder if there are other things I need to do to get the VMs to talk to each other and the internet, other than setting up the vSwitch.
I have disabled the firewalls on both VMs and the host.
I really appreciate any help you can provide.