GCP HTTP负载平衡器打开许多端口

发布于 2025-02-11 10:59:06 字数 123 浏览 2 评论 0 原文

我发现在我的HTTP负载平衡器IP地址中打开了许多端口。但是它应该仅在80、443和8080开放

。 >文档,他们确实解释了一些观点,为什么运行端口扫描没有用。

但是我想知道理解基本建筑的深刻理由。

I found that many ports are opened in my HTTP Load Balancer IP address. But It should be only opened at 80, 443, and 8080.

I've read the docs, and they do explain some views why running a port scan is not useful.

But I would like to know the deep reason for understanding the fundamental architecture.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

脸赞 2025-02-18 10:59:06

有两种类型的全局负载平衡器:

  • 全局HTTP(S)负载平衡器-L7
  • 全局TCP/SSL代理负载均衡器-L4

两个负载平衡器都使用GFE代理将客户端的流量代理到后端应用程序。 为Google APIS流量共享,以及GCLB流量以及GCLB流量。 So in the port scan, it would establish and respond to TCP connection.但是,如果负载平衡器的VIP:端口号与目标IP:端口不匹配,则流量将不会转发到其后端,并且该应用程序不会面临任何安全风险。

There are two types of global Load balancers:

  • Global HTTP(S) Load balancer - L7
  • Global TCP/SSL proxy Load Balancer - L4

Both load balancers use GFE Proxies to proxy client's traffic to the backend application. GFE proxies are distributed around the world and are shared for Google APIs traffic as well as GCLB traffic. So in the port scan, it would establish and respond to TCP connection. However, if the Load balancer's VIP:Port number does not match with the Destination IP:Port, the traffic will not be forwarded to their backend and the application does not face any security risk.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文