Forum Discussion
jtobelem
Feb 16, 2021Copper Contributor
NAT or loadbalancer to redirect an endopoint on a VM
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?
No RepliesBe the first to reply