<?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: route add in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846597#M394136</link>
    <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I've modified the netconf with &lt;BR /&gt;the destination IP and gateway &lt;BR /&gt;could anyone tell me how can I &lt;BR /&gt;find out that is has been enabled after I reboot.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Oct 2002 02:49:30 GMT</pubDate>
    <dc:creator>Norman_21</dc:creator>
    <dc:date>2002-10-02T02:49:30Z</dc:date>
    <item>
      <title>route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846591#M394130</link>
      <description>I want to avoid using the route add command everytime I boot the system. what configuration files I should configure to enable the gateway without having to issue the route add command:&lt;BR /&gt;i.e) route add 0.0.0.0 192.168.x.x 1 where 192.168.x.x is the gateway router.&lt;BR /&gt;appreciate your support...</description>
      <pubDate>Tue, 01 Oct 2002 18:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846591#M394130</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2002-10-01T18:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846592#M394131</link>
      <description>hi&lt;BR /&gt;what you need to modify is&lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;the netconf file is the file that contatins the routes that will be added upon reboot. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;~ Richard</description>
      <pubDate>Tue, 01 Oct 2002 18:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846592#M394131</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-10-01T18:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846593#M394132</link>
      <description>The file you want is /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;It will look like this:&lt;BR /&gt;HOSTNAME="hostname"&lt;BR /&gt;OPERATING_SYSTEM=HP-UX&lt;BR /&gt;LOOPBACK_ADDRESS=127.0.0.1&lt;BR /&gt;GATED=0&lt;BR /&gt;GATED_ARGS=""&lt;BR /&gt;RDPD=0&lt;BR /&gt;RARP=0&lt;BR /&gt;ROUTE_GATEWAY[0]=10.1.1.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;IP_ADDRESS[0]=10.1.1.2&lt;BR /&gt;SUBNET_MASK[0]=255.255.252.0&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;BROADCAST_ADDRESS[0]=10.1.1.255&lt;BR /&gt;INTERFACE_STATE[0]=up&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;You want to set the route gateway, count, and default for the specific items your question addresses.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Tue, 01 Oct 2002 18:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846593#M394132</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-10-01T18:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846594#M394133</link>
      <description>You need to look at /etc/rc.config.d/netconf file to have your default route info done when you boot the system.</description>
      <pubDate>Tue, 01 Oct 2002 18:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846594#M394133</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-10-01T18:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846595#M394134</link>
      <description>Hi Abdulatef,&lt;BR /&gt;&lt;BR /&gt;You'll add it to the /etc/rc.config.d/netconf file as follows:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="0.0.0.0"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]="192.168.x.x"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;&lt;BR /&gt;Note that the index # in brackets MUST be unique from all other route statements in the file &amp;amp; consistent for THIS route. If you need a subnet mask other than default - 255.255.255.0 - be sure to put that in the ROUTE_MASK field.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 01 Oct 2002 18:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846595#M394134</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-10-01T18:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846596#M394135</link>
      <description>Thanks guys, perhaps Jeff  hit the target, for I already know the file name but I was just not sure about the fields that has to be modified.  &lt;BR /&gt;Once again, appreciate your quick reply.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Oct 2002 19:06:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846596#M394135</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2002-10-01T19:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846597#M394136</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I've modified the netconf with &lt;BR /&gt;the destination IP and gateway &lt;BR /&gt;could anyone tell me how can I &lt;BR /&gt;find out that is has been enabled after I reboot.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Oct 2002 02:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846597#M394136</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2002-10-02T02:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846598#M394137</link>
      <description>Hi (again) Abdulatef,&lt;BR /&gt;&lt;BR /&gt;Just run&lt;BR /&gt;netstat -rn&lt;BR /&gt;You should see the route in the output.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 02 Oct 2002 02:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846598#M394137</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-10-02T02:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846599#M394138</link>
      <description>Closed...</description>
      <pubDate>Thu, 24 Feb 2005 13:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4846599#M394138</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2005-02-24T13:02:31Z</dc:date>
    </item>
  </channel>
</rss>

