<?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 IP Fragment in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445489#M769435</link>
    <description>I have a 9000 (J210) series server running HP unix 10.2. This server is on a LAN with a class C block of IP's 206.36.246.0. This box has an IP of 206.36.246.98, it runs a web server and DNS for the LAN. On some LAN  workstations FTP, TELNET and HTTP requests to this unix box take an incredibly long time, on other host it is an instantaneous return. All host including the HP box are on one single subnet with one default gateway. Out side users trying to get to the web page on the HP box get same results. A probe on our Network returned rusults stating the HP box, 206.36.246.98 was sending out IP fragment overlays. I am not sure what this is. Does this problem lye in the 10.x software or in the NIC/server hardware?</description>
    <pubDate>Thu, 14 Sep 2000 19:23:37 GMT</pubDate>
    <dc:creator>robert sears_1</dc:creator>
    <dc:date>2000-09-14T19:23:37Z</dc:date>
    <item>
      <title>IP Fragment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445489#M769435</link>
      <description>I have a 9000 (J210) series server running HP unix 10.2. This server is on a LAN with a class C block of IP's 206.36.246.0. This box has an IP of 206.36.246.98, it runs a web server and DNS for the LAN. On some LAN  workstations FTP, TELNET and HTTP requests to this unix box take an incredibly long time, on other host it is an instantaneous return. All host including the HP box are on one single subnet with one default gateway. Out side users trying to get to the web page on the HP box get same results. A probe on our Network returned rusults stating the HP box, 206.36.246.98 was sending out IP fragment overlays. I am not sure what this is. Does this problem lye in the 10.x software or in the NIC/server hardware?</description>
      <pubDate>Thu, 14 Sep 2000 19:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445489#M769435</guid>
      <dc:creator>robert sears_1</dc:creator>
      <dc:date>2000-09-14T19:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: IP Fragment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445490#M769436</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Have you ruled-out "reverse-name-lookup". Making sure that your device's name is represented in the DNS tables of the DNS server can eliminate timeout delays. &lt;BR /&gt;&lt;BR /&gt;Reverse lookup is the process by which a server receiving a request for service from a remote machine ascertains whether the identity claimed by the machine is in fact its true one. The process goes like this: &lt;BR /&gt;&lt;BR /&gt;1. The request arrives in a packet with an IP address indicating the point of origin. &lt;BR /&gt;2. The server queries name service on the net to find out what host name is associated with that IP address. &lt;BR /&gt;3. The server then queries name service to find out what IP address is associated with that host-name. &lt;BR /&gt;4. If this last request fails to find an IP address, or finds one that doesn't match the original, the request for service is rejected. &lt;BR /&gt;&lt;BR /&gt;For an good description of reverse name lookup, see: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.helpdesk.umd.edu/comm/ethernet/revlook.shtml" target="_blank"&gt;http://www.helpdesk.umd.edu/comm/ethernet/revlook.shtml&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 14 Sep 2000 19:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445490#M769436</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-14T19:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: IP Fragment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445491#M769437</link>
      <description>Robert, I would suggest that you get a copy of lsof an run it on the hpux box to find out what is going on...  there might be a program that is delibrately generating packets with overlaying fragments.&lt;BR /&gt;&lt;BR /&gt;get lsof at &lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.48/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.48/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2000 19:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445491#M769437</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-09-14T19:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: IP Fragment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445492#M769438</link>
      <description>The kernel tunable parameter you might want to look at is the "netmemmax" parameter. The value of this parameter is the maximum memory size that will be used during IP fragmentation re-assembly. Compare this value with that of yourother boxes.&lt;BR /&gt;&lt;BR /&gt;When you are transmitting IP packets, they are (or can be)broken down into "fragments" based on different MTU sizes over its travel. Memory is reserved for these "fragments" to be re-assembled into the fully assembled packet. &lt;BR /&gt;&lt;BR /&gt;It is very possible, if this parameter is set too high, for so much memory to be used in fragmentation re-assembly that you start having memory pressure on your system which in turn can slow things down. Default is 10% of memory. &lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Thu, 14 Sep 2000 19:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445492#M769438</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-09-14T19:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: IP Fragment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445493#M769439</link>
      <description>I posted a reply in the other thread, but that thread seems to have disappeared.  At first glance, this seems to be a name resolution issue.&lt;BR /&gt;&lt;BR /&gt;Is the behavior consistent?  Do the same workstations show slow connections every time?&lt;BR /&gt;If so, try telneting to the IP rather than the hostname, if the connection is fast then you have a name resolution problem on the workstation(s).</description>
      <pubDate>Thu, 14 Sep 2000 19:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445493#M769439</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-14T19:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: IP Fragment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445494#M769440</link>
      <description>Robert:&lt;BR /&gt;&lt;BR /&gt;With regard to the kernel's 'netmemmax' as Tony mentioned, see document #S3100006392A.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 14 Sep 2000 20:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-fragment/m-p/2445494#M769440</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-14T20:00:49Z</dc:date>
    </item>
  </channel>
</rss>

