<?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: default route missing... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872178#M563574</link>
    <description>Mike, &lt;BR /&gt;&lt;BR /&gt;Take a look at the comments in the netconf file:&lt;BR /&gt;&lt;BR /&gt;"ROUTE_COUNT:        An integer that indicates whether the gateway is a   remote interface (one) or the local interface (zero) or loopback interface (e.g., 127.*)."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 24 Nov 2004 10:02:26 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2004-11-24T10:02:26Z</dc:date>
    <item>
      <title>default route missing...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872177#M563573</link>
      <description>After a reboot of a server we were missing our default route as defined in netconf file:&lt;BR /&gt;ROUTE_DESTINATION[3]=default&lt;BR /&gt;ROUTE_MASK[3]=""&lt;BR /&gt;ROUTE_GATEWAY[3]=155.90.120.130&lt;BR /&gt;ROUTE_COUNT[3]=""&lt;BR /&gt;ROUTE_ARGS[3]=""&lt;BR /&gt;&lt;BR /&gt;I added the route and all was fine, but it was mentioned to me that in the netconf file the ROUTE_COUNT had to be set to 1.&lt;BR /&gt;&lt;BR /&gt;Was wondering if this is true and if so why ??&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2004 09:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872177#M563573</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-11-24T09:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: default route missing...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872178#M563574</link>
      <description>Mike, &lt;BR /&gt;&lt;BR /&gt;Take a look at the comments in the netconf file:&lt;BR /&gt;&lt;BR /&gt;"ROUTE_COUNT:        An integer that indicates whether the gateway is a   remote interface (one) or the local interface (zero) or loopback interface (e.g., 127.*)."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 24 Nov 2004 10:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872178#M563574</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-11-24T10:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: default route missing...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872179#M563575</link>
      <description>ROUTE_COUNT must be set to 1. O is for destination accessed directly from a local NIC. As you set a gateway, it must be set to 1.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2004 10:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872179#M563575</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-24T10:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: default route missing...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872180#M563576</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ROUTE_COUNT defines how many 'hops' your system needs to make to reach the ROUTE_GATEWAY. If the interface is on the system itself, then it would be 0. If it in the same subnet, then the COUNT would be 1 as it has to hop once before reaching it. &lt;BR /&gt;&lt;BR /&gt;Almost all the times you will find the default gateways on the same subnet. So, the count would be 1.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 24 Nov 2004 10:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872180#M563576</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-24T10:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: default route missing...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872181#M563577</link>
      <description>&lt;BR /&gt;So on all the static routes that have been added to netconf I should change them to 1, as right now they are all set to "".&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Nov 2004 10:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872181#M563577</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-11-24T10:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: default route missing...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872182#M563578</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have observed one more issue with your netconf. The index for your 'default' route is 3. It is a good practice to maintain the indexes properly. I assume you have three more static routes before the 'default' entry with the indexes 0,1 and 2. Generally default route starts first with the index of 0.&lt;BR /&gt;&lt;BR /&gt;Regarding your last question, the answer is it depends on where the interface is. If it is on the local system (use netstat -in to determine), then it will be 0. If it is not but on the same subnet, then it would be 1.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 24 Nov 2004 10:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872182#M563578</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-24T10:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: default route missing...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872183#M563579</link>
      <description>thanks</description>
      <pubDate>Wed, 24 Nov 2004 10:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-missing/m-p/4872183#M563579</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2004-11-24T10:42:21Z</dc:date>
    </item>
  </channel>
</rss>

