So here is my problem.
I have 2 vCD Cells that will eventually be used as a load balanced pair. But I am running into a problem both when they are load balanced and when I test the senario using host file entires.
Here are the variabled to consider.
Portal url: vcloud.domain.com
Con Proxy : vcloud-con.domain.com
Cell 1:
Portal IP: 172.0.0.11
Console: 172.0.0.12
Cell 2:
Portal IP: 172.0.0.13
Console: 172.0.0.14
The issue I have is when I connect to the Portal of one of the cells and attempt to open the console to a VM, the Console of the other cell (Which I have set in my host file) fails to open the connection and shows as disconnected.
Host file example for the above.
172.0.0.12 vcloud.domain.com
172.0.0.14 vcloud-con.domain.com
When I set the host file to connect tot the same cell everything is fine.
I have checked my ntp settings on my cells and both are good.
I have checked the public addresses and I have them set as follows...
Public URL: https://vcloud.domain.com/clous/
Public Con Proxy addr: vcloud-con.domain.com
REST API URL: https://vcloud.domain.com
Why am I not able to connect to the portal of one cell and not vmrc to another cell?
Thanks
JKasal