简体   繁体   English

检查 IP 是否命中 Azure 负载均衡器

[英]Check IP's hitting Azure load balancer

Is there a way to see the incoming packets and their incoming IP address that are hitting the Azure standard load balancer?有没有办法查看到达 Azure 标准负载均衡器的传入数据包及其传入的 IP 地址?

I am trying to do some checks and collect the log records.我正在尝试做一些检查并收集日志记录。

Regards, Marvin Lee问候, 马文·李

As such there is no tool available in Azure which can allow you to see the incoming IP address in Standard Load Balancer.因此,Azure 中没有可用的工具可以让您在标准负载均衡器中查看传入的 IP 地址。 You need to handle such request programmatically.您需要以编程方式处理此类请求。

Alternatively, you can use SYN packets metric which describes the volume of TCP SYN packets, which have arrived or were sent for outbound flows that are associated with a specific front end.或者,您可以使用SYN 数据包指标,它描述了 TCP SYN 数据包的数量,这些数据包已到达或已发送给与特定前端关联的出站流。 You can use this metric to understand TCP connection attempts to your service.您可以使用此指标了解 TCP 次连接尝试。

Refer: Standard load balancer diagnostics with metrics, alerts, and resource health参考: 具有指标、警报和资源运行状况的标准负载均衡器诊断

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

相关问题 GCP 负载均衡器不会将它自己的 ip 重定向到域 - GCP load balancer does not redirect it's own ip to domain 这些 IP 来自 Google 的 Cloud Load Balancer,是否正常? - Are these IP from Google's Cloud Load Balancer and if it is normal? 如何按域、域的 IP 或 GKE 入口 IP 限制 GCP 负载均衡器访问? - How do I restrict GCP load balancer access by domain, domain's IP or GKE ingress IP? 谷歌云 HTTP 没有外部负载均衡器健康检查失败 IP - Google Cloud HTTP Load Balancer Health Check Fails Without An External IP 设置 AKS 集群 Static IP、负载均衡器和 Ingress Controller 的正确方法是什么? - What's the correct way to setup AKS cluster Static IP, Load Balancer and Ingress Controller? Terraform Azure AKS 内部负载均衡器 - Terraform Azure AKS internal load balancer terraform output Google Kubernetes 集群入口负载均衡器 Z957B527BCFBAD3E380F58ZD2068 - terraform output Google Kubernetes cluster inggress load balancer ip Flask 不适用于 Kube.netes (GKE) 负载均衡器 IP 地址 - Flask not working on Kubernetes (GKE) Load balancer IP address Azure VM 规模集无法通过 Azure 负载均衡器访问 - Azure VM Scale Set not accessible through Azure Load Balancer GCP HTTP/S 负载平衡器路由规则 - GCP HTTP/S Load Balancer Routing Rules
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM