I added a 10GB NIC to a SQL server which is connected over to a backend storage using ISCSI. I would like to force traffic going to a certain IP address/host to use the 10gb NIC, while all other traffic should continue to use the 1GB NIC.
The 10gb nic is configured using a private network. So far I have added a entry in the host file to the host I want to go over the private network and when I ping the host, it does return the private IP, but I'm still finding traffic going to the 1gb pipe.
How can I force all traffic to this host to use the 10gb interface? Would the best approach be a static route?
route print
Dest NetMask Gw Interface Metric
0.0.0.0 0.0.0.0 160.205.31.254 160.205.31.26 266
0.0.0.0 0.0.0.0 160.205.31.254 172.31.33.72 266
10gb NIC
IP 172.31.33.72
mask 255.255.255.255.0
GW 160.205.31.254
1gb NIC
IP 160.205.31.26
mask 255.255.255.0
gw 160.205.31.254
I want all traffic to 160.205.32.16 to use out the 10GB NIC.