netcat over ping

08-06-25

%

When ping fails netcat comes to the rescue.

Instead of:

$ ping aemos:5008
ping: cannot resolve aemos:5008: Unknown host

Run:

$ nc -zv aemos 5008
Connection to aemos port 5008 [tcp/synapsis-edge] succeeded!

- [ netcatval]

all snippets