<?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: How to create the specific route entry while the nework bootup? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233476#M88149</link>
    <description>Starting in RH8 and continuing on through Fedora Core versions, the static-route file has been replaced with files name route-ethx; x being whatever the adapter number is.  The format of these files has also changed.  Here is an example of a line from this file:&lt;BR /&gt;10.99.0.0/24 via 192.168.0.1&lt;BR /&gt;&lt;BR /&gt;Once again, these files are not created by default but they are located in /etc/sysconfig/network-scripts just as the static-routes file was.  Additional information on how to format the syntax in these can be found in the RH9 manuals online.</description>
    <pubDate>Wed, 31 Mar 2004 14:21:36 GMT</pubDate>
    <dc:creator>Matthew Ausmus</dc:creator>
    <dc:date>2004-03-31T14:21:36Z</dc:date>
    <item>
      <title>How to create the specific route entry while the nework bootup?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233471#M88144</link>
      <description>Right yet I have to add the command in the end of /etc/init.d/network; Is there some conf file for setting? I found one file similar to this usage /etc/iproute2/rt_tables, however, I even can not found any tips for one route entry add. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Frederick&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2004 03:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233471#M88144</guid>
      <dc:creator>frederick van targero_1</dc:creator>
      <dc:date>2004-03-30T03:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the specific route entry while the nework bootup?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233472#M88145</link>
      <description>If you are using a RH box, try using '/etc/sysconfig/static-routes'.&lt;BR /&gt;&lt;BR /&gt;Failing that, use something like /etc/rc.d/rc.local, tacking a route line onto the end ofit.&lt;BR /&gt;&lt;BR /&gt;Otherwise, details! give us details! :)</description>
      <pubDate>Tue, 30 Mar 2004 03:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233472#M88145</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-03-30T03:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the specific route entry while the nework bootup?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233473#M88146</link>
      <description>The unix way although, of course, it should still work in Red Hat is to put a "route add &lt;TARGET&gt; gw &lt;GATEWAY&gt; &lt;INTERFACE&gt;" command in the boot start up scripts after the network is up.  However, if you use Red Hat, you are going to confuse sunsequent administrators if you don't do as Stuart has sugegsted above&lt;/INTERFACE&gt;&lt;/GATEWAY&gt;&lt;/TARGET&gt;</description>
      <pubDate>Tue, 30 Mar 2004 07:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233473#M88146</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-30T07:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the specific route entry while the nework bootup?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233474#M88147</link>
      <description>Dear both, however, there is no "/etc/sysconfig/static-route" available in my RH at all. version "Linux fw1 2.4.18-14". I even find all the system for the key word of "*static*" as well as "*route*", seems nothing useful likewise you said.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;fredreick</description>
      <pubDate>Tue, 30 Mar 2004 09:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233474#M88147</guid>
      <dc:creator>frederick van targero_1</dc:creator>
      <dc:date>2004-03-30T09:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the specific route entry while the nework bootup?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233475#M88148</link>
      <description>By default, the '/etc/sysconfig/static-routes' file isn't created upon an Install.&lt;BR /&gt;&lt;BR /&gt;If you read the documentation in '/usr/share/doc/initscripts-6.95/sysconfig.txt', it will explain what the 'static-routes' file needs.&lt;BR /&gt;&lt;BR /&gt;Simply put, you want a route to be added when a given interface comes up (eth0 for our example), add a line similar to:&lt;BR /&gt;&lt;BR /&gt;eth0 net 10.1.1.0 netmask 255.255.255.0 gw 10.1.2.254&lt;BR /&gt;&lt;BR /&gt;This states that it will add a network route for the 10.1.1.0/24 subnet via 10.1.2.254 host (standard routing stuff).&lt;BR /&gt;&lt;BR /&gt;If you have any issues after that, give us specific details, and we'll help out as we can.</description>
      <pubDate>Tue, 30 Mar 2004 18:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233475#M88148</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-03-30T18:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the specific route entry while the nework bootup?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233476#M88149</link>
      <description>Starting in RH8 and continuing on through Fedora Core versions, the static-route file has been replaced with files name route-ethx; x being whatever the adapter number is.  The format of these files has also changed.  Here is an example of a line from this file:&lt;BR /&gt;10.99.0.0/24 via 192.168.0.1&lt;BR /&gt;&lt;BR /&gt;Once again, these files are not created by default but they are located in /etc/sysconfig/network-scripts just as the static-routes file was.  Additional information on how to format the syntax in these can be found in the RH9 manuals online.</description>
      <pubDate>Wed, 31 Mar 2004 14:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-specific-route-entry-while-the-nework-bootup/m-p/3233476#M88149</guid>
      <dc:creator>Matthew Ausmus</dc:creator>
      <dc:date>2004-03-31T14:21:36Z</dc:date>
    </item>
  </channel>
</rss>

