What is the name of the domain?
example.com
What is the issue you’re encountering
I have a limitation with the number of Public IP addresses and I want to know if its possible to point 2 URL’s to the same Public IP (On a Firewall) and the traffic for those URL’s go to their 2 different webservers. (the infogram below depicts this) A.com:443 → Pub IP A (On Firewall 1) → server A B.com:443 → Pub IP A (On Firewall 1) → server B Options I’m considering: 1. Create Loadbalancer VIP type rules in CF to translate the port 443 to another port then pass to firewall for NAT? 2. CF Tunnels? 3. Other? I do know about virtual hosts on the webserver and am not looking for this solution.
What feature, service or problem is this related to?
I don’t know