NAT or loadbalancer to redirect an endopoint on a VM

Copper Contributor

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?

0 Replies