<?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: trouble adding route at boot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508289#M21849</link>
    <description>In /sbin/rc3.d we added a S100route module to add more routes.&lt;BR /&gt;&lt;BR /&gt;This is after the interfaces are enabled.</description>
    <pubDate>Thu, 22 Mar 2001 13:35:10 GMT</pubDate>
    <dc:creator>John Bolene</dc:creator>
    <dc:date>2001-03-22T13:35:10Z</dc:date>
    <item>
      <title>trouble adding route at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508284#M21844</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;Trying to add a route into the routing table at boot time. Have made the requisite entry into the /etc/rc.config.d/netconf file as follows:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="172.20.66.254"&lt;BR /&gt;ROUTE_COUNT[0]=""&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;ROUTE_DESTINATION[1]="host 10.1.0.54"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]="172.20.65.12"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;When I issue the net stop/net start commands or watch from boot, I get the following:&lt;BR /&gt;"Failed to add route entry because its interface is not yet initialized. May need to add this route manually with a route command after the interface is up : add host 10.1.0.54 gateway 172.20.65.12 Network is unreachable"&lt;BR /&gt;&lt;BR /&gt;I am able to add the route manually. Whats the difference?</description>
      <pubDate>Wed, 21 Mar 2001 23:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508284#M21844</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2001-03-21T23:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: trouble adding route at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508285#M21845</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you better start checking error for net initialization in /etc/rc.log&lt;BR /&gt;or explicite specify submetmask for route entry.</description>
      <pubDate>Thu, 22 Mar 2001 01:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508285#M21845</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-03-22T01:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: trouble adding route at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508286#M21846</link>
      <description>This problem is caused when the startup scripts for you network interface(s) arn't run before the script to add your route is called. There are a couple of ways around this (That I know of) although wether there technically correct or not remains to be seen......&lt;BR /&gt;&lt;BR /&gt;1st one is:  try moving your network startup script in /sbin/rc2.d/S340net into rc1.d/ to bring the interface(s) up earlier which might do it.....&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;Add your own S???routes to your init.d using the normal route add procedure.&lt;BR /&gt;&lt;BR /&gt;ie.Create  S???routes (linked to init.d)&lt;BR /&gt;Create routes (/sbin/init.d)&lt;BR /&gt;route add default gw 192.168.1.1 etc.....&lt;BR /&gt;&lt;BR /&gt;I have done both of these in the past (AIX) for Tivoli problems and it worked okay!&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;-ChaZ-&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Mar 2001 09:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508286#M21846</guid>
      <dc:creator>Charles Harris</dc:creator>
      <dc:date>2001-03-22T09:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: trouble adding route at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508287#M21847</link>
      <description>I'll get my coat........&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-ChaZ-&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Mar 2001 09:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508287#M21847</guid>
      <dc:creator>Charles Harris</dc:creator>
      <dc:date>2001-03-22T09:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: trouble adding route at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508288#M21848</link>
      <description>What is your netmask? Asking because your gateway0 and gateway1 are in different subnets (172.20.66 and 172.20.65).&lt;BR /&gt;&lt;BR /&gt;Hope this is no typo ;-)&lt;BR /&gt;&lt;BR /&gt;If everything for the 172.20.65 network is routed throug the defaultgateway it may also be that the routing table isn't jet build. Then you could add the second route in a seperate startscript some time after the net startup.&lt;BR /&gt;&lt;BR /&gt;Regards Stefan.</description>
      <pubDate>Thu, 22 Mar 2001 11:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508288#M21848</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2001-03-22T11:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: trouble adding route at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508289#M21849</link>
      <description>In /sbin/rc3.d we added a S100route module to add more routes.&lt;BR /&gt;&lt;BR /&gt;This is after the interfaces are enabled.</description>
      <pubDate>Thu, 22 Mar 2001 13:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508289#M21849</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-03-22T13:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: trouble adding route at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508290#M21850</link>
      <description>what about adding this to the above the rout_dest[1]&lt;BR /&gt;&lt;BR /&gt;INTERFACE_STATE[1]=up&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Thu, 22 Mar 2001 20:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-route-at-boot/m-p/2508290#M21850</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-03-22T20:23:33Z</dc:date>
    </item>
  </channel>
</rss>

