Host Websites on Virtual IP VMs

  • Thread starter Thread starter musaulker
  • Start date Start date
M

musaulker

Guest
Hello,

I have a server proxmox installed. I have VMs with virtual ips like 100.100.100.5, 100.100.100.10 etc

I want to host my domains on those virtual machines.

For example www.abc.com will be hosted on 100.100.100.5 ip VM.

How should I configure my servers? Its not clear for me..

I don't want to use Real IPs for my VMs at this point. My proxmox host has a real ip of course..

So how can forward all requests coming to abc.com to my virtual ip 100.100.100.5 ?

P.S. I don't want to forward only http request. I can forward with reverse proxy like nginx all HTTP request from my proxmox host to 100.100.100.5
But I want to forward all connections all ports coming to abc.com to vm? Like SSH, like HTTP/HTTPS, like UDP ports etc etc?