<?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 ping port in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912412#M284763</link>
    <description>What port does ping use??</description>
    <pubDate>Wed, 13 Dec 2006 11:13:12 GMT</pubDate>
    <dc:creator>jerry1</dc:creator>
    <dc:date>2006-12-13T11:13:12Z</dc:date>
    <item>
      <title>ping port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912412#M284763</link>
      <description>What port does ping use??</description>
      <pubDate>Wed, 13 Dec 2006 11:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912412#M284763</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2006-12-13T11:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: ping port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912413#M284764</link>
      <description>Ping doesnt' use any ports. It uses ICMP at the internet layer of the network stack. Ports are used at the next higher level, the transport layer.</description>
      <pubDate>Wed, 13 Dec 2006 11:43:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912413#M284764</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-12-13T11:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: ping port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912414#M284765</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ping is using the ICMP (Internet Control Message Protocol) - it is not port based.</description>
      <pubDate>Wed, 13 Dec 2006 11:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912414#M284765</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-12-13T11:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: ping port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912415#M284766</link>
      <description>I have a vendor saying that our temp &lt;BR /&gt;monitoring box is reciving pings(from &lt;BR /&gt;monitoring) to port 3001 on the box, which &lt;BR /&gt;is the firmware upgrade port, and that the &lt;BR /&gt;pings are causing the box to hang from&lt;BR /&gt;time to time.</description>
      <pubDate>Wed, 13 Dec 2006 12:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912415#M284766</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2006-12-13T12:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: ping port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912416#M284767</link>
      <description>Your first step is finding out what system the traffic is coming from so you can isolate what's running to cause it. You can use tcpdump or something similar to gather this info. My guess would be that it's some kind of network security scan occurring... possibly some kind of system monitoring tool that's configured to test that port at that IP address for some reason. Definitely not a ping in the technical sense though.</description>
      <pubDate>Wed, 13 Dec 2006 12:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912416#M284767</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-12-13T12:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: ping port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912417#M284768</link>
      <description>Actually, there is a box that does port&lt;BR /&gt;scans to get inventory information from nodes. &lt;BR /&gt;But why it is only affecting the one temp &lt;BR /&gt;monitoring box I do not know. Vender says &lt;BR /&gt;to turn of check box for "allow firmware &lt;BR /&gt;upgrades" which would disable port 3001.</description>
      <pubDate>Wed, 13 Dec 2006 13:17:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912417#M284768</guid>
      <dc:creator>jerry1</dc:creator>
      <dc:date>2006-12-13T13:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: ping port</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912418#M284769</link>
      <description>The vendor tell you how to avoid that your computer run into a hang when it receive the "ping"&lt;BR /&gt;&lt;BR /&gt;You just need to make sure that you remember this in case you want to upgrade firmware via network on this portnumber later...&lt;BR /&gt;&lt;BR /&gt;You could also take the opposite approach.&lt;BR /&gt;Stop the source of this "ping"&lt;BR /&gt;&lt;BR /&gt;Some eager persons running security checks like to run portscans and cracker tools.&lt;BR /&gt;Such activity should be done with great care as they can be the biggest threat for security themselves.&lt;BR /&gt;&lt;BR /&gt;Securing your systems 100% towards such tools is difficult when they are used within your private network (inside firewalls).&lt;BR /&gt;&lt;BR /&gt;I would kindly ask the persons that scan my servers to avoid specific ports or port ranges.&lt;BR /&gt;If I state that port xxxxx is used for Firmware Upgrades on host YYYYY... Then why bother to scan it ?&lt;BR /&gt;&lt;BR /&gt;Most such monitoring software can be configured to avoid hosts/ports.&lt;BR /&gt;&lt;BR /&gt;/Tor-Arne</description>
      <pubDate>Thu, 14 Dec 2006 20:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-port/m-p/3912418#M284769</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2006-12-14T20:14:19Z</dc:date>
    </item>
  </channel>
</rss>

