<?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: Making a static route permanent in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930511#M409902</link>
    <description>In the /etc/rc.config.d/netconf file.&lt;BR /&gt;&lt;BR /&gt;Following the same syntax/config setup as the config for the LAN with subscript [0] but increment the subscript.</description>
    <pubDate>Fri, 30 Sep 2005 11:46:23 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2005-09-30T11:46:23Z</dc:date>
    <item>
      <title>Making a static route permanent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930509#M409900</link>
      <description>Hi... can anyone help on this one please. &lt;BR /&gt;&lt;BR /&gt;I uccessfully created a static route for an interface card on a server using :&lt;BR /&gt;&lt;BR /&gt;# route add -host 10.141.90.7  10.221.54.5  0&lt;BR /&gt;&lt;BR /&gt;but it disappeared at some point... maybe after a reboot.&lt;BR /&gt;&lt;BR /&gt;Is there a startup file where this information can be entered so it is there permanently ?  &lt;BR /&gt;&lt;BR /&gt;Many thanks</description>
      <pubDate>Fri, 30 Sep 2005 11:40:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930509#M409900</guid>
      <dc:creator>Derek Brown</dc:creator>
      <dc:date>2005-09-30T11:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Making a static route permanent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930510#M409901</link>
      <description>/etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 30 Sep 2005 11:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930510#M409901</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-09-30T11:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Making a static route permanent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930511#M409902</link>
      <description>In the /etc/rc.config.d/netconf file.&lt;BR /&gt;&lt;BR /&gt;Following the same syntax/config setup as the config for the LAN with subscript [0] but increment the subscript.</description>
      <pubDate>Fri, 30 Sep 2005 11:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930511#M409902</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-09-30T11:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Making a static route permanent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930512#M409903</link>
      <description>Edit /etc/rc.config.d/netconf.&lt;BR /&gt;&lt;BR /&gt;There will almost certainly be a section that looks something like this for the default route.&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=10.1.0.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;duplicate these lines and create &lt;BR /&gt;ROUTE_DESTINATION[N],ROUTE_MASK[N],...ROUTE_ARGS[N] entries where N is the next available value.</description>
      <pubDate>Fri, 30 Sep 2005 11:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930512#M409903</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-09-30T11:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Making a static route permanent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930513#M409904</link>
      <description>Derek,&lt;BR /&gt;&lt;BR /&gt;After adding the route at the command line, edit the /etc/rc.config.d/netconf file to make them permanent. vi /etc/rc.config.d/netconf and modify the following variables:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION&lt;BR /&gt;ROUTE_MASK&lt;BR /&gt;ROUTE_GATEWAY&lt;BR /&gt;ROUTE_COUNT&lt;BR /&gt;ROUTE_ARGS&lt;BR /&gt;&lt;BR /&gt;cheers!&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Sep 2005 11:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930513#M409904</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-09-30T11:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Making a static route permanent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930514#M409905</link>
      <description>Hi Derek,&lt;BR /&gt;&lt;BR /&gt;Check /etc/rc.config.d/netconf  for the permanenet route entries..like this&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="net 109.15.228.64"&lt;BR /&gt;ROUTE_MASK[1]=255.255.255.192&lt;BR /&gt;ROUTE_GATEWAY[1]=229.31.39.3&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Fri, 30 Sep 2005 13:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930514#M409905</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-30T13:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Making a static route permanent</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930515#M409906</link>
      <description>thanks.. excellent replies</description>
      <pubDate>Mon, 03 Oct 2005 03:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/making-a-static-route-permanent/m-p/4930515#M409906</guid>
      <dc:creator>Derek Brown</dc:creator>
      <dc:date>2005-10-03T03:51:18Z</dc:date>
    </item>
  </channel>
</rss>

