Hi
I have 2 new servers with both having 2 NICs.
They both are DHCP connected for Public Network and working well. Public Network is a 100Mbps link.
I now want to configure a backup network so when backups are done or live migrations its done via the 1GBps link.
I see people mention a gateway should be used but what gateway. The company I got the servers from only provides a gateway fro public network.
So here are the information
Server 1
NIC1 - Public - Internet
NIC2 - Backup Network
10.0.0.10
255.255.255.0
Server 2
NIC1 - Public - Internet
NIC2 - Backup Network
10.0.0.11
255.255.255.0
Now when I got to \\10.0.0.11\c$ from Server1. Then it connects fine and I can transfer files but it goes over the Public Network at 10MB/s and not the Backup Network at 100MB/s which is what I want. If I however disable the Public NIC and then try copying the file it works perfectly.
Not sure what I am doing wrong.