Netcat

Netcat is a super simple but very versatile way to test basic network connectivity. The nc man page says it best:

The nc (or netcat) utility is used for just about anything under the sun involving TCP or UDP. It can open TCP connections, send UDP packets, listen on arbitrary …

Read more...