I have a custom windows service installed on both of my nodes (Active-Passive) in Windows Server 2012 R2 servers. This service is hosted in an port 3001 in both the nodes. I have IIS in both nodes hosted in Port 80. For examples nodes are xxx1 and xxx2 and cluster name is xxx
When i request a web site site through the cluster name http://xxx/abc/....aspx request is going to current active node xxx1. Everything works fine.
where xxx is the hostname not ip address
I have an external service which need to call the custom service in the active node.But it can call only through ip address. If i call the service through ip address of xxx:3001 request is not going to active node. More over i dont have ip address of xxx1 and xxx2 also. How do i call the active node through the ip address of cluster ip....