NATing on proxy seems to be black magic or I've still a fundamental misunderstanding.
I now created a dedicated VL for all SB jobs of one cluster. VL proxy is in same VLAN/Subnet as VBR server.
I've mapped networks like this
VLAN ID Distributed Switch Subnet GW VL Mask VL Network VL Masq
5 cluster03_dvs01 10.24.2.0/23 10.24.2.1 255.255.0.0 10.24.0.0/16 10.254.C.D
11 cluster03_dvs01 10.11.0.0/16 10.11.8.1 255.255.128.0 10.11.0.0/16 10.255.128.D
98 cluster03_dvs01 10.24.100.0/22 10.24.100.1 255.255.224.0 10.24.96.0/19 10.255.160.D
100 cluster03_dvs01 10.1.0.0/16 10.1.0.1 255.255.240.0 10.1.0.0/20 10.255.240.D
182 icluster03_dvs01 10.24.72.0/23 10.24.72.1 255.255.248.0 10.24.72.0/21 10.255.248.D
All VMs in the SB job fail with something like "Warning Network adapter 1: IP address 10.11.3.9, failed - destination host unreachable"
24.12.2025 12:09:08 Updating virtual lab parameters
24.12.2025 12:09:07 IP address 10.254.2.119, network '10.254.0.0', mask '255.255.0.0', gateway 10.11.5.171
24.12.2025 12:09:08 Summary: OS booted up successfully
24.12.2025 12:09:09 Heartbeat test
24.12.2025 12:09:09 Heartbeat status: green
24.12.2025 12:09:09 Results: heartbeat is green, passed
24.12.2025 12:09:09 Summary: 100% total pass rate
24.12.2025 12:09:09 Running ping test(s)
24.12.2025 12:09:10 Network adapter 1: name cluster03_dvs01_vlan5, usable
24.12.2025 12:09:38 Warning Network adapter 1: IP address 10.24.2.119, failed - destination host unreachable
24.12.2025 12:09:38 Warning No successful ping(s), waiting for maximum boot time...
Example for a Linux VM with production IP 10.24.2.119
- in vCenter I see that the started VM has the correct IP 10.24.2.119
- from VBR server I can reach VL proxy production IP 10.11.5.171. Routes are there.
10.254.0.0 255.255.0.0 10.11.5.171 10.11.38.20 16
10.255.128.0 255.255.128.0 10.11.5.171 10.11.38.20 16
10.255.160.0 255.255.224.0 10.11.5.171 10.11.38.20 16
10.255.240.0 255.255.240.0 10.11.5.171 10.11.38.20 16
10.255.248.0 255.255.248.0 10.11.5.171 10.11.38.20 16
- from VBR server traceroute is not passing proxy to reach NATed destination IP 10.254.2.119 of VM, but it is using the proxy as gw (10.11.5.171)
# tracert 10.254.2.119
Tracing route to 10.254.2.119 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms sdes0671 [10.11.5.171]
2 <1 ms <1 ms <1 ms 10.254.2.119
3 10.254.2.119 reports: Destination host unreachable.
- I loggend in with vSphere console to the VM with IP 10.24.2.119. It has gw 10.24.2.1 set (static config) _and_ it can reach it.
That's where I'm lost. Proxy is reachable from prod and from the VM is isolation network. But somehow NAT is not working. Is there any way to login to appliance proxy with SSH to check? I'm pretty sure I did this years ago, but ssh port is disabled.