Is it possible to reroute traffic from one IP/PORT to another in Server 2008? We host game servers, and I was tinkering with the idea of offering our clients an extra IP address, but reroute the connections to the IP that their server is actually running on.
Would something like this be possible?
In most circumstances (not all), IP/port forwarding is handled by the firewall, unless you're using RRAS...
What you are looking for is probably port forwarding which can be accomplished using the "netsh interface portproxy" command in Windows Server 2008.
A blogpost with an example can be found here, further information on the netsh interface portproxy command is part of the Windows Server documentation.