0

I have a client that has some data that I need to process. This data is in a closed server that can only be accessed by a Windows Server 2008 server instance, via a specific port on the closed server.

My idea is to create a tunnel that forwards whatever comes from that port to me, although I have no idea of the feasibility of my plan.

  1. Windows Server 2008 instance connects to closed server via socket.
  2. Windows Server 2008 exposes a port that forwards the received data.
  3. I connect to this newly exposed port.

Constraints: I cannot install anything on the Windows Server 2008 instance, so I am left with configuration tweaks and PowerShell scripts.

Is it possible to do this?

I have a lot of experience with Linux servers but none with Windows, I am researching ways to do this, but maybe someone can light the path on what I should look into.

Ansgar Wiechers
  • 193,178
  • 25
  • 254
  • 328
Rodrigo Sasaki
  • 7,048
  • 4
  • 34
  • 49

0 Answers0