<?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: Routing Tables in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423507#M454</link>
    <description>I have been searching for the source of your "rc.net".    According to TCP/IP Illustrated, Volume 1, page 116, rc.net is used on SVR4 and AIX.  I tend to think that HP never used this file, but I'm not sure of that.</description>
    <pubDate>Tue, 23 May 2000 19:21:19 GMT</pubDate>
    <dc:creator>Paul Hite</dc:creator>
    <dc:date>2000-05-23T19:21:19Z</dc:date>
    <item>
      <title>Routing Tables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423501#M448</link>
      <description>In versions previous to HP/UX 11 there was a file called 'rc.net'. This was the file the routing table information was stored.&lt;BR /&gt;What in version 11 did they replace 'rc.net' with? Where can i find this information?</description>
      <pubDate>Fri, 19 May 2000 13:54:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423501#M448</guid>
      <dc:creator>Brian Brown_1</dc:creator>
      <dc:date>2000-05-19T13:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Tables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423502#M449</link>
      <description>The routes are now in /etc/rc.config.d/netconf.</description>
      <pubDate>Fri, 19 May 2000 14:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423502#M449</guid>
      <dc:creator>Paul Hite</dc:creator>
      <dc:date>2000-05-19T14:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Tables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423503#M450</link>
      <description>As per I know in 10.20 and 10.10 it is in /etc/rc.config.d/netconf too.&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Fri, 19 May 2000 17:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423503#M450</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2000-05-19T17:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Tables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423504#M451</link>
      <description>As far as i know, the 'rc.net' file is where the "static" information is stored.&lt;BR /&gt;If i want a permanent routing table, what file is the "static" information stored?&lt;BR /&gt;&lt;BR /&gt;I thought the /etc/rc.config.d/netconf was a definition file, which would be different than the rc.net file. True?&lt;BR /&gt;&lt;BR /&gt;Any insight at all on this, do all systems have an 'rc.net' file?&lt;BR /&gt;</description>
      <pubDate>Fri, 19 May 2000 17:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423504#M451</guid>
      <dc:creator>Brian Brown_1</dc:creator>
      <dc:date>2000-05-19T17:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Tables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423505#M452</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i think the /etc/rc.config.d/netconf is the right place for adding static routes.&lt;BR /&gt;Within this file there is a default entry that looks like:&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="192.1.2.3"&lt;BR /&gt;ROUTE_COUNT[0]="0"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;So if you have additional routes just copy these five lines and increment the index number in the brackets like:&lt;BR /&gt;ROUTE_DESTINATION[1]="net 192.2.3.0"&lt;BR /&gt;ROUTE_MASK[1]="255.255.255.0"&lt;BR /&gt;ROUTE_GATEWAY[1]="192.2.3.1"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;The example above would do:&lt;BR /&gt;route add net 192.2.3.0 netmask 255.255.255.0 192.2.3.1 1&lt;BR /&gt;where the Network is 192.2.3.0, the Netmask 255.255.255.0, the gateway for that net is 192.2.3.1 and the metric value is 1 (which means that the gateway is outside your box)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andrew&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 May 2000 13:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423505#M452</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-05-22T13:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Tables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423506#M453</link>
      <description>Brian, you can also see your routing table by issuing:&lt;BR /&gt;&lt;BR /&gt;#netstat -rn&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Mon, 22 May 2000 16:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423506#M453</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-05-22T16:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Tables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423507#M454</link>
      <description>I have been searching for the source of your "rc.net".    According to TCP/IP Illustrated, Volume 1, page 116, rc.net is used on SVR4 and AIX.  I tend to think that HP never used this file, but I'm not sure of that.</description>
      <pubDate>Tue, 23 May 2000 19:21:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423507#M454</guid>
      <dc:creator>Paul Hite</dc:creator>
      <dc:date>2000-05-23T19:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Routing Tables</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423508#M455</link>
      <description>you can add static route in gated.conf with static function , see man page of gated.conf</description>
      <pubDate>Wed, 24 May 2000 04:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-tables/m-p/2423508#M455</guid>
      <dc:creator>rajsri</dc:creator>
      <dc:date>2000-05-24T04:31:36Z</dc:date>
    </item>
  </channel>
</rss>

