<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Check Remote Ports are Reachable Using &#8216;nc&#8217; Command	</title>
	<atom:link href="https://www.tecmint.com/check-remote-port-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/check-remote-port-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 11:30:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Chris		</title>
		<link>https://www.tecmint.com/check-remote-port-in-linux/comment-page-1/#comment-1475687</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Tue, 13 Apr 2021 16:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24478#comment-1475687</guid>

					<description><![CDATA[This tool sucks, &lt;strong&gt;nc -zv&lt;/strong&gt; says every port succeeds even ones I just make up.  Why can&#039;t it &#039;just work&#039; and give real meaningful information as &lt;strong&gt;telnet&lt;/strong&gt; did which wasn&#039;t even designed to test if a port was open.]]></description>
			<content:encoded><![CDATA[<p>This tool sucks, <strong>nc -zv</strong> says every port succeeds even ones I just make up.  Why can&#8217;t it &#8216;just work&#8217; and give real meaningful information as <strong>telnet</strong> did which wasn&#8217;t even designed to test if a port was open.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Miki		</title>
		<link>https://www.tecmint.com/check-remote-port-in-linux/comment-page-1/#comment-1311670</link>

		<dc:creator><![CDATA[Miki]]></dc:creator>
		<pubDate>Mon, 13 Jan 2020 23:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24478#comment-1311670</guid>

					<description><![CDATA[I hope you are still taking comments...it&#039;s been a while.

This was almost the best set of instructions I&#039;d run into except it doesn&#039;t cover how to interpret the results.  If you provided a sample of success or failure as an example I&#039;d never have to look anywhere else.

For now, if the results in Redhat 7 are similar to below is the port open or filtered/closed

Ncat: Version 7.50 ( https://nmap.org/ncat )
Ncat: Connected to 192.168.1.15:8001.
Ncat: 0 bytes sent, 0 bytes received in 5.03 seconds.

I&#039;m confused by the fact that I&#039;m connected which I think means the port is open but no data was sent or received.

Thanks]]></description>
			<content:encoded><![CDATA[<p>I hope you are still taking comments&#8230;it&#8217;s been a while.</p>
<p>This was almost the best set of instructions I&#8217;d run into except it doesn&#8217;t cover how to interpret the results.  If you provided a sample of success or failure as an example I&#8217;d never have to look anywhere else.</p>
<p>For now, if the results in Redhat 7 are similar to below is the port open or filtered/closed</p>
<p>Ncat: Version 7.50 ( <a target="_blank" href="https://nmap.org/ncat" rel="nofollow ugc">https://nmap.org/ncat</a> )<br />
Ncat: Connected to 192.168.1.15:8001.<br />
Ncat: 0 bytes sent, 0 bytes received in 5.03 seconds.</p>
<p>I&#8217;m confused by the fact that I&#8217;m connected which I think means the port is open but no data was sent or received.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark T Lakata		</title>
		<link>https://www.tecmint.com/check-remote-port-in-linux/comment-page-1/#comment-1221379</link>

		<dc:creator><![CDATA[Mark T Lakata]]></dc:creator>
		<pubDate>Fri, 09 Aug 2019 23:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24478#comment-1221379</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/check-remote-port-in-linux/comment-page-1/#comment-974450&quot;&gt;Erick Gonzalez&lt;/a&gt;.

The &lt;code&gt;&#039;-z&#039;&lt;/code&gt; flag is available in ncat 7.5, but not in ncat 6.4]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/check-remote-port-in-linux/comment-page-1/#comment-974450">Erick Gonzalez</a>.</p>
<p>The <code>'-z'</code> flag is available in ncat 7.5, but not in ncat 6.4</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/check-remote-port-in-linux/comment-page-1/#comment-974745</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 07 Mar 2018 07:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24478#comment-974745</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/check-remote-port-in-linux/comment-page-1/#comment-974450&quot;&gt;Erick Gonzalez&lt;/a&gt;.

@Erick

Many thanks for the useful info, we will check this out.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/check-remote-port-in-linux/comment-page-1/#comment-974450">Erick Gonzalez</a>.</p>
<p>@Erick</p>
<p>Many thanks for the useful info, we will check this out.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Erick Gonzalez		</title>
		<link>https://www.tecmint.com/check-remote-port-in-linux/comment-page-1/#comment-974450</link>

		<dc:creator><![CDATA[Erick Gonzalez]]></dc:creator>
		<pubDate>Tue, 06 Mar 2018 17:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24478#comment-974450</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/check-remote-port-in-linux/comment-page-1/#comment-876346&quot;&gt;Aaron Kili&lt;/a&gt;.

The &lt;code&gt;-z&lt;/code&gt; option has been removed as of Ncat version 6.40. The new option is &lt;code&gt;--recv-only&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/check-remote-port-in-linux/comment-page-1/#comment-876346">Aaron Kili</a>.</p>
<p>The <code>-z</code> option has been removed as of Ncat version 6.40. The new option is <code>--recv-only</code>.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
