NLB Health check failing with network firewall

0

I have a NLB with target grouping to EC2 instances, this setup works fine. When I make my route table route the traffic to the firewall endpoint I can see the traffic being filtered by the firewall, but the health checks of the NLB starts failing.

There is no DROP in the firewall, the current rule allows ANY TCP traffic in ANY port.
It does not make sense to me only the health check fail, .

2回答
3

Hi,

Please look at my solution it will be helpful for you.

Health Check Configuration: the NLB health check configuration matches the protocol and port that your application is listening on. If your application is using TCP, ensure that the health check protocol is set to TCP and the port matches the port your application is listening on.

Firewall Configuration: While the firewall rule may allow any TCP traffic, there could still be some specific configurations or limitations within the firewall that affect the NLB health checks. Check for any rules or settings that might interfere with the NLB health checks, such as deep packet inspection or application layer filtering.

Firewall Logging: Enable logging on the firewall to monitor traffic passing through it. Check the logs for any indications of why the health checks might be failing. Look for any denied or rejected connections that might provide insights into the issue.

NLB Target Configuration: Ensure that the NLB target group is correctly configured to route traffic to the appropriate instances and that the instances are healthy. Check the target group settings, instance health status, and make sure that the instances are properly registered with the target group.

Security Groups and Network ACLs: Verify that the security groups and network ACLs associated with your NLB, instances, and firewall allow traffic to flow between them without any restrictions. Ensure that the necessary ports and protocols are open for communication.

回答済み 23日前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ