Situation:
Veeam backup jobs based on vSphere clusters. Clusters include VMs connected to different VLANs / IP subnets (4...
Code: Select all
Name VLAN Prod Subnet Prod Subnet Maks Prod GW
cluster28_dvs01_vlan5 5 10.24.2.0/23 255.255.254.0 10.24.2.1
cluster28_dvs01_vlan11 11 10.11.0.0/16 255.255.0.0 10.11.8.1
cluster28_dvs01_vlan98 98 10.24.100.0/22 255.255.252.0 10.24.100.1
cluster28_dvs01_vlan100 100 10.1.0.0/16 255.255.0.0 10.1.8.1
cluster28_dvs01_vlan181 181 10.24.70.0/23 255.255.254.0 10.24.70.1
cluster28_dvs01_vlan182 182 10.24.72.0/23 255.255.254.0 10.24.72.1From L2 support I now got following feedback
This confirms my observation on VL appliance where tcpdump shows that packages are not routed the right way (time exceeded).These two networks have part of IP addresses overlap so during the tests Virtual lab VM cannot correctly complete the routing and fails to reach the tested VM.
The only workaround here is to create another Virtual lab and SureBackup job to process VMs from the overlapped network.
Can someone confirm this limitation - or provide me information how to implement it? Because if this is a hard limitation, I can stop trying to implement SB for our larger clusters, which all look similar to this regarding VM networks. I don't see how implementing a dedicated VL for each VLAN should work as VLANs in clusters are mixed.
In general I had multiple issues and got errors in settings up the networking part in VL. Support was not able to explain all the errors I got, even the ones that occurred during a remote session (like vNIC with such a masquerade network address already exists - but it did not exist). Nobody could really explain how to setup multiple masq networks properly.