I'm using AWS Elastic Load Balancing (ELB)
in front of 2 Linux Web Servers. But (based on my requirement) i need to know the Real IPs from the Web Servers' perspective, especially when i use netstat
.
I need to know the number of incoming connections from each IPs (from NETSTAT), as in real time. So basically in Linux (without ELB in front), below netstat
command perfectly works:
netstat -tn 2>/dev/null | grep :80
But now i can only see the internal IP(s) of the ELB; which is making the whole thing quite difficult.
What is the solution for this please? Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…