My problem is quite common but I do not have a solution.
I created Virtual Lab with Proxy Appliance. You can see its configuration below:
Code: Select all
Appliance:
Name: Virtual_Lab_tst
Pool name: Virtual Lab tst
Folder name: Virtual Lab tst
Production network name:VM Network
IP: 10.22.34.218
Subnet mask: 255.255.255.192
Default gateway: 10.22.34.193
DNS:
Preferred: 10.22.34.198
Alternate: 10.22.22.3
Network configuration type: Advanced
Network options:
Isolated network: Virtual Lab tst VM Network
Masquerade IP: 10.255.34.192
Appliance IP: 10.22.34.193
DHCP: enabled
DNS: 10.22.34.198
Isolated network: Virtual Lab tst VM Service
Masquerade IP: 10.255.229.0
Appliance IP: 10.22.229.1
DHCP: enabled
DNS: 10.22.34.198
Network mapping:
VM Network --> Virtual Lab tst VM Network
VM Service --> Virtual Lab tst VM Service
Static mapping:
10.22.34.194 --> 10.22.34.228
10.22.229.2 --> 10.22.229.77
My Veeam B&R server and Proxy Appliance is located in 10.22.34.192/26 subnet.
When I start to deploy from backup and test VM with address in 10.22.34.192/26, I have no problem with it: I ping masquerading IP from B&R Server, I can get access to VM by static mapping IP. Ping test is also successful.
But when I deploy VM from second subnet 10.22.229.0/25, I could see it neither by masquerading IP nor by static mapping IP. Ping test fails.
B&R Server routing table during SureBackup Job execution:
Code: Select all
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.22.34.193 10.22.34.232 266
10.22.34.192 255.255.255.192 On-link 10.22.34.232 266
10.22.34.232 255.255.255.255 On-link 10.22.34.232 266
10.22.34.255 255.255.255.255 On-link 10.22.34.232 266
10.255.34.192 255.255.255.192 10.22.34.218 10.22.34.232 11
10.255.229.0 255.255.255.128 10.22.34.218 10.22.34.232 11
Any help, manuals, links is appreciated. Thanks in advance.