Centos8 Cloudstack: 4.15 Hypervisor: KVM I have different domain names that I want to be assigned to instances IP ports
In the DNS, I put one public IP address that I have from the ISP 209.X.X.X, The cloudstack Virtual Router is at 192.168.1.86 Then in my home router, I forward traffic from 209.X.X.X port 80 and 443 to the cloudstack virtual router at 192.168.1.86 also port 80 and 443 from 209.X.X.X :80 to 192.168.1.86 :80 from 209.X.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? 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! Thank you! Regards
