<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br><br></div><div><br>On May 28, 2015, at 15:44, Jeff Frontz &lt;<a href="mailto:jeff.frontz@gmail.com">jeff.frontz@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">I'm not quite sure what -z does (does it actually do a connect or just some subset of the TCP connection setup?), </div></div></blockquote><div><br></div><div><span style="background-color: rgba(255, 255, 255, 0);">Yep. -z is a TCP half-open. &nbsp;Sends SYN, waits for SYNACK and then quits. &nbsp;Makes it super easy (and scriptable) to test basic connectivity and catch firewall, service not running etc issues.</span></div><div><br></div><div>It is a much better version of what I often hear referred to as the "telnet test"</div><br><blockquote type="cite"><div><div dir="ltr">but is&nbsp;"traceroute -T -p 80 some host" roughly equivalent?</div></div></blockquote><div><br></div><div>Good thought but it does not appear so. &nbsp;That command is successful regardless of which port I try, including ones known not to be listening. &nbsp;It should fail with connection refused or at least exit non-zero. I'm not really sure what the port flag is doing - sending some kind of an ICMP echo message to that port?</div><div><br></div><br><blockquote type="cite"><div><div dir="ltr"><div><br></div></div></div></blockquote><div><br></div><div><br></div><br><blockquote type="cite"><div><div dir="ltr"><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 28, 2015 at 3:53 PM, Rick Hornsby <span dir="ltr">&lt;<a href="mailto:richardjhornsby@gmail.com" target="_blank">richardjhornsby@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
&nbsp; &nbsp;nc -zv somehost 80<br></blockquote></div></div></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>colug-432 mailing list</span><br><span><a href="mailto:colug-432@colug.net">colug-432@colug.net</a></span><br><span><a href="http://lists.colug.net/mailman/listinfo/colug-432">http://lists.colug.net/mailman/listinfo/colug-432</a></span><br></div></blockquote></body></html>