Something i noticed today is that on a litespeed web server setup when i try to see the ips connected to the server i get :
:~$ ss -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr
147 serverip.123
22 127.0.0.1
13 10.169.0.146
5 10.169.0.128
3 10.169.0.120
3 10.169.0.114
2 10.169.0.76
2 10.169.0.134
2 [
1 Local
1 10.169.0.94
1 10.169.0.58
1 10.169.0.144
1 10.169.0.142
1 10.169.0.118
1 10.169.0.108
and non public ips, i did add headers show ip trusted for the server ip but nothing changed, that doesnt look normal to me :/