<?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: MTU Setting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658555#M590891</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you need to create a script to change it forever.&lt;BR /&gt;&lt;BR /&gt;This Thread might help&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=55c3a9f21536027f3f/screen=ckiDisplayDocument?docId=200000051478772" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=55c3a9f21536027f3f/screen=ckiDisplayDocument?docId=200000051478772&lt;/A&gt;&lt;BR /&gt;-USA..</description>
    <pubDate>Mon, 04 Feb 2002 22:17:58 GMT</pubDate>
    <dc:creator>Uday_S_Ankolekar</dc:creator>
    <dc:date>2002-02-04T22:17:58Z</dc:date>
    <item>
      <title>MTU Setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658553#M590889</link>
      <description>Need a little help folks.&lt;BR /&gt;&lt;BR /&gt;OS 10.20&lt;BR /&gt;lanadmin -M 1006 #works fine.&lt;BR /&gt;Now, how do I make it remain after a reboot?&lt;BR /&gt;&lt;BR /&gt;Do I need make a new startup script, or is there an entry I can add to hpetherconf, hpbase100conf or netconf to maintain this setting?&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Mon, 04 Feb 2002 22:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658553#M590889</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2002-02-04T22:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: MTU Setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658554#M590890</link>
      <description>Hi Joseph:&lt;BR /&gt;&lt;BR /&gt;You shoule be able to do this in your /etc/rc.config.d/netconf file.&lt;BR /&gt;&lt;BR /&gt;The ROUTE_ARGS arguments can include '-p pmtu' where the 'pmtu'.  See the comments in the netconf file.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 04 Feb 2002 22:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658554#M590890</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-02-04T22:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: MTU Setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658555#M590891</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you need to create a script to change it forever.&lt;BR /&gt;&lt;BR /&gt;This Thread might help&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=55c3a9f21536027f3f/screen=ckiDisplayDocument?docId=200000051478772" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=55c3a9f21536027f3f/screen=ckiDisplayDocument?docId=200000051478772&lt;/A&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 04 Feb 2002 22:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658555#M590891</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-02-04T22:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: MTU Setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658556#M590892</link>
      <description>Thanks guys.  I'll try James first, if no go, will go with the other.&lt;BR /&gt;&lt;BR /&gt;Another thing?????&lt;BR /&gt;&lt;BR /&gt;After changing the MTU setting, I put a sniffer on the network.  This system is still sending out with a MTU of 1500.  Is there something else I need to change?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Wed, 06 Feb 2002 20:05:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658556#M590892</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2002-02-06T20:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: MTU Setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658557#M590893</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can edit the netconf file in /etc/rc.config.d to make the change permanent. the option should be added to ROUTE_ARGS as,&lt;BR /&gt;&lt;BR /&gt;ROUTE_ARGS[0]="-p 1006"&lt;BR /&gt;&lt;BR /&gt;To do it on the fly,&lt;BR /&gt;&lt;BR /&gt;# lanadmin -M 1006 2&lt;BR /&gt;(2 above is the PPA number of the LAN interface)&lt;BR /&gt;# ifconfig lan2 down&lt;BR /&gt;# ifconfig lan2 up&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Feb 2002 20:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658557#M590893</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-06T20:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: MTU Setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658558#M590894</link>
      <description>Just wondering if you have more than one NIC.  If you do you might want to check with LANADMIN to make sure that you changed the one you thought you did.  On our 10.20 machines the first card was NMID 4 and the other two were 5 and 6.  &lt;BR /&gt;&lt;BR /&gt;Just out of curiosity why exactly 1006?&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Wed, 06 Feb 2002 20:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658558#M590894</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-02-06T20:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: MTU Setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658559#M590895</link>
      <description>Got it.  Had to run "net stop/start"&lt;BR /&gt;&lt;BR /&gt;Thanks for the help/ideas.&lt;BR /&gt;&lt;BR /&gt;Ron,&lt;BR /&gt;&lt;BR /&gt;We are running through a vpn that is adding to the packets, and we are attemping to cut down on the fragmentation.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Wed, 06 Feb 2002 21:29:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mtu-setting/m-p/2658559#M590895</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2002-02-06T21:29:27Z</dc:date>
    </item>
  </channel>
</rss>

