<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Checking remote port connectivity/open in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/checking-remote-port-connectivity-open/m-p/5058793#M83027</link>
    <description>I take it you want to do this as some sort of monitoring process?&lt;BR /&gt;&lt;BR /&gt;If using something like 'nagios', you can use the 'check_tcp' plugin.&lt;BR /&gt;&lt;BR /&gt;If you just want to do it from a command line, try using 'nc', i.e.:&lt;BR /&gt;&lt;BR /&gt;nc xx.yy.zz.com 1529 &amp;lt; /dev/null&lt;BR /&gt;&lt;BR /&gt;You can pipe a comamnd into it as well if you so desire.&lt;BR /&gt;&lt;BR /&gt;'nc' will exit with 0 if successful.</description>
    <pubDate>Wed, 18 Jul 2007 07:35:38 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2007-07-18T07:35:38Z</dc:date>
    <item>
      <title>Checking remote port connectivity/open</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-remote-port-connectivity-open/m-p/5058792#M83026</link>
      <description>Here is one way i check&lt;BR /&gt;&lt;BR /&gt;# telnet xx.yy.zz.com 1529&lt;BR /&gt;Trying 132.226.187.194...&lt;BR /&gt;Connected to  (132.226.187.194).&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;^]&lt;BR /&gt;&lt;BR /&gt;telnet&amp;gt; close&lt;BR /&gt;Connection closed.&lt;BR /&gt;&lt;BR /&gt;Any other method to check the port remote port is open or connectable?</description>
      <pubDate>Wed, 18 Jul 2007 07:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-remote-port-connectivity-open/m-p/5058792#M83026</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-18T07:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Checking remote port connectivity/open</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-remote-port-connectivity-open/m-p/5058793#M83027</link>
      <description>I take it you want to do this as some sort of monitoring process?&lt;BR /&gt;&lt;BR /&gt;If using something like 'nagios', you can use the 'check_tcp' plugin.&lt;BR /&gt;&lt;BR /&gt;If you just want to do it from a command line, try using 'nc', i.e.:&lt;BR /&gt;&lt;BR /&gt;nc xx.yy.zz.com 1529 &amp;lt; /dev/null&lt;BR /&gt;&lt;BR /&gt;You can pipe a comamnd into it as well if you so desire.&lt;BR /&gt;&lt;BR /&gt;'nc' will exit with 0 if successful.</description>
      <pubDate>Wed, 18 Jul 2007 07:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-remote-port-connectivity-open/m-p/5058793#M83027</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-07-18T07:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Checking remote port connectivity/open</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-remote-port-connectivity-open/m-p/5058794#M83028</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could use nmap which is included in quite a few Linux distros.&lt;BR /&gt;&lt;BR /&gt;If you don't have it, you can download it from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://insecure.org/nmap" target="_blank"&gt;http://insecure.org/nmap&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For example you could test all 65535 TCP ports like so:&lt;BR /&gt;&lt;BR /&gt;# nmap -v -p- 132.226.187.194&lt;BR /&gt;&lt;BR /&gt;or for the specific port you mention with&lt;BR /&gt;&lt;BR /&gt;# nmap -v -p1529 132.226.187.194&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Wed, 18 Jul 2007 08:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-remote-port-connectivity-open/m-p/5058794#M83028</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-07-18T08:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Checking remote port connectivity/open</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-remote-port-connectivity-open/m-p/5058795#M83029</link>
      <description>Hi Santhosh,&lt;BR /&gt;&lt;BR /&gt;  nmap can be the best option.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Moiz</description>
      <pubDate>Wed, 18 Jul 2007 23:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-remote-port-connectivity-open/m-p/5058795#M83029</guid>
      <dc:creator>Moiz_Lx</dc:creator>
      <dc:date>2007-07-18T23:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Checking remote port connectivity/open</title>
      <link>https://community.hpe.com/t5/operating-system-linux/checking-remote-port-connectivity-open/m-p/5058796#M83030</link>
      <description>Both were good option to check;And nmap is better.</description>
      <pubDate>Wed, 18 Jul 2007 23:33:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/checking-remote-port-connectivity-open/m-p/5058796#M83030</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-18T23:33:25Z</dc:date>
    </item>
  </channel>
</rss>

