<?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/2447954#M9972</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;# vi /etc/rc.config.d/netconf&lt;BR /&gt;------------------------------&lt;BR /&gt;# the next set of statements&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="xxx.xxx.xxx.xxx"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""</description>
    <pubDate>Wed, 27 Sep 2000 04:09:47 GMT</pubDate>
    <dc:creator>허용제_1</dc:creator>
    <dc:date>2000-09-27T04:09:47Z</dc:date>
    <item>
      <title>route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447949#M9967</link>
      <description>Every time after rebooting the HP-UX system the route add a.b.c.d_w.x.y.z is done.&lt;BR /&gt;Where can i add this, so it done automaticly by reboot.</description>
      <pubDate>Tue, 26 Sep 2000 13:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447949#M9967</guid>
      <dc:creator>Bernd Dittmar</dc:creator>
      <dc:date>2000-09-26T13:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447950#M9968</link>
      <description>Put in the /etc/rc.config.d/netconf file.</description>
      <pubDate>Tue, 26 Sep 2000 13:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447950#M9968</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-09-26T13:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447951#M9969</link>
      <description>&lt;BR /&gt;Add it into /etc/rc.config/netconf similar to;&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="add host 10.40.225.111"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]=10.40.224.255&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Sep 2000 13:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447951#M9969</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-09-26T13:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447952#M9970</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;you have to edit the file /etc/rc.config.d/netconf &lt;BR /&gt;&lt;BR /&gt;Example: &lt;BR /&gt;route add net 191.3.0.0 netmask 255.255.0.0 191.2.4.8 1 &lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[#]="net 191.3.0.0" &lt;BR /&gt;ROUTE_MASK[#]="255.255.0.0" &lt;BR /&gt;ROUTE_GATEWAY[#]=191.2.4.8 &lt;BR /&gt;ROUTE_COUNT[#]=1 &lt;BR /&gt;ROUTE_ARGS[#]="" &lt;BR /&gt;&lt;BR /&gt;You have to choose the right index # within the [] (just increment unique) &lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Tue, 26 Sep 2000 13:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447952#M9970</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-26T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447953#M9971</link>
      <description>If you have 2 routers seving as your gateways, add the in /etc/rc.config.d/netconf file and update First router[0] and second router[1]ROUTE_DESTINATION[0]="w.x.y.z" &lt;BR /&gt;ROUTE_MASK[0]="" &lt;BR /&gt;ROUTE_GATEWAY[0]="a.b.c.d" &lt;BR /&gt;ROUTE_COUNT[0]=1 &lt;BR /&gt;ROUTE_ARGS[0]="" &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Sep 2000 13:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447953#M9971</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-26T13:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447954#M9972</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;# vi /etc/rc.config.d/netconf&lt;BR /&gt;------------------------------&lt;BR /&gt;# the next set of statements&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="xxx.xxx.xxx.xxx"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""</description>
      <pubDate>Wed, 27 Sep 2000 04:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447954#M9972</guid>
      <dc:creator>허용제_1</dc:creator>
      <dc:date>2000-09-27T04:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447955#M9973</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You have to edit Network config&lt;BR /&gt;          file : /etc/rc.config.d/netconf &lt;BR /&gt;&lt;BR /&gt;   ROUTE_DESTINATION[0]=default&lt;BR /&gt;   ROUTE_GATEWAY[0]=192.168.145.1&lt;BR /&gt;   ROUTE_COUNT[0]=1&lt;BR /&gt;   ROUTE_MASK[0]=255.255.255.0&lt;BR /&gt;&lt;BR /&gt;     192.168.145.1 : Your gateway address&lt;BR /&gt;     255.255.0.0   : Your Subnetwork Mask&lt;BR /&gt;&lt;BR /&gt;and restart your network Daemon&lt;BR /&gt;then no rebooting&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/./net stop&lt;BR /&gt;#/sbin/init.d/./net start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Sep 2000 05:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447955#M9973</guid>
      <dc:creator>박수정</dc:creator>
      <dc:date>2000-09-27T05:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447956#M9974</link>
      <description>i?ve edited the /etc/rc.config.d/netconf as&lt;BR /&gt;followed.&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="add host 192.168.10.0"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]=192.168.1.226&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;but after reboot it is not permanent, what?s wrong?</description>
      <pubDate>Fri, 03 Nov 2000 14:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447956#M9974</guid>
      <dc:creator>Bernd Dittmar</dc:creator>
      <dc:date>2000-11-03T14:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447957#M9975</link>
      <description>Bernd,&lt;BR /&gt;&lt;BR /&gt;By defining ROUTE_DESTINATION[1], it adds&lt;BR /&gt;a second route (same for MASK, GATEWAY[1]...)&lt;BR /&gt;&lt;BR /&gt;Do you have a ROUTE_DESTINATION[0] defined&lt;BR /&gt;somewhere ? (with all other [0] stuff)&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Fri, 03 Nov 2000 14:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447957#M9975</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-11-03T14:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447958#M9976</link>
      <description>The standard route [0] is:&lt;BR /&gt;&lt;BR /&gt;=default&lt;BR /&gt;=""&lt;BR /&gt;=192.168.1.2&lt;BR /&gt;=1&lt;BR /&gt;=""&lt;BR /&gt;&lt;BR /&gt;i have to assign 4 more routes !</description>
      <pubDate>Fri, 03 Nov 2000 14:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447958#M9976</guid>
      <dc:creator>Bernd Dittmar</dc:creator>
      <dc:date>2000-11-03T14:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447959#M9977</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think that your problem is due to 'add' being included and isn't 192.168.10.0 a network rather than a host address? :-&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="add host 192.168.10.0" &lt;BR /&gt;&lt;BR /&gt;should read &lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="net 192.168.10.0" &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Nov 2000 14:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447959#M9977</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-11-03T14:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447960#M9978</link>
      <description>I agree, John.&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Fri, 03 Nov 2000 22:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/2447960#M9978</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-11-03T22:29:44Z</dc:date>
    </item>
  </channel>
</rss>

