简体   繁体   English

负载均衡器背后的服务器到服务器通信

[英]Server to server Communication behind a load balancer

I have two IIS servers sitting behind a load balancer. 我有两个位于负载平衡器后面的IIS服务器。 And my application's DNS is app.domain.com. 我的应用程序的DNS是app.domain.com。 I should have a way to communicate from one server to other server without touching load balancer. 我应该有一种方法可以从一台服务器与另一台服务器进行通信,而无需接触负载平衡器。 Application in both servers is listening to port 80. Also I have more than one application deployed in same port in these servers. 两台服务器中的应用程序都在侦听端口80。此外,我在这些服务器的同一端口中部署了多个应用程序。 How can I refer to (URL) to individual servers without using DNS. 如何在不使用DNS的情况下引用(URL)到各个服务器。

使用带有HOST标头的IP:port可以区分每个节点中的多个应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 服务器关闭负载均衡器时REST API随机404错误 - REST API random 404 error when a server is down on load balancer 在负载平衡器之后进行MVC HTTPS重定向 - MVC HTTPS redirection when behind a load balancer iis 与 http 中的服务器到服务器通信 - Server to server communication in iis with http 有没有人让 OQTANE 在 AWS 应用程序负载均衡器后面工作 - Has anyone gotten OQTANE to work behind an AWS Application Load Balancer Web部署到AWS Elastic Load Balancer后面的EC2实例 - Web Deploy to EC2 instances behind AWS Elastic Load Balancer Terraform 在公共负载均衡器后面配置 azure windows vmss - Terraform provisioning azure windows vmss behind a public load balancer Java客户端通过F5 BIG-IP负载平衡器与IIS服务器进行SSL握手时收到“连接重置” - Java client receives “connection reset” during SSL handshake with IIS server via F5 BIG-IP load balancer 部署在负载均衡器后面时,无法解密Anti-Fogery令牌 - Anti-Fogery token cannot be decrypted when deployed behind a load balancer 在 AWS 弹性负载均衡器后面时无法使 IIS ipsecurity 正常工作 - Cannot get IIS ipsecurity working when behind a AWS Elastic load balancer 重定向到AWS负载均衡器后面的IIS上的HTTPS在IE中不起作用 - Redirect to HTTPS on IIS behind an AWS Load balancer doesn't work in IE
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM