I have been using netstat 1.42 without any problem but yesterday I installed a fresh VPS and when I try to set commands netstat does not show anything.
I use this command to see all active TCP connections:
netstat -tn 2>/dev/null | grep :80| awk '{print $5}' | cut -d: -f1 | sort | uniq | sort -nr | paste -sd, -
When I check the version I see the version 2.10-alpha. How do I change to the 1.42 version or what has changed on this new version?
I'm new in this