Score:0

Server is making connection to itself?

tf flag

I am often doing netstat analysis, and checking for number of connections to my servers. However, what is confusing me that all is normal, but my server by itself is making the most connections.

When I type

netstat -ntu | awk '{print $ 5}' | cut -d: -f1 | sort | uniq -c | sort -n

I get for example:

 2 78.1.132.228
 3 31.233.341.240
 5 62.182.82.131
7 82.183.191.195
8 125.152.35.161

1512 81.93.123.111

What is weird the latest one, the IP is my local IP, server on which I am doing netstat. How is this possible that server is connected to itself?

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.