I have a webservice exposed to the LAN. I have Virtual Machines on this network that I allow external access through Citrix.
From the remoting PC, I need the ability to pivot that connection to port forward the webservice allowing me to access the API. Currently, it is possible to access the webserver like so:
Dev PC --> VM (RDP) --> Webserver
I need to use this connection so I can connect to it like so where -->
represents the connection through the VM rather than physically on the VM:
Dev PC --> Webserver
What I have tried:
I have added an entry to my Dev PC hosts
file pointing at the LAN IPV4 of the webserver like so:
some.webserver.local 10.10.13.3
I am now reading the Citrix documentation on the gateway connection but cannot find any information on how to make this possible.
Has anyone done this before and knows the solution? Any help apprecicated