sorry if the question has already been asked but cannot find an answer for my usecase.
The problem:
we have a server in a datacenter colocation, this server is connected to the DC network and has access to two IPs, one (10.8.x.x) that is only accessible if AT the datacenter or through the VPN they provided. they also provided us with a public IP 185.18.x.x and this one has access to the internet.
on this server i have installed proxmox, to separate the server into VMs for the different services we're going to host. the goal is to have all VMs be able to access the internet but only one of them will have an NGINX proxy to forward the HTTP requests to the appropriate VM.
bonus point if i can get to SSH to the VMs.
basically trying to make my own sub-network with the IP i'm given.
can anyone please give me a some advice on if it's doable and some advice on stuff to research or some kind of answer ? thank you all !