简体   繁体   中英

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?

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. 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. You can use this metric to understand TCP connection attempts to your service.

Refer: Standard load balancer diagnostics with metrics, alerts, and resource health

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM