<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Netcat on Kenno&#39;s Open Note</title>
    <link>https://blog.khmersite.net/tags/netcat/</link>
    <description>Recent content in Netcat on Kenno&#39;s Open Note</description>
    <image>
      <title>Kenno&#39;s Open Note</title>
      <url>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://blog.khmersite.net/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.154.0</generator>
    <language>en</language>
    <lastBuildDate>Wed, 17 Jul 2024 20:13:16 +1000</lastBuildDate>
    <atom:link href="https://blog.khmersite.net/tags/netcat/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to test UDP port connectivity</title>
      <link>https://blog.khmersite.net/p/how-to-test-udp-port-connectivity/</link>
      <pubDate>Wed, 17 Jul 2024 20:13:16 +1000</pubDate>
      <guid>https://blog.khmersite.net/p/how-to-test-udp-port-connectivity/</guid>
      <description>&lt;p&gt;Earlier today, I have a need to check for a UDP opening port on a remote Linux server. And I felt blank in my brain,
like I never done this before. Then I remember with TCP, I could use &lt;code&gt;nc&lt;/code&gt; command to check it. Something like:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;➜ nc -vz opnsense 22
Ncat: Version 7.92 ( https://nmap.org/ncat )
Ncat: Connection to 2400:a888:333:0:222:ffff:fe54:67de failed: TIMEOUT.
Ncat: Trying next address...
Ncat: Connection to 192.168.1.1 failed: TIMEOUT.
Ncat: Trying next address...
Ncat: TIMEOUT.
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The above output indicates that there is a failed connection between my computer to the remote host &amp;lsquo;opnsense&amp;rsquo; on port 22.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
