<?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: About default route in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679361#M589610</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Disable dead gateway detection by executing:&lt;BR /&gt;&lt;BR /&gt;# ndd -set /dev/ip ip_ire_gw_probe 0 &lt;BR /&gt;&lt;BR /&gt;To permanently set it in your system startup, modify your /etc/rc.config.d/nddconf:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip &lt;BR /&gt;NDD_NAME[0]=ip_ire_gw_probe &lt;BR /&gt;NDD_VALUE[0]=0 &lt;BR /&gt;&lt;BR /&gt;Note that the index must be unique if you already have other values set inside the configuration file.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
    <pubDate>Sat, 09 Mar 2002 09:09:34 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2002-03-09T09:09:34Z</dc:date>
    <item>
      <title>About default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679360#M589609</link>
      <description>I have a problem regarding to default route. The case is that&lt;BR /&gt;&lt;BR /&gt;The default route is not working if the default gateway cannot be ping. (As set in the firewall, the gateway cannot be ping by any machine and cannot change it). The thing that I want is when default route is used, cannot go&lt;BR /&gt;to ping the default gateway and just go out through the default gateway without ping it. Could you please give me a hand for this? As told by somebody, there are some parameters to set in HP 9000 server in order to solve the problem but do not know what parameter is.&lt;BR /&gt;</description>
      <pubDate>Sat, 09 Mar 2002 09:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679360#M589609</guid>
      <dc:creator>Wendy_9</dc:creator>
      <dc:date>2002-03-09T09:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: About default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679361#M589610</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Disable dead gateway detection by executing:&lt;BR /&gt;&lt;BR /&gt;# ndd -set /dev/ip ip_ire_gw_probe 0 &lt;BR /&gt;&lt;BR /&gt;To permanently set it in your system startup, modify your /etc/rc.config.d/nddconf:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip &lt;BR /&gt;NDD_NAME[0]=ip_ire_gw_probe &lt;BR /&gt;NDD_VALUE[0]=0 &lt;BR /&gt;&lt;BR /&gt;Note that the index must be unique if you already have other values set inside the configuration file.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Sat, 09 Mar 2002 09:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679361#M589610</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-09T09:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: About default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679362#M589611</link>
      <description>I cannot find ip_ire_gw_probe in the machine but have found ip_ire_gw_probe_interval instead. When I try to set this parameter to 0, the system responses "operation failed, invalid argument". Therefore, I cannot set anything at all.</description>
      <pubDate>Tue, 12 Mar 2002 16:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679362#M589611</guid>
      <dc:creator>Wendy_9</dc:creator>
      <dc:date>2002-03-12T16:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: About default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679363#M589612</link>
      <description>This only applies to a 11.x box and you may need some patches.&lt;BR /&gt;&lt;BR /&gt;Here is my notes on the subject.&lt;BR /&gt;&lt;BR /&gt;???HPUX 11.00 supports multiple gateways using route add. It will use default first and check to see if the default router is available by sending it a ping. If it doesn't get a reply, it will consider the route dead and move to the next gateway defined. If there are no other gateways defined then it will shut down all outbound traffic. The fix is to make sure that your router responds to ICMP requests or to run this command to turn probing off 'ndd -set /dev/ip ip_ire_gw_probe 0' &lt;BR /&gt;then add an entry in /etc/rc.conf.d/nddconf to turn the probing off at each reboot. Then re-add the route and everything works???&lt;BR /&gt;&lt;BR /&gt;- It was discovered that 10.15.248.1 would not accept ICMP traffic, thus it was considered a ???Dead Gateway??? and all traffic would be routed through 10.15.248.5. I tried to change this parameter, but ip_ire_gw_probe was not an option, so my search continued. I finally found this post on at &lt;A href="http://aa11.cjb.net/hpux_admin/2000/04/0209.html" target="_blank"&gt;http://aa11.cjb.net/hpux_admin/2000/04/0209.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;???I finally gave up and called HP support on this.  Two sentences into my&lt;BR /&gt;description, he knew what the problem was.  He also told me "You would have&lt;BR /&gt;never found it"&lt;BR /&gt;&lt;BR /&gt;The problem was a little feature in HPUX 11.0 know as 'Dead Gateway&lt;BR /&gt;Detection'&lt;BR /&gt;&lt;BR /&gt;What happens is, HP pings the router occasionally (180000 seconds is the&lt;BR /&gt;default) to make sure it is still up.  If it doesn't get a response, it&lt;BR /&gt;stops routing to that address.  Since we are using a firewall as a the&lt;BR /&gt;default gateway, and the firewall doesn't respond to pings (stealth mode),&lt;BR /&gt;then HP assumes the gateway is down and stops routing to it.  This also&lt;BR /&gt;explains why it wasn't a problem when I had the system on our other network,&lt;BR /&gt;that uses a router instead of the firewall.&lt;BR /&gt;&lt;BR /&gt;The fix it to load patches PHNE_20735 and PHNE_20316 and then put the&lt;BR /&gt;following entry into /etc/rc.config.d/nddconf&lt;BR /&gt;&lt;BR /&gt;    TRANSPORT_NAME[0]=ip&lt;BR /&gt;    NDD_NAME[0]=ip_ire_gw_probe&lt;BR /&gt;    NDD_VALUE[0]=0&lt;BR /&gt;&lt;BR /&gt;To check the current value, use:&lt;BR /&gt;&lt;BR /&gt;    ndd -get /dev/ip ip_ire_gw_probe&lt;BR /&gt;&lt;BR /&gt;You can also set the value by using:&lt;BR /&gt;&lt;BR /&gt;    ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;although you will have to reset it after reboot (so just go ahead and set it&lt;BR /&gt;up in nddconf)???&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Tue, 12 Mar 2002 16:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679363#M589612</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-03-12T16:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: About default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679364#M589613</link>
      <description>What version of the OS are you on?&lt;BR /&gt;&lt;BR /&gt;I have tried the following command on both 11.0 and 11i and it works:&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/ip ip_ire_gw_probe&lt;BR /&gt;1&lt;BR /&gt;&lt;BR /&gt;I also did the following on my 11i box:&lt;BR /&gt;&lt;BR /&gt;# ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt;#ndd -get /dev/ip ip_ire_gw_probe&lt;BR /&gt;0&lt;BR /&gt;&lt;BR /&gt;Note that there is a space between /dev/ip and ip_ire_gw_probe</description>
      <pubDate>Tue, 12 Mar 2002 16:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679364#M589613</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-03-12T16:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: About default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679365#M589614</link>
      <description>The OS is 11.0 and cannot find ip_ire_gw_probe. Can I need to upload such patches in order to use this feature</description>
      <pubDate>Tue, 12 Mar 2002 16:35:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679365#M589614</guid>
      <dc:creator>Wendy_9</dc:creator>
      <dc:date>2002-03-12T16:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: About default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679366#M589615</link>
      <description>Get the patch or have your network guy allow icmp traffic from your hp server.&lt;BR /&gt;&lt;BR /&gt;C</description>
      <pubDate>Tue, 12 Mar 2002 16:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679366#M589615</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-03-12T16:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: About default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679367#M589616</link>
      <description>Allow icmp traffic is meant that the default gateway can be allowed to ping by HP server. Or something set at HP server to achieve this</description>
      <pubDate>Tue, 12 Mar 2002 16:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679367#M589616</guid>
      <dc:creator>Wendy_9</dc:creator>
      <dc:date>2002-03-12T16:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: About default route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679368#M589617</link>
      <description>Your other alternative is to try to use proxy arp.  Set the default gateway to point to your own interface.  This causes the HP to arp for all addresses.  On most routers proxy arp is on by default so the router will reply with its own MAC.  It's a tad slower than a default route so it's not used much but if all else fails give it a shot.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Wed, 13 Mar 2002 02:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-default-route/m-p/2679368#M589617</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-03-13T02:35:38Z</dc:date>
    </item>
  </channel>
</rss>

