I would like to build a server that when it gets a message on a specific port it will "forward" that message to another port. I.e. "Server1" listens on port 10000. When it gets data on port 10000 it will forward the data to "Server2" listening on port 15000. Edgar