<?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: Server constantly sends icmp packets to IP address in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870957#M546207</link>
    <description>Hi Jason,&lt;BR /&gt;&lt;BR /&gt;# netstat -an | grep '192.168.234.235'&lt;BR /&gt;to get the source port(s).&lt;BR /&gt;&lt;BR /&gt;Then,&lt;BR /&gt;# grep &lt;SRC_PORT&gt; /etc/services&lt;BR /&gt;to see the port alias, if it has one.&lt;BR /&gt;&lt;BR /&gt;Or you can try 'lsof'.&lt;BR /&gt;&lt;BR /&gt;PCS&lt;BR /&gt;&lt;/SRC_PORT&gt;</description>
    <pubDate>Wed, 27 Sep 2006 14:14:54 GMT</pubDate>
    <dc:creator>spex</dc:creator>
    <dc:date>2006-09-27T14:14:54Z</dc:date>
    <item>
      <title>Server constantly sends icmp packets to IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870953#M546203</link>
      <description>We looked at our firewall logs and saw that one of our HP-UX servers constantly sends icmp packets to IP address 192.168.234.235. &lt;BR /&gt;&lt;BR /&gt;Looked at the syslog.log and there is nothing specific to this address. Where can I start to find out what is causing this?&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Sep 2006 12:22:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870953#M546203</guid>
      <dc:creator>Jason Fedynak</dc:creator>
      <dc:date>2006-09-27T12:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Server constantly sends icmp packets to IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870954#M546204</link>
      <description>use traceroute command to find how it queries to that IP.&lt;BR /&gt;&lt;BR /&gt;traceroute 192.168.234.235</description>
      <pubDate>Wed, 27 Sep 2006 12:49:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870954#M546204</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-09-27T12:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Server constantly sends icmp packets to IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870955#M546205</link>
      <description>FYI, we do know the server that is sending the packets (backup server), but how do we find out what app or why it is being sent?</description>
      <pubDate>Wed, 27 Sep 2006 13:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870955#M546205</guid>
      <dc:creator>Jason Fedynak</dc:creator>
      <dc:date>2006-09-27T13:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Server constantly sends icmp packets to IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870956#M546206</link>
      <description>There's no way to find the program since there is no open socket. Is the 192 address a router? If so, regular pings are done (by default) to monitor router availability. If this is just another server, try grep'ing the address (and also the hostname if applicable) in /etc config files. Check the logs to see if this is a burst then idle or a very regular pattern. A burst means it probably came from a program so look at the time stamps on the ICMP packets to see what what was running at that time. For a regular interval, look at cron jobs.</description>
      <pubDate>Wed, 27 Sep 2006 14:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870956#M546206</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-27T14:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Server constantly sends icmp packets to IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870957#M546207</link>
      <description>Hi Jason,&lt;BR /&gt;&lt;BR /&gt;# netstat -an | grep '192.168.234.235'&lt;BR /&gt;to get the source port(s).&lt;BR /&gt;&lt;BR /&gt;Then,&lt;BR /&gt;# grep &lt;SRC_PORT&gt; /etc/services&lt;BR /&gt;to see the port alias, if it has one.&lt;BR /&gt;&lt;BR /&gt;Or you can try 'lsof'.&lt;BR /&gt;&lt;BR /&gt;PCS&lt;BR /&gt;&lt;/SRC_PORT&gt;</description>
      <pubDate>Wed, 27 Sep 2006 14:14:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870957#M546207</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-09-27T14:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Server constantly sends icmp packets to IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870958#M546208</link>
      <description>1) the traceroute of the IP takes 2 hops, one through the core router and then to our default gateway to the internet. &lt;BR /&gt;&lt;BR /&gt;2) 192.168.234.235 is not a server/node on our network. &lt;BR /&gt;&lt;BR /&gt;3) netstat -an | grep '192.168.234.235' returns nothing. &lt;BR /&gt;&lt;BR /&gt;I will check the firewall and check if it is bursts or constant.</description>
      <pubDate>Wed, 27 Sep 2006 14:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870958#M546208</guid>
      <dc:creator>Jason Fedynak</dc:creator>
      <dc:date>2006-09-27T14:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Server constantly sends icmp packets to IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870959#M546209</link>
      <description>FYI, we get the icmp packet every 60 seconds, 24 hours a day.</description>
      <pubDate>Wed, 27 Sep 2006 14:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870959#M546209</guid>
      <dc:creator>Jason Fedynak</dc:creator>
      <dc:date>2006-09-27T14:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Server constantly sends icmp packets to IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870960#M546210</link>
      <description>Hi Jason, &lt;BR /&gt;&lt;BR /&gt;It may help to know what kind of icmp packet it is. ICMP has several message types, from the echo and echo replies that ping uses, to messages like "network unreachable" or "port unreachable". &lt;BR /&gt;&lt;BR /&gt;If the firewall log doesn't give this level of detail, get a "nettl" trace and look at the packet details. &lt;BR /&gt;&lt;BR /&gt;The ICMP message could be a diagnostic reaction to a packet the server previously received. If it is, the ICMP packet carries a copy of the packet header that caused the message inside. &lt;BR /&gt;&lt;BR /&gt;You can use "ethereal" (see ethereal.com) to analyze the nettl trace. Or, you could have your network support collect the trace from outside the HP with a "sniffer" (a protocol analyzer). &lt;BR /&gt;</description>
      <pubDate>Thu, 28 Sep 2006 07:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870960#M546210</guid>
      <dc:creator>Jim Keeble</dc:creator>
      <dc:date>2006-09-28T07:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Server constantly sends icmp packets to IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870961#M546211</link>
      <description>Well I have run a nettl trace on the server and there is quite a bit of info. Of course the network guys are not seeing the dropped packets anymore. I will have to wait untill they show up again. The nettl output looks like what I am looking for though. Thanks!</description>
      <pubDate>Fri, 29 Sep 2006 17:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/server-constantly-sends-icmp-packets-to-ip-address/m-p/3870961#M546211</guid>
      <dc:creator>Jason Fedynak</dc:creator>
      <dc:date>2006-09-29T17:17:22Z</dc:date>
    </item>
  </channel>
</rss>

