<?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: configuring routing....?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426165#M1352</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After you modify your /etc/rc.config.d/netconf, did you do a "/sbin/init.d/net stop;/sbin/init.d/net start" or reboot the system so that your changes can take effect?&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim.</description>
    <pubDate>Wed, 14 Jun 2000 06:54:19 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2000-06-14T06:54:19Z</dc:date>
    <item>
      <title>configuring routing....??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426164#M1351</link>
      <description>Hi,&lt;BR /&gt;Routing. Thats the problem!&lt;BR /&gt;In the /etc/rc.config.d/netconf file I find these lines:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=X.Y.Z.B&lt;BR /&gt;ROUTE_MASK[0]=C.C.C.M&lt;BR /&gt;ROUTE_GATEWAY[0]=F.Y.R.E&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;OUTE_ARGS[0]=""&lt;BR /&gt;HOP_COUNT=1&lt;BR /&gt;&lt;BR /&gt;Now if I want to add another STATIC route to my routing table, I guess I'll have to add the same lines with different paramiters.&lt;BR /&gt;The question is: &lt;BR /&gt;when I type netstat -rn the static routes I added do not appear, why?&lt;BR /&gt;How do I configure the gated.conf file and is it normal that it is located in /user/newconfig/etc/gated.conf?&lt;BR /&gt;Are there any other files I have to configure so that my routing works?&lt;BR /&gt;Dose netstat -rn show only the static routes?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;By</description>
      <pubDate>Wed, 14 Jun 2000 06:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426164#M1351</guid>
      <dc:creator>sandro ginnari_1</dc:creator>
      <dc:date>2000-06-14T06:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: configuring routing....??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426165#M1352</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After you modify your /etc/rc.config.d/netconf, did you do a "/sbin/init.d/net stop;/sbin/init.d/net start" or reboot the system so that your changes can take effect?&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim.</description>
      <pubDate>Wed, 14 Jun 2000 06:54:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426165#M1352</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2000-06-14T06:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: configuring routing....??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426166#M1353</link>
      <description>I forgot to say that I rebooted the system!&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 14 Jun 2000 07:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426166#M1353</guid>
      <dc:creator>sandro ginnari_1</dc:creator>
      <dc:date>2000-06-14T07:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: configuring routing....??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426167#M1354</link>
      <description>Don't forget to increment the shell array subscript for your additional static route definitions in netconf. For example:-&lt;BR /&gt;ROUTE_DESTINATION[0]=X.Y.Z.B&lt;BR /&gt;ROUTE_MASK[0]=C.C.C.M &lt;BR /&gt;...&lt;BR /&gt;ROUTE_DESTINATION[1]=X.Y.Z.C &lt;BR /&gt;ROUTE_MASK[1]=C.C.C.M &lt;BR /&gt;...&lt;BR /&gt;ROUTE_DESTINATION[2]=X.Y.Z.D&lt;BR /&gt;ROUTE_MASK[2]=C.C.C.M &lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2000 08:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426167#M1354</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-06-14T08:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: configuring routing....??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426168#M1355</link>
      <description>Why is there a "HOP_COUNT"=1?  The ROUTE_COUNT=1 indicated that you are using an external router.  If =0, then you are using this box as it's own router.  I don't recall ever seeing a "HOP_COUNT."&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Wed, 14 Jun 2000 14:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426168#M1355</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-06-14T14:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: configuring routing....??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426169#M1356</link>
      <description>If gated is running, it could be overriding your static routes (removing them).  Check to see whether the demon is running, decide whther you really need it, if so -- modify gated.conf to recognize the static routes.</description>
      <pubDate>Thu, 15 Jun 2000 19:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuring-routing/m-p/2426169#M1356</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-06-15T19:43:34Z</dc:date>
    </item>
  </channel>
</rss>

