<?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: TCP Segment size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278014#M531545</link>
    <description>Raffaele,&lt;BR /&gt;&lt;BR /&gt;does lan2 work with smaller datagram sizes like e.g. 1500? What if you set the MTU size to 1500 for lan2? To debug this, you should try the following cases for lan2:&lt;BR /&gt;&lt;BR /&gt;- datagram size 1500, MTU 9000 &lt;BR /&gt;- datagram size 9000, MTU 9000 -&amp;gt; checked, seems not to work&lt;BR /&gt;- datagram size 1500, MTU 1500&lt;BR /&gt;- datagram size 9000, MTU 1500&lt;BR /&gt;&lt;BR /&gt;Like Mel wrote it, for jumbo frames to work you need to set it on both sides. Maybe it's a problem on the switch side.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 31 Mar 2011 08:21:38 GMT</pubDate>
    <dc:creator>Viktor Balogh</dc:creator>
    <dc:date>2011-03-31T08:21:38Z</dc:date>
    <item>
      <title>TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278006#M531537</link>
      <description>Hi all,&lt;BR /&gt;I've a machine:&lt;BR /&gt;   Model:                  "ia64 hp server Integrity Virtual Machine"&lt;BR /&gt;   Release:   HP-UX B.11.31&lt;BR /&gt;   Machine:   ia64&lt;BR /&gt;&lt;BR /&gt;and I've an issue with my lan.&lt;BR /&gt;&lt;BR /&gt;#netstat -ivwn&lt;BR /&gt;Name              Mtu        Network         Address         Ipkts               Ierrs      Opkts               Oerrs      Coll&lt;BR /&gt;...&lt;BR /&gt;lan2              9000       172.21.3.0      172.21.3.2      60752               0          61920               0          0&lt;BR /&gt;lan1              1500       192.168.172.0   192.168.172.120 14431               0          14335               0          0&lt;BR /&gt;lan0              1500       192.168.171.0   192.168.171.141 75                  0          361                 0          0&lt;BR /&gt;&lt;BR /&gt;1) lan2 has MTU=9000&lt;BR /&gt;#traceroute -s 172.21.3.2 -r -F 172.21.3.1 9000&lt;BR /&gt;traceroute to 172.21.3.1 (172.21.3.1) from 172.21.3.2, 30 hops max, 9000 byte packets&lt;BR /&gt;1  * * *&lt;BR /&gt;&lt;BR /&gt;2) lan1 has MTU=1500&lt;BR /&gt;&lt;BR /&gt;#traceroute -s 192.168.172.120 -r -F 192.168.172.119 9000&lt;BR /&gt;traceroute to 192.168.172.119 (192.168.172.119) from 192.168.172.120, 30 hops max, 9000 byte packets&lt;BR /&gt;1  192.168.172.120 (192.168.172.120)  0.117 ms !F  0.055 ms !F  0.034 ms !F&lt;BR /&gt;&lt;BR /&gt;3) lan0 has MTU=1500&lt;BR /&gt;#traceroute -s 192.168.171.141 -r -F 192.168.171.140 9000&lt;BR /&gt;traceroute to 192.168.171.140 (192.168.171.140) from 192.168.171.141, 30 hops max, 9000 byte packets&lt;BR /&gt;1  192.168.171.141 (192.168.171.141)  0.977 ms !F  0.057 ms !F  0.044 ms !F&lt;BR /&gt;&lt;BR /&gt;Why lan2 behaves in a different way ?&lt;BR /&gt;How can I detect the problem ?&lt;BR /&gt;I don't know if the different behave depends on OS settings or on network/switches settings.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Best Regards.&lt;BR /&gt;Raffaele&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2011 12:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278006#M531537</guid>
      <dc:creator>RafS</dc:creator>
      <dc:date>2011-03-29T12:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278007#M531538</link>
      <description>MTU size 9000 means you are using jumbo frames. Jumbo frames require cooperation from the network switch this port is connected to. If you are not the administrator of networking gear, you need to find the person in charge of those and and let them know that this network interface will use Jumbo frames and they need to modify the switch port it os connected to, accordingly. Not a Cisco expert myself, hence can not provide you what needs to be changed but something definitely needs to know about jumbo frame usage, otherwise it won't work.</description>
      <pubDate>Tue, 29 Mar 2011 12:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278007#M531538</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2011-03-29T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278008#M531539</link>
      <description>Hi Mel,&lt;BR /&gt;thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;I had the same problem too when lan2 had MTU=1500. According to you, I think the problem depends on switch configuration, but I'm not sure.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 29 Mar 2011 13:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278008#M531539</guid>
      <dc:creator>RafS</dc:creator>
      <dc:date>2011-03-29T13:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278009#M531540</link>
      <description>Raf,&lt;BR /&gt;if regardless of the frame size, you always had a problem with this interface, it is always a good idea to check the other end of the network cable, i.e., the switch port. It might be dead, it might be assigned to a wrong VLAN, it might be configured to use trunking, which I am assuming you are not using. One of many reason may cause this disconnect and if you are controlling only one side, the server side, of the problem, you can not make decisive conclusions where the problem resides.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2011 14:03:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278009#M531540</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2011-03-29T14:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278010#M531541</link>
      <description>The problem on this interface is that I have to transmit a packet size less than MTU.&lt;BR /&gt;i.e.&lt;BR /&gt;If I set MTU=1500&lt;BR /&gt;I can transmit a packet size less than 1497&lt;BR /&gt;(traceroute -s source -r -F target 1496 )&lt;BR /&gt;If I set MTU=9000&lt;BR /&gt;I can transmit a packet size less than 8997&lt;BR /&gt;#traceroute -s 172.21.3.2 -r -F 172.21.3.1 9000&lt;BR /&gt;traceroute to 172.21.3.1 (172.21.3.1) from 172.21.3.2, 30 hops max, 9000 byte packets&lt;BR /&gt; 1  * * *&lt;BR /&gt;#traceroute -s 172.21.3.2 -r -F 172.21.3.1 8996&lt;BR /&gt;traceroute to 172.21.3.1 (172.21.3.1) from 172.21.3.2, 30 hops max, 8996 byte packets&lt;BR /&gt; 1  * cosbedb1-priv (172.21.3.1)  0.726 ms  0.507 ms&lt;BR /&gt;&lt;BR /&gt;while with other interface I can transmit a packet size greater than MTU. I would know if I can set OS parameters to get the same behaviour.</description>
      <pubDate>Tue, 29 Mar 2011 14:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278010#M531541</guid>
      <dc:creator>RafS</dc:creator>
      <dc:date>2011-03-29T14:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278011#M531542</link>
      <description>I am flashing back to some dark days in my past with the information in the last post. Unfortunately, dissecting the network packet loads is a little mystery to me. I remember there are a few bytes of difference between the packet size and and what you can actually put in that packet, but I can not remember why. &lt;BR /&gt;&lt;BR /&gt;Configuration parameters for this are ndd related and Rick Jones of these forums is the expert on ndd configuration. I see from his profile that he is still active and posting. So, when he sees this post, I am sure he can tell you how you can change the things (or why you should not).</description>
      <pubDate>Tue, 29 Mar 2011 15:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278011#M531542</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2011-03-29T15:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278012#M531543</link>
      <description>All it means is that the card and driver for lan2 supports JumboFrames and someone ran either lanadmin or nwmgr to set the MTU to the JumboFrames size.&lt;BR /&gt;&lt;BR /&gt;As for why the 9000 byte traceroute worked, that isn't a "problem" it is just IP doing what it is supposed to do.  When handed a datagram larger than the next-hop MTU, IP will fragment it into fragments that fit in the next-hop MTU and transmit them.  When the arrive at the destination, the destinations IP stack will reassemble the fragments into complete datagrams and pass them up the stack.&lt;BR /&gt;&lt;BR /&gt;Also, thusfar, none of this has been the TCP Segment size.</description>
      <pubDate>Wed, 30 Mar 2011 15:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278012#M531543</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2011-03-30T15:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278013#M531544</link>
      <description>Hi Rick,&lt;BR /&gt;thanks for your reply and sorry for the wrong subject.&lt;BR /&gt;&lt;BR /&gt;"When handed a datagram larger than the next-hop MTU, IP will fragment it into fragments that fit in the next-hop MTU and transmit them. When the arrive at the destination, the destinations IP stack will reassemble the fragments into complete datagrams and pass them up the stack."&lt;BR /&gt;Why it appens only in lan0 and lan1 ?&lt;BR /&gt;Why only in lan2 I can't transmit a datagram larger than MTU ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Raffaele&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2011 08:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278013#M531544</guid>
      <dc:creator>RafS</dc:creator>
      <dc:date>2011-03-31T08:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278014#M531545</link>
      <description>Raffaele,&lt;BR /&gt;&lt;BR /&gt;does lan2 work with smaller datagram sizes like e.g. 1500? What if you set the MTU size to 1500 for lan2? To debug this, you should try the following cases for lan2:&lt;BR /&gt;&lt;BR /&gt;- datagram size 1500, MTU 9000 &lt;BR /&gt;- datagram size 9000, MTU 9000 -&amp;gt; checked, seems not to work&lt;BR /&gt;- datagram size 1500, MTU 1500&lt;BR /&gt;- datagram size 9000, MTU 1500&lt;BR /&gt;&lt;BR /&gt;Like Mel wrote it, for jumbo frames to work you need to set it on both sides. Maybe it's a problem on the switch side.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2011 08:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278014#M531545</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2011-03-31T08:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278015#M531546</link>
      <description>Hi Victor,&lt;BR /&gt;&lt;BR /&gt;does lan2 work with smaller datagram sizes like e.g. 1500? &lt;BR /&gt;Yes, it works.&lt;BR /&gt;What if you set the MTU size to 1500 for lan2? &lt;BR /&gt;I can transmit datagram less than 1497.&lt;BR /&gt;&lt;BR /&gt;To debug this, you should try the following cases for lan2:&lt;BR /&gt;&lt;BR /&gt;- datagram size 1500, MTU 9000 -&amp;gt; OK&lt;BR /&gt;&lt;BR /&gt;- datagram size 9000, MTU 9000 -&amp;gt; KO !&lt;BR /&gt;- datagram size 1500, MTU 1500 -&amp;gt; KO !&lt;BR /&gt;- datagram size 9000, MTU 1500 -&amp;gt; KO !&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Raffaele</description>
      <pubDate>Thu, 31 Mar 2011 08:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278015#M531546</guid>
      <dc:creator>RafS</dc:creator>
      <dc:date>2011-03-31T08:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278016#M531547</link>
      <description>&lt;P&gt;"All" stations in the same broadcast domain must have the same MTU. If your lan2 interface is connected to a switch (or system) that does not also have a 9000 byte MTU, what will happen is:&lt;BR /&gt;&lt;BR /&gt;1) IP on your system fragments based on the MTU of lan2.&lt;BR /&gt;&lt;BR /&gt;2) the "lan2" interface sends a 9000+ byte frame to the "link peer" (fancy, pithy way to say "the station at the other end of the link")&lt;BR /&gt;&lt;BR /&gt;3) If the link peer also uses a 9000 byte MTU, happiness and joy, but if the link-peer does not, it will not receive the frame down at "layer 2" of the stack (&lt;A href="http://www.isc.org/files/imagecache/product_mid/9layer.thumb_.png)." target="_blank" rel="noopener"&gt;http://www.isc.org/files/imagecache/product_mid/9layer.thumb_.png).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So, it can look like a abyss.&lt;BR /&gt;&lt;BR /&gt;Now, here is where TCP segment size *can* enter the discussion &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt; If all the communications are TCP, and your lan2 interface is the only one with the larger MTU, then the TCP MSS exchange will paper-over the misconfiguration - the remote system(s) will send an MSS option based on their (presumably) 1500 byte MTU. Your system will send one based on its 9000 byte MTU. The smaller of the two is what is used. That means that even though your lan2 was configured with an MTU of 9000 bytes, the MSS used by TCP is such that it never gets that large - and so the frames sent will still be received by the link peer and go on their merry way.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 06:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278016#M531547</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2022-06-21T06:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278017#M531548</link>
      <description>Some other considerations:&lt;BR /&gt;&lt;BR /&gt;*) various firewalls may not pass IP datagram fragments&lt;BR /&gt;&lt;BR /&gt;*) depending on the implementation of traceroute, (check the documentation/manpage) saying 1500 may not be the total size of the datagram and it may still be fragmented.  If "datagram" here is the UDP datagram then the 1500 bytes will (probably - at least based on my read of a *linux* traceroute manpage) include the UDP header, but not the IP header (20 bytes for IPv4) and so will cause the message sent by traceroute to be fragmented when the IP MTU (against which the IP header counts) is 1500 bytes.</description>
      <pubDate>Thu, 31 Mar 2011 17:05:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278017#M531548</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2011-03-31T17:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278018#M531549</link>
      <description>&lt;P&gt;Hi Rick,&lt;BR /&gt;I appreciate your help.&lt;BR /&gt;&lt;BR /&gt;"So, it can look like a abyss."&lt;BR /&gt;Perfectly !&lt;BR /&gt;&lt;BR /&gt;"Now, here is where TCP segment size *can* enter the discussion &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt; If all the communications are TCP&lt;BR /&gt;...&lt;BR /&gt;the frames sent will still be received by the link peer and go on their merry way."&lt;BR /&gt;It doesn't happen, may be because traceroute doesn't use TCP. I'm right ?&lt;BR /&gt;&lt;BR /&gt;As you could understand, I'm not a network expert. &lt;BR /&gt;I just noticed a different bahaviour from lan0/1 and lan2, so I want to see if it is possible to identify/solve the problem from OS side or I have to involve network specialist.&lt;BR /&gt;As I wrote previously, I had the same problem when lan2 had MTU=1500 and datagram lenght = 1500 bytes. &lt;BR /&gt;Seems that, only for lan2, datagrams can't be fragmented.&lt;BR /&gt;&lt;BR /&gt;*) various firewalls may not pass IP datagram fragments&lt;BR /&gt;There aren't firewall between source and target&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;Raffaele&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 06:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278018#M531549</guid>
      <dc:creator>RafS</dc:creator>
      <dc:date>2022-06-21T06:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278019#M531550</link>
      <description>Traceroute does not normally use TCP.&lt;BR /&gt;&lt;BR /&gt;To what is the lan2 interface connected?  Not everything has a 1500 byte MTU even, so if the "link peer" or something else in that broadcast domain has a smaller MTU, you have the same issues as when one station has 9000 and another 1500 - the "formula" (as it were) is the same, only the constants are different.</description>
      <pubDate>Fri, 01 Apr 2011 17:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278019#M531550</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2011-04-01T17:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: TCP Segment size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278020#M531551</link>
      <description>Thanks a lot !&lt;BR /&gt;Raffaele</description>
      <pubDate>Mon, 04 Apr 2011 08:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-segment-size/m-p/5278020#M531551</guid>
      <dc:creator>RafS</dc:creator>
      <dc:date>2011-04-04T08:33:57Z</dc:date>
    </item>
  </channel>
</rss>

