<?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: Add routing entry at system startup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393329#M199495</link>
    <description>To make permanent routing then use,&lt;BR /&gt;&lt;BR /&gt; /etc/rc.config.d/netconf file&lt;BR /&gt;&lt;BR /&gt; Other changes with on routing will be in effect using route / ifconfig upto reboot / shutdown there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Oct 2004 04:39:14 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-10-05T04:39:14Z</dc:date>
    <item>
      <title>Add routing entry at system startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393327#M199493</link>
      <description>I hv added the below routing entry to my system , but it will be erased after system reboot , how to set it as a permanent routing so that it still vaild even system reboot ? thx</description>
      <pubDate>Tue, 05 Oct 2004 04:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393327#M199493</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-10-05T04:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add routing entry at system startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393328#M199494</link>
      <description>Add your route in /etc/rc.config.d/netconf and at every reboot it will be reloaded.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RGDS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mauro</description>
      <pubDate>Tue, 05 Oct 2004 04:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393328#M199494</guid>
      <dc:creator>Mauro Gatti</dc:creator>
      <dc:date>2004-10-05T04:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add routing entry at system startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393329#M199495</link>
      <description>To make permanent routing then use,&lt;BR /&gt;&lt;BR /&gt; /etc/rc.config.d/netconf file&lt;BR /&gt;&lt;BR /&gt; Other changes with on routing will be in effect using route / ifconfig upto reboot / shutdown there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Oct 2004 04:39:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393329#M199495</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-10-05T04:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add routing entry at system startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393330#M199496</link>
      <description>In /etc/rc.config.d/netconf copy the the entries for your default router, update array index and add the needed entry as&lt;BR /&gt;net IP.ADDR.XX.XX&lt;BR /&gt;or&lt;BR /&gt;host IP.ADDR.YY.YY&lt;BR /&gt;&lt;BR /&gt;in the ROUTE_DESTINATION entry&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Oct 2004 04:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393330#M199496</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2004-10-05T04:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add routing entry at system startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393331#M199497</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I agree with all above &lt;BR /&gt;&lt;BR /&gt;Aslo Try this Document : &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063200509" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063200509&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The document says this way:&lt;BR /&gt;&lt;BR /&gt;To add a permanent default route entry:&lt;BR /&gt;1. Add the route entry in /etc/rc.config.d/netconf&lt;BR /&gt;ROUTE_DESTINATION[1]="default"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]=ip_address&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;2. reboot system for changes to take effect&lt;BR /&gt;3. netstat -rn shows permanent entry&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Oct 2004 06:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393331#M199497</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-10-05T06:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Add routing entry at system startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393332#M199498</link>
      <description>Hi,&lt;BR /&gt;I always do it with ...&lt;BR /&gt;&lt;BR /&gt;# set_parms addl_netwrk&lt;BR /&gt;&lt;BR /&gt;It's menu driven and safe..&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 05 Oct 2004 06:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-routing-entry-at-system-startup/m-p/3393332#M199498</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-10-05T06:52:48Z</dc:date>
    </item>
  </channel>
</rss>

