I have the following problem
I have a network interface on Windows2003 with two IPs.
I have an application on that server that uses IP IP_A, I want to force that same application to always use IP IP_B when connecting to a specific range/single IP.
I have tried to force routing like this
route add single_ip_I_want_to_force IP_B
Of course to no avail.
I have a network interface on Windows2003 with two IPs.
I have an application on that server that uses IP IP_A, I want to force that same application to always use IP IP_B when connecting to a specific range/single IP.
I have tried to force routing like this
route add single_ip_I_want_to_force IP_B
Of course to no avail.
Comment