Hardening server, coincashew

You can check you current connections with a sorted list. Change the relay node port number, if needed.

This command: sudo netstat -enp | grep “:6000” | awk {‘print $5’} | cut -d ‘:’ -f 1 | sort | uniq -c | sort

promt says : command not found.

Why is it not working?

Best regards,

Because its probably not installed.

sudo apt install net-tools

1 Like

Thank you, that was it.

Best regards,