Skip to content

network load balncer

0

im unable to see any output while using curl -sL command when i enter my private server ip but when i give other site its giving outputEnter image description here

asked 3 years ago383 views
2 Answers
0

This troubleshooting document might be of help.

For example, a connection might timeout if 172.25.1.73 is as well the target of your NLB (172.25.5.235), and if the IP preservation is enabled, which is so-called hairpinning mentioned in this paragraph.

Meanwhile, consider adding -v to the curl command so you get to know more details for further troubleshooting.

AWS
answered 3 years ago
0

To confirm, you are accessing your EC2's and not an NLB as you mention private server IP?

Ensure your security groups allows access from your IP to port 80

EXPERT
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.