<?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: Create a Chat Server in Linux and 5 Other Terminal Tricks	</title>
	<atom:link href="https://www.tecmint.com/linux-terminal-tricks-nc-awk-ip/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/linux-terminal-tricks-nc-awk-ip/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 26 May 2026 05:53:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: joon lee		</title>
		<link>https://www.tecmint.com/linux-terminal-tricks-nc-awk-ip/comment-page-1/#comment-1485695</link>

		<dc:creator><![CDATA[joon lee]]></dc:creator>
		<pubDate>Tue, 04 May 2021 19:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13145#comment-1485695</guid>

					<description><![CDATA[I have a question as following and I am a very beginner at Linux.

(for addr in {1..254}; do for port in {20..23} 80; do nc -nvzw 1 10.25.0.$addr $port 2&#062;&#038;1; done&#038; done) &#124; grep &#039;open&#039;

I got to the understanding of for the address in 1 through 254 use port 80 of (port20 to 23), then netcat of 1.10.25.0...

I lack understanding after port 80, could you please help me out?

thank you in a million]]></description>
			<content:encoded><![CDATA[<p>I have a question as following and I am a very beginner at Linux.</p>
<p>(for addr in {1..254}; do for port in {20..23} 80; do nc -nvzw 1 10.25.0.$addr $port 2&gt;&amp;1; done&amp; done) | grep &#8216;open&#8217;</p>
<p>I got to the understanding of for the address in 1 through 254 use port 80 of (port20 to 23), then netcat of 1.10.25.0&#8230;</p>
<p>I lack understanding after port 80, could you please help me out?</p>
<p>thank you in a million</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rod Deluhery		</title>
		<link>https://www.tecmint.com/linux-terminal-tricks-nc-awk-ip/comment-page-1/#comment-1480355</link>

		<dc:creator><![CDATA[Rod Deluhery]]></dc:creator>
		<pubDate>Fri, 23 Apr 2021 21:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13145#comment-1480355</guid>

					<description><![CDATA[Any way to get ssh to work on this so it&#039;s encrypted in transit?]]></description>
			<content:encoded><![CDATA[<p>Any way to get ssh to work on this so it&#8217;s encrypted in transit?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kenny Hendrick		</title>
		<link>https://www.tecmint.com/linux-terminal-tricks-nc-awk-ip/comment-page-1/#comment-983673</link>

		<dc:creator><![CDATA[Kenny Hendrick]]></dc:creator>
		<pubDate>Tue, 17 Apr 2018 22:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13145#comment-983673</guid>

					<description><![CDATA[Oh I get it, this &lt;strong&gt;nc&lt;/strong&gt; is for LOCAL network activity, huh?

When I try to do it via hostname or outward Ip address it fails returning:
&lt;pre&gt;
This is nc from the netcat-openbsd package. An alternative nc is available
in the netcat-traditional package.
usage: nc [-46DdhklnrStUuvzC] [-i interval] [-P proxy_username] [-p source_port]
	  [-s source_ip_address] [-T ToS] [-w timeout] [-X proxy_protocol]
	  [-x proxy_address[:port]] [hostname] [port[s]]
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Oh I get it, this <strong>nc</strong> is for LOCAL network activity, huh?</p>
<p>When I try to do it via hostname or outward Ip address it fails returning:</p>
<pre>
This is nc from the netcat-openbsd package. An alternative nc is available
in the netcat-traditional package.
usage: nc [-46DdhklnrStUuvzC] [-i interval] [-P proxy_username] [-p source_port]
	  [-s source_ip_address] [-T ToS] [-w timeout] [-X proxy_protocol]
	  [-x proxy_address[:port]] [hostname] [port[s]]
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kenny Hendrick		</title>
		<link>https://www.tecmint.com/linux-terminal-tricks-nc-awk-ip/comment-page-1/#comment-983668</link>

		<dc:creator><![CDATA[Kenny Hendrick]]></dc:creator>
		<pubDate>Tue, 17 Apr 2018 22:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13145#comment-983668</guid>

					<description><![CDATA[Hey Allen,

If I have a server that is set up in pass-through (machine 1; not used in loop) is there a way to make this &lt;em&gt;nc&lt;/em&gt; business work for me using machine 2 and machine 3 that are not in passthrough? 
(*passthrough is at&#038;t&#039;s nomenclature for demilitarized I think).  

I&#039;ve already port forwarded a port to designate that machine 2 will host but still I cannot get machine 3 to connect.....arrrrggghhhh!!!!  (now I can&#039;t even get me to talk to me)]]></description>
			<content:encoded><![CDATA[<p>Hey Allen,</p>
<p>If I have a server that is set up in pass-through (machine 1; not used in loop) is there a way to make this <em>nc</em> business work for me using machine 2 and machine 3 that are not in passthrough?<br />
(*passthrough is at&amp;t&#8217;s nomenclature for demilitarized I think).  </p>
<p>I&#8217;ve already port forwarded a port to designate that machine 2 will host but still I cannot get machine 3 to connect&#8230;..arrrrggghhhh!!!!  (now I can&#8217;t even get me to talk to me)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: anonymous1999		</title>
		<link>https://www.tecmint.com/linux-terminal-tricks-nc-awk-ip/comment-page-1/#comment-855257</link>

		<dc:creator><![CDATA[anonymous1999]]></dc:creator>
		<pubDate>Tue, 27 Dec 2016 13:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=13145#comment-855257</guid>

					<description><![CDATA[thank you.]]></description>
			<content:encoded><![CDATA[<p>thank you.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
