I'm having a surebackup-job, which fails since I've upgraded to v12. There is a vm which has two network adapters. The "primary" adapter responds to the ping, the "secondary" not. Some tests need to be done on the secondary interface, some on the primary.
Until 11, when I used the variable %vm_ip%, it used the primary IP, but now it uses the secondary, hence the tests will fail. Is my assumption correct that the following line in the Job.log shows us the masquarade-IP of the %vm_ip%?
How is the IP of %vm_ip% obtained, how was that in v11 and is there a way to do some tricks on it?Subnetwork - [172.17.254.0], subnet mask - [255.255.255.0], VM external IP - [172.17.254.1]
Thanks!