I came onto a project which has two ESXi hosts, they are both on the same network. The one that is working is ESXi 5.5, the one not working (network wise) is running ESXi 6.0, unfortuantely I have about 0 network experience and I believe the issue is with the network setup. The host that is working is connected to the main switch on the LAN, which is trunked to another switch that the 6.0 host is connected too. I am using the NIC that is connected to a port assigned for VLAN 5, which the working host is on. When testing the network I can't ping or resolve the hostname. I am trying to use the main switch (The one that the host is not direct connected too) as the default gateway.
For instance
Host 1 (working host) VLAN 5 IP 192.168.5.4 Subnet 255.255.255.0 Gateway 192.168.5.1 DNS 192.168.5.200
Host 2 (Not working) VLAN 5 IP 192.168.5.5 Subnet 255.255.255.0 Gateway 192.168.5.1 DNS 192.168.5.200
The switch that host 2 is connected to also connects to other NIC's on Host 1 as a control switch.
Unless the port that I am using isn't actually on VLAN 5 I'm not sure why it isn't working. And thats about the extent of my networking knowledge.
Any help and good suggestions on learning VM networking would be apprecieated.