Run backups through specific NIC
I have two NICs configured in vmProtect. One is on a private vswitch with a gigabit connection.
I would like to run backups on this network only so that it's faster.
Is there a way to prioritise what NICs are used to backup the VMs?

- Log in to post comments

Hi!
The management network is used by appliance to perform Run VM from Backup operations and also for management traffic between the host and the appliance (getting infrastructure details, list of VMs, disks, etc.). You can ensure that the traffic goes through specific interface via 'route add' command executed from appliance console (to switch to console go to Appliance GUI, then press Ctrl+Shift+Alt+Space+F1, then Alt+F2). Please check the examples at http://www.cyberciti.biz/faq/linux-route-add/ .
In case you have different IP addresses for your networks, for example 192.168.x.x and 10.0.x.x then it is sufficient to define the backup location via IP address, i.e. \\10.0.x.x\share and there is no need to define the routes manually. The traffic will go through the interface connected to 10.0.x.x network (regardless of gateway settings, if you address the same subnet of course).
To verify you can check the performance tab of the appliance in vSphere client -> check the network interfaces activity.
Thank you.
--
Best regards,
Vasily
Acronis Virtualization Program Manager
- Log in to post comments