Hi
I'm not sure if this is the right forum but I ran this netstat command to see a list of IP connections of my server. There's a bunch of 1 connected IPs which I removed but I am seeing 54 connections from 0.0.0.0.
I've not seen this before.
Does anyone know what 0.0.0.0 is?
I'm not sure if this is the right forum but I ran this netstat command to see a list of IP connections of my server. There's a bunch of 1 connected IPs which I removed but I am seeing 54 connections from 0.0.0.0.
I've not seen this before.
Does anyone know what 0.0.0.0 is?
Code:
[[email protected] ~]# netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
1 BUNCH OF IPs
9 127.0.0.1
25
27 IP HERE
54 0.0.0.0