I have a contractor is using a Windows PC that is outside the corporate network. However, we allow connections via the firewall to certain hosts/ports. Telnet/23 from the contractor's PC to a specific AS400 (iSeries) server is not allowed.
I want to create a pair of SSH tunnels using a Linux box inside the corporate network.
Here is my proposed setup:
OutsideWindowsPC <-> { Internet } <-> InsideLinuxServer <-> InsideAS400Server
We can grant access to certain ports on the Linux server inside the corporate network.
I know it possible to do this, but I cannot stitch the complete solution myself. To be safe, the solution needs to be scalable to about 10 contractors each with their own PC.
In the end, we want to telnet/23 from the contractor's Windows PC to the AS400 server on the corporate network.
Finally, I realise in an ideal world, we would tunnel directly to the AS400 server, or use a secure protocol to connect to the AS400 server. However, politics prevents this type of solution!