I have a question about backing up a Linux VM with Oracle installed.
When backing up the Oracle archive logs for a Linux VM, I first make an ssh connection from the Veeam server to Linux.
I understand that the runtime process is deployed to Linux after the ssh connection is successful.
https://helpcenter.veeam.com/docs/backu ... ml?ver=100
I'm interested in this ssh connection.

For example, suppose a Linux VM has the following two IP addresses
IP Address A : 192.168.0.20
IP Address B : 10.172.10.20
In the log, you will see the following output in the task log.
The IP addresses are listed as [192.168.0.20, 10.172.10.20] and the connection test is done from IP address A and the ssh connection is successful.
====
[02.10.2020 02:36:40] <39> Info [Ssh] Creating new cached connection bb66029a-f75f-46f4-850c-4183ed00c3c5 [host: 'xxxx', port: 22, elevation to root: 'no', autoSudo: no, use su if sudo fails: no, host name: xxxx, IPs: [192.168.0.20, 10.172.10.20], AuthenticationData: [UserName: root, AuthTypes: [PublicKey]]].
[02.10.2020 02:36:40] <39> Info [Ssh] Creating SSH connection bb66029a-f75f-46f4-850c-4183ed00c3c5 to server xxxx
[02.10.2020 02:36:40] <39> Info Creating Granados SSH connection 'bb66029a-f75f-46f4-850c-4183ed00c3c5' (unknown protocol)
[02.10.2020 02:36:40] <39> Info [Ssh] logon, host: 'xxxx', port: 22, elevation to root: 'no', autoSudo: no, use su if sudo fails: no, host name:xxxx, IPs: [192.168.0.20, 10.172.10.20], AuthenticationData: [UserName: root, AuthTypes: [PublicKey]]
[02.10.2020 02:36:40] <39> Info [Ssh] Granados 'bb66029a-f75f-46f4-850c-4183ed00c3c5' connected to xxxx. Session: [SSH Session; Local: ; Remote: ]
[02.10.2020 02:36:40] <39> Info [Ssh] Connected to xxxx.
====
Can I specify the order of the IP addresses like this [192.168.0.20, 10.172.10.20]?
For example, I would like to know how to always run ssh connections from IP address B.
Veeam has a setting called Prefferd Network, but I don't think this setting has any effect on ssh connections to Linux VMs because it is a setting that determines priority in communication between Veeam components.
I don't think you can prioritize the IP address of the ssh connection with this setting because the runtime process is deployed after the ssh connection is made.
https://helpcenter.veeam.com/docs/backu ... ml?ver=100
I would like someone to give me some advice.

Kind Regards,
Asahi,
Climb Inc.