I need to forward traffic coming in to a server from a public IP over a specific port (port 7575) to another public IP address on (preferably) the same port. I am using Windows Server 2008 R2 on the "old" server.
Example:
[rem device] 1.2.3.4:7575 => [Old Svr] 6.7.8.9:7575 => [New Svr] 10.11.12.13:7575
I have a field device configured to communicate data to a specific IP where our server software has been receiving and processing the data. Unfortunately, I cannot change the device configuration remotely, and it will be some time before I can get to it directly to make the change.
The issue is that the processing server software is moving to a new server with different networks, in different geographic locations, and a different public IP. I need the "old" server to forward the incoming packets on port 7575 to the new IP:7575.
In researching to solve this issue, I have found many examples of forwarding traffic between different subnets where the server has a NIC on each network. This is not the case in this scenario.
I have installed the Routing and Remote Access role to the old Win2K8 server in hopes of gaining the capability to do what I need. I have also been through the Windows Firewall with Adv. Security looking for this option. It may be that one or the other of these programs will do what is needed, but I have been unable to figure out the right combination of rules/policies to accomplish my goal.