<?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: Open Port? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667895#M243156</link>
    <description>I would recommend nmap (as suggested by &lt;BR /&gt;Ralph). Very simple to use and very effective&lt;BR /&gt;(see nmap.org). &lt;BR /&gt;&lt;BR /&gt;One problem with "netstat -an" is, the port &lt;BR /&gt;will be marked as "listen" even if it is &lt;BR /&gt;blocked by a firewall at lower layer.&lt;BR /&gt;&lt;BR /&gt;I use the attached simple script for &lt;BR /&gt;portscanning (this script should run from a &lt;BR /&gt;remote machine). Run without any argument to &lt;BR /&gt;see the usage info.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Nov 2005 00:13:12 GMT</pubDate>
    <dc:creator>Biswajit Tripathy</dc:creator>
    <dc:date>2005-11-10T00:13:12Z</dc:date>
    <item>
      <title>Open Port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667892#M243153</link>
      <description>My dba asked me how I can ping a port, or to see if the port is open.&lt;BR /&gt;&lt;BR /&gt;How can I do this with ping. If I cant,&lt;BR /&gt;how do I do it with lsof.</description>
      <pubDate>Wed, 09 Nov 2005 11:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667892#M243153</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-11-09T11:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Open Port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667893#M243154</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;# telnet &lt;HOSTNAME&gt; &amp;lt;#port&amp;gt;&lt;BR /&gt;&lt;BR /&gt;DM.&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 09 Nov 2005 11:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667893#M243154</guid>
      <dc:creator>mirco_1</dc:creator>
      <dc:date>2005-11-09T11:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Open Port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667894#M243155</link>
      <description>lsof -i :&lt;PORTNUM&gt;&lt;BR /&gt; &lt;BR /&gt;or &lt;BR /&gt; &lt;BR /&gt;netstat -an | awk '$4~/\.&lt;PORTNUM&gt;$/'&lt;BR /&gt; &lt;BR /&gt;or&lt;BR /&gt; &lt;BR /&gt;nmap -P0 -p &lt;PORTNUM&gt;&lt;BR /&gt; &lt;BR /&gt;or the suggested telnet client&lt;BR /&gt;or a custom client for the protocol&lt;/PORTNUM&gt;&lt;/PORTNUM&gt;&lt;/PORTNUM&gt;</description>
      <pubDate>Wed, 09 Nov 2005 11:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667894#M243155</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2005-11-09T11:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Open Port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667895#M243156</link>
      <description>I would recommend nmap (as suggested by &lt;BR /&gt;Ralph). Very simple to use and very effective&lt;BR /&gt;(see nmap.org). &lt;BR /&gt;&lt;BR /&gt;One problem with "netstat -an" is, the port &lt;BR /&gt;will be marked as "listen" even if it is &lt;BR /&gt;blocked by a firewall at lower layer.&lt;BR /&gt;&lt;BR /&gt;I use the attached simple script for &lt;BR /&gt;portscanning (this script should run from a &lt;BR /&gt;remote machine). Run without any argument to &lt;BR /&gt;see the usage info.&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 00:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667895#M243156</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-11-10T00:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Open Port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667896#M243157</link>
      <description>Hi Robert ,&lt;BR /&gt;&lt;BR /&gt;Download the lsof utility from &lt;A href="http://hpux.cs.utah.edu/" target="_blank"&gt;http://hpux.cs.utah.edu/&lt;/A&gt; , and check # lsof -i :&lt;PORT no=""&gt; &lt;BR /&gt;&lt;BR /&gt;Also can be checked with # netstat -n | grep EST&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj.&lt;/PORT&gt;</description>
      <pubDate>Thu, 10 Nov 2005 04:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667896#M243157</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-11-10T04:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Open Port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667897#M243158</link>
      <description>To see whether a port is open or not as,&lt;BR /&gt;&lt;BR /&gt;# netstat -na | grep &lt;PORT&gt;&lt;BR /&gt;&lt;BR /&gt;Another way is with telnet as,&lt;BR /&gt;&lt;BR /&gt;# telnet &lt;HOSTNAME&gt; &lt;SERVICE&gt;&lt;BR /&gt;&lt;BR /&gt;You have to get connected message then port is opened. Else it is not. To come back to shell then ctrl + ] will ask telnet&amp;gt;quit put there in that prompt.&lt;BR /&gt;&lt;BR /&gt;Best utility to use is with lsof tool. &lt;BR /&gt;&lt;BR /&gt;hth.&lt;/SERVICE&gt;&lt;/HOSTNAME&gt;&lt;/PORT&gt;</description>
      <pubDate>Thu, 10 Nov 2005 05:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667897#M243158</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-10T05:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Open Port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667898#M243159</link>
      <description>Latest version of "lsof" is here, &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.76/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.76/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Man page is at, &lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.76/man.html" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.76/man.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 10 Nov 2005 06:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667898#M243159</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-11-10T06:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Open Port?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667899#M243160</link>
      <description>my personal fav is nmap, from insecure.org&lt;BR /&gt;&lt;BR /&gt;bear in mind this is a security tool, and it's considered... impolite... to run it against a server without the owners permission.</description>
      <pubDate>Thu, 10 Nov 2005 11:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-port/m-p/3667899#M243160</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2005-11-10T11:11:57Z</dc:date>
    </item>
  </channel>
</rss>

