<?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: Changing MTU on TCPIP network in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263602#M47189</link>
    <description>you should put your command in the file tcpip$systartup.com, which (if it exists) is called at the beginning of tcpip$startup.com. &lt;BR /&gt;&lt;BR /&gt;This file is the right one for modifications of Tcpip before starting, for example&lt;BR /&gt;&lt;BR /&gt;$ @sys$startup:tcpip$define_commmands&lt;BR /&gt;  $ sysconfig -r inet tcp_msl=32&lt;BR /&gt;&lt;BR /&gt;(this is only an example !)&lt;BR /&gt;&lt;BR /&gt;Gerard</description>
    <pubDate>Fri, 30 Apr 2004 01:26:36 GMT</pubDate>
    <dc:creator>labadie_1</dc:creator>
    <dc:date>2004-04-30T01:26:36Z</dc:date>
    <item>
      <title>Changing MTU on TCPIP network</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263600#M47187</link>
      <description>I try to change MTU size from 1500 (standard) to 1498 by creating the .com file.  The .com file is added into SYSTARTUP_VMS.COM. After the system reboot, it didn't change the MTU size.&lt;BR /&gt;The .com file look like below (only 2 lines);&lt;BR /&gt;  @sys$manager:tcpip$define_commands.com&lt;BR /&gt;  ifconfig we0 ipmtu 1498&lt;BR /&gt;Did I do something wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 29 Apr 2004 22:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263600#M47187</guid>
      <dc:creator>Kitti Thanapuasuwan</dc:creator>
      <dc:date>2004-04-29T22:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MTU on TCPIP network</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263601#M47188</link>
      <description>kitti,&lt;BR /&gt;&lt;BR /&gt;  Was this done before or after starting TCPIP? I think to make it work, you would need to execute the command BEFORE starting the interface (or stopping and starting the interface after setting the value)&lt;BR /&gt;&lt;BR /&gt;  However, the question arises - why? With current versions of TCPIP, you're much better off letting Path MTU Discovery work it out for you.</description>
      <pubDate>Thu, 29 Apr 2004 23:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263601#M47188</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-04-29T23:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MTU on TCPIP network</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263602#M47189</link>
      <description>you should put your command in the file tcpip$systartup.com, which (if it exists) is called at the beginning of tcpip$startup.com. &lt;BR /&gt;&lt;BR /&gt;This file is the right one for modifications of Tcpip before starting, for example&lt;BR /&gt;&lt;BR /&gt;$ @sys$startup:tcpip$define_commmands&lt;BR /&gt;  $ sysconfig -r inet tcp_msl=32&lt;BR /&gt;&lt;BR /&gt;(this is only an example !)&lt;BR /&gt;&lt;BR /&gt;Gerard</description>
      <pubDate>Fri, 30 Apr 2004 01:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263602#M47189</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-04-30T01:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MTU on TCPIP network</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263603#M47190</link>
      <description>tcpip$systartup.com is called at the end of tcpip$startup.com. It is the usual place for setting tcpip paramters.</description>
      <pubDate>Fri, 30 Apr 2004 03:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263603#M47190</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-04-30T03:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MTU on TCPIP network</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263604#M47191</link>
      <description>Dear John,&lt;BR /&gt;&lt;BR /&gt;Because of the router/juniper that I have to connect, right now support only MTU size 1498 or smaller.  This for temp solution until upgrade the new version of that equipment.&lt;BR /&gt;&lt;BR /&gt;Once I see the mtu didn't change, I can sign on SYSTEM account and call manually.  It means I can change it after TCPIP started.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dear Gerard,&lt;BR /&gt;I should use command &lt;BR /&gt;  sysconfig -r inet tcp_msl=32&lt;BR /&gt;instead of &lt;BR /&gt;  ifconfig we0 ipmtu 1498&lt;BR /&gt;Please advise&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 30 Apr 2004 05:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263604#M47191</guid>
      <dc:creator>Kitti Thanapuasuwan</dc:creator>
      <dc:date>2004-04-30T05:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Changing MTU on TCPIP network</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263605#M47192</link>
      <description>Hello Kitti,&lt;BR /&gt;&lt;BR /&gt;first I seond the suggestion to create &lt;BR /&gt;&lt;BR /&gt;sys$startup:tcpip$systartup.com and place your&lt;BR /&gt;commands in there. This is the supported way of changing IP settings and ensures the commands are executed at the appropriate time.&lt;BR /&gt;&lt;BR /&gt;Second, your command "ifconfig we0 ipmtu 1498" &lt;BR /&gt;is correct, Gerard was just giving an example of what he has in his startup file.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Fri, 30 Apr 2004 09:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/changing-mtu-on-tcpip-network/m-p/3263605#M47192</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-30T09:51:55Z</dc:date>
    </item>
  </channel>
</rss>

