Centos8 Cloudstack 4.15 Hypervisor KVM This is a drawing of what I’m trying to do
https://ibb.co/pKvzhHj I have different domain names that I want assigned to instances IP ports In the DNS, I put one public IP address that I have from ISP 209.150.X.X, The cloudstack Virtual Router is at 192.168.1.86 Then in my home router I forward traffic from 209.150.X.X port 80 and 443 to the cloudstack virtual router at 192.168.1.86 also port 80 and 443 from 209.150.X.X :80 to 192.168.1.86 :80 from 209.150.X.X :443 to 192.168.1.86 :443 How do I engage the virtual router to forward that traffic at respective instances IP Ports? ACS Virtual Router Details: https://ibb.co/1Jr2DZT In other words, I need to know how to do port forwarding in the virtual router I have Basic Network with Security Groups, I use Ingress Rules to allow incoming traffic in the Instances For example: example.com to instance IP : 192.168.1.85:8080 another.com to instance IP : 192.168.1.91:8443 I can ssh inside the Virtual Router VM, I just need to know what I should do! I was thinking on installing NGINX as a proxy on the ACS virtual router VM to forward the traffic it is receiving to Instances, but i’m not sure if that will work. Thank you!
