<?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: help with 'route' command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737230#M585201</link>
    <description>Hi Troy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You need to edit /etc/rc.config.d/netconf file to make it permanent  , after editinfg it you will ahve to stop and star the network services .&lt;BR /&gt;&lt;BR /&gt;you may also like to look at this documnet :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support1.itrc.hp.com/service/cki/docDisplay.do?docId=200000049791567" target="_blank"&gt;http://support1.itrc.hp.com/service/cki/docDisplay.do?docId=200000049791567&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
    <pubDate>Tue, 04 Jun 2002 14:51:32 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2002-06-04T14:51:32Z</dc:date>
    <item>
      <title>help with 'route' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737225#M585196</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I have a branch that access's our server via a vpn. Well the route has to be entered on the unix server.&lt;BR /&gt;&lt;BR /&gt;I added the route with the route command:&lt;BR /&gt;&lt;BR /&gt;route add 192.0.3.0 192.0.1.111 1&lt;BR /&gt;&lt;BR /&gt;OK, that works fine. Until I re-boot the server. Then I lose that route? And have to manually enter it again.&lt;BR /&gt;&lt;BR /&gt;I check that with the netstat command. netstat -rn&lt;BR /&gt;&lt;BR /&gt;How do I set it up so the route command stays in the system even after a re-boot?&lt;BR /&gt;&lt;BR /&gt;I have added route before that stayed in, but forgot how I did it. Plus I have posted a question about this before, and I do not know how to 'search' this forum, or find an old post?&lt;BR /&gt;&lt;BR /&gt;Troy</description>
      <pubDate>Tue, 04 Jun 2002 14:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737225#M585196</guid>
      <dc:creator>Shar Hunter</dc:creator>
      <dc:date>2002-06-04T14:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: help with 'route' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737226#M585197</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Edit /etc/netconf file and put your entries in the file.&lt;BR /&gt;&lt;BR /&gt;Or else go to SAM---Netwworking---Netwrok Interface cards - Gateway and then add the IP address.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# set_parms addln_netwrk&lt;BR /&gt;&lt;BR /&gt;It will ask you for you default gateway and you can enter the parameters.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Tue, 04 Jun 2002 14:48:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737226#M585197</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-04T14:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: help with 'route' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737227#M585198</link>
      <description>Add that into the /etc/rc.config.d/netconf file&lt;BR /&gt;just add all the new info into a new section like this, make sure the [1] is unique and there you go..&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C &lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]=""&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]=""&lt;BR /&gt;ROUTE_COUNT[1]=""&lt;BR /&gt;ROUTE_ARGS[1]=""</description>
      <pubDate>Tue, 04 Jun 2002 14:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737227#M585198</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-06-04T14:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: help with 'route' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737228#M585199</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Anything you&lt;BR /&gt;want to have permanent must be hard coded in the /etc/rc.config.d/netconf&lt;BR /&gt;file.&lt;BR /&gt;Remember that you cannot back up the netconf file in the /etc/rc.config.d&lt;BR /&gt;directory.  If you want to save a backup before modifying, move the backup&lt;BR /&gt;(netconf.old, .save, etc) to a different directory.&lt;BR /&gt;&lt;BR /&gt; ROUTE_DESTINATION[0]=default&lt;BR /&gt; ROUTE_MASK[0]=""&lt;BR /&gt; ROUTE_GATEWAY[0]=15.32.7.1&lt;BR /&gt; ROUTE_COUNT[0]=1&lt;BR /&gt;&lt;BR /&gt; ROUTE_DESTINATION[1]="net" 15.43.9&lt;BR /&gt; ROUTE_MASK[1]=""&lt;BR /&gt; ROUTE_GATEWAY[1]=15.32.7.1&lt;BR /&gt; ROUTE_COUNT[1]=1&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA..</description>
      <pubDate>Tue, 04 Jun 2002 14:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737228#M585199</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-06-04T14:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: help with 'route' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737229#M585200</link>
      <description>look in the file /etc/rc.config.d/netconf. You will see a section that has variables like &lt;BR /&gt;ROUTE_DESTINATION[0],ROUTE_MASK[0], ...&lt;BR /&gt;you simply create another set of parallel array entries with the next higher subscript value.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 14:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737229#M585200</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-06-04T14:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: help with 'route' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737230#M585201</link>
      <description>Hi Troy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You need to edit /etc/rc.config.d/netconf file to make it permanent  , after editinfg it you will ahve to stop and star the network services .&lt;BR /&gt;&lt;BR /&gt;you may also like to look at this documnet :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support1.itrc.hp.com/service/cki/docDisplay.do?docId=200000049791567" target="_blank"&gt;http://support1.itrc.hp.com/service/cki/docDisplay.do?docId=200000049791567&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 04 Jun 2002 14:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737230#M585201</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-04T14:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: help with 'route' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737231#M585202</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry /etc/rc.config.d/netconf file&lt;BR /&gt;&lt;BR /&gt;# set_parms addl_network&lt;BR /&gt;&lt;BR /&gt;Typing mistakes !!!!&lt;BR /&gt;&lt;BR /&gt;Piyush&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 14:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737231#M585202</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-04T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: help with 'route' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737232#M585203</link>
      <description>The file you need to edit is /etc/rc.config/netconf and multiple route definition have to be entered in such manner ..&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_GATEWAY[0]=x.x.x.x&lt;BR /&gt;ROUTE_ARGS[0]=&lt;BR /&gt;ROUTE_MASK[0]=&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="net y.y.y"&lt;BR /&gt;ROUTE_GATEWAY[1]=y.y.y.y&lt;BR /&gt;ROUTE_ARGS[1]=&lt;BR /&gt;ROUTE_MASK[1]=&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;&lt;BR /&gt;......&lt;BR /&gt;&lt;BR /&gt;Just plug in the appropriate values and to test.. (but make sure the system is not being access while you do this)..&lt;BR /&gt;&lt;BR /&gt;# route -f&lt;BR /&gt;==&amp;gt; flush routing table&lt;BR /&gt;# /sbin/init.d/net start&lt;BR /&gt;==&amp;gt; re-read netconf&lt;BR /&gt;# netstat -rn&lt;BR /&gt;==&amp;gt; check it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 14:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737232#M585203</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-04T14:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: help with 'route' command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737233#M585204</link>
      <description>OK, thanks. I got it now.&lt;BR /&gt;&lt;BR /&gt;I appreciate the reminder that I have to stop, then start the service to use the edited netconf file.&lt;BR /&gt;&lt;BR /&gt;The servier is live, so after the next re-boot it will use the new netconf file. I did this before but did not recall what file I had to edit.&lt;BR /&gt;&lt;BR /&gt;Appreciate the help.&lt;BR /&gt;&lt;BR /&gt;Troy</description>
      <pubDate>Tue, 04 Jun 2002 15:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-route-command/m-p/2737233#M585204</guid>
      <dc:creator>Shar Hunter</dc:creator>
      <dc:date>2002-06-04T15:18:47Z</dc:date>
    </item>
  </channel>
</rss>

