Feb 16 2021
01:22 AM
- last edited on
Mar 05 2024
01:07 PM
by
TechCommunityAP
Feb 16 2021
01:22 AM
- last edited on
Mar 05 2024
01:07 PM
by
TechCommunityAP
I have an azure VM on Ubuntu server with and a jupyter server running on it with an url like : http://XXX.westeurope.cloudapp.azure.com:8888/tree? (I have opened the port 8888 on azure).
From a professional network that uses a proxy, the addresses containing port numbers are filtered.
I would like to make a redirection so that my target address would be :
http://XXX.westeurope.cloudapp.azure.com/jupyter
and it will redirects internally to http://XXX.westeurope.cloudapp.azure.com:8888/tree?
How to set up this redirection? Should I use a loadbalancer? a NAT?