Hi,
I have a IBM server that I've installed ESXi 6.7.0 on. I have been deploying VM from template. This virtual machine is Windows Server 2016 with 6 interfaces acting for specific networks. Network Adapter 1 : VLAN20 , Network Adapter 2 :VLAN30 , Network Adapter 3 :VLAN40 , Network Adapter 4: VLAN50 ,Network Adapter 5 :VLAN60 and so on.
They both need individual IP addresses so other VM machines could access them on same ESX machine.
My environment :
They are set for different virtual networks under the same switch. (vSwitch0) Standard Switch
Virtual Networks:
VLAN20 , VLAN30 , VLAN40 , VLAN50 , VLAN60 , VLAN70 , VLAN80
My question is : I need static route for each network on Guest OS with multiple NICs? the moral of the story , I have 4 VMs like below. I am using L3 switch.
Do I have to define static route for each network on VM A with multiple NICs? So like you said , I want the NICs that are on different VLANs to talk to one another.
e.g static route :
route add 172.100.10.0 MASK 255.255.255.0 172.100.10.254
VM A : (3 NIC inside Guest OS)
1 NIC : 10.100.100.10 2 NIC : 172.100.10.103 NIC : 192.168.100.10
VM B : only 1 NIC
10.100.100.11
VM C : only 1 NIC
172.100.10.11
VM D : only 1 NIC
192.168.100.11