1) Hyper-v Job #1 backs up vm's on Hyper-v 1 host with host IP of 192.168.100.1 using on-host proxy mode
2) Hyper-v Job #2 backs up vm's on Hyper-v 2 host with host IP of 192.168.100.2 using on-host proxy mode
3) Repository Server has 2 x 1Gbps nics with IP's of 192.168.100.3 and 192.168.100.4
4) Cannot use lacp or any type of load balancing
5) You start Hyper-v Job #1 and it uses repo nic 192.168.100.3
6) 5 minutes later you start Hyper-v Job #2. Which repo nic will it use - 192.168.100.3 or 192.168.100.4?
And if there isn't a way for Veeam to load balance across the 2 Repo nics because it is done at a windows level, can routes be added like below? If so, what servers do the routes need to be created on and is this syntax correct?
route -p add 192.168.100.1 mask 255.255.255.255 gw 192.168.100.3 if 1 #Make Hyper-v Host 1 choose repo interface 1
route -p add 192.168.100.2 mask 255.255.255.255 gw 192.168.100.4 if 2 #Make Hyper-v Host 2 choose repo interface 2
Future test question?

Collin