<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916989#M578932</link>
    <description>T.G. is correct.&lt;BR /&gt;&lt;BR /&gt;It's a dead gateway detection problem.  This is a default setting for 11.0.  You get about 3 minutes after the initial addition of a gateway before the lack of a ping response from the gateway gets it declared dead.&lt;BR /&gt;&lt;BR /&gt;I bet you cannot ping 192.168.1.100 which is what is causing your problem.  A lot of paranoid security people are stopping all replies to pings.   &lt;BR /&gt;&lt;BR /&gt;Just do as he says:&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That will fix the problem.  Then edit /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;Change the [0] to the next higher integer if you already have entries there.  That way when you reboot it will stay.&lt;BR /&gt;&lt;BR /&gt;I have seen reports where the ndd change did not work.  I suspect there is an ndd patch missing so if it does not work for you then look for the latest ndd patch.  I know our 11.0 system (which does not have the ndd patch) does not even show the existance of the option when you do ndd -h.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
    <pubDate>Mon, 03 Mar 2003 21:01:31 GMT</pubDate>
    <dc:creator>Ron Kinner</dc:creator>
    <dc:date>2003-03-03T21:01:31Z</dc:date>
    <item>
      <title>default route problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916983#M578926</link>
      <description>Hi everybody,&lt;BR /&gt;I am installing an L1000 (9000/800) with HPUX&lt;BR /&gt;11.00 and i am faced with a strange (for me)&lt;BR /&gt;routing problem. &lt;BR /&gt;&lt;BR /&gt;My network topology is the following:&lt;BR /&gt;the L1000 is part of a 192.160.1.0 network with address 11. The default gateway is 192.168.1.100&lt;BR /&gt;with Internet access.&lt;BR /&gt;&lt;BR /&gt;At first (after reboot), all works perfectly = i can ping&lt;BR /&gt;an Internet address without problem. After about&lt;BR /&gt;140 pings the default route doesn't work any more.&lt;BR /&gt;I can only ping systems on the 192.168.1.0 network.&lt;BR /&gt;&lt;BR /&gt;If i delete the default route (route delete default 192.168.1.100) and then add it again (route add net default 192.168.1.100 1), all is ok for an other 50 pings (the number of successful pings varies).&lt;BR /&gt;&lt;BR /&gt;Did i miss some configuration issue (though it's not my first L1000 i'm installing)?&lt;BR /&gt;For now, i don't think it's the network card (i can ping the other systems on the local network).&lt;BR /&gt;&lt;BR /&gt;Any help is much appreciated&lt;BR /&gt;&lt;BR /&gt;josef jirkovsky&lt;BR /&gt;TACTIC SA&lt;BR /&gt;Paris, France&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 13:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916983#M578926</guid>
      <dc:creator>Josef Jirkovsky</dc:creator>
      <dc:date>2003-03-03T13:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: default route problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916984#M578927</link>
      <description>To check whether it is a dead gateway  just do&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_ire_status &lt;BR /&gt;&lt;BR /&gt;if the output is IRE_GATEWAY DEAD then you can disable the dead gateway detection by modifying&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_ire_gw_probe&lt;BR /&gt;&lt;BR /&gt;If the output is 1 then it means that the dead gateway detection is turned on.&lt;BR /&gt;&lt;BR /&gt;you can turn it off using&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;To make it permanent make entries in the /etc/rc.config.d/nddconf file&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 03 Mar 2003 14:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916984#M578927</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-03T14:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: default route problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916985#M578928</link>
      <description>Hi Jolsef,&lt;BR /&gt;&lt;BR /&gt;Is the defualt route in /etc/rc.config.d/netconf?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 14:00:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916985#M578928</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-03-03T14:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: default route problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916986#M578929</link>
      <description>I've seen this happen with a runaway inetd process, use top for this.&lt;BR /&gt;&lt;BR /&gt;You may also have a denial of service or faulty network application reporting via icmp packets.  Use:&lt;BR /&gt;&lt;BR /&gt;netstat -p icmp&lt;BR /&gt;&lt;BR /&gt;-and-&lt;BR /&gt;&lt;BR /&gt;netstat -f inet | grep -i -e drop -e collision -e router -e unreachable&lt;BR /&gt;&lt;BR /&gt;Get a copy of tcpdump to see where the source of the icmp's are, if this is the case.</description>
      <pubDate>Mon, 03 Mar 2003 14:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916986#M578929</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-03T14:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: default route problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916987#M578930</link>
      <description>If dead gateway, which will occur in a DMZ, then no pings will come.  Above states:  "...After about &lt;BR /&gt;140 pings the default route doesn't work any more..." &lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 14:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916987#M578930</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-03T14:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: default route problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916988#M578931</link>
      <description>Check /etc/rc.log for errors.  In particular, something like NFS tries but fails to start up.</description>
      <pubDate>Mon, 03 Mar 2003 14:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916988#M578931</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-03T14:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: default route problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916989#M578932</link>
      <description>T.G. is correct.&lt;BR /&gt;&lt;BR /&gt;It's a dead gateway detection problem.  This is a default setting for 11.0.  You get about 3 minutes after the initial addition of a gateway before the lack of a ping response from the gateway gets it declared dead.&lt;BR /&gt;&lt;BR /&gt;I bet you cannot ping 192.168.1.100 which is what is causing your problem.  A lot of paranoid security people are stopping all replies to pings.   &lt;BR /&gt;&lt;BR /&gt;Just do as he says:&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That will fix the problem.  Then edit /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;Change the [0] to the next higher integer if you already have entries there.  That way when you reboot it will stay.&lt;BR /&gt;&lt;BR /&gt;I have seen reports where the ndd change did not work.  I suspect there is an ndd patch missing so if it does not work for you then look for the latest ndd patch.  I know our 11.0 system (which does not have the ndd patch) does not even show the existance of the option when you do ndd -h.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Mon, 03 Mar 2003 21:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916989#M578932</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-03-03T21:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: default route problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916990#M578933</link>
      <description>Thank you very much!&lt;BR /&gt;You are right, i had a "dead gateway" problem&lt;BR /&gt;and setting the detection to 0 was the successful&lt;BR /&gt;action to take.&lt;BR /&gt;&lt;BR /&gt;I have to keep up to date and not to stop learning.&lt;BR /&gt;&lt;BR /&gt;have a fine day!&lt;BR /&gt;josef</description>
      <pubDate>Tue, 04 Mar 2003 08:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-route-problem/m-p/2916990#M578933</guid>
      <dc:creator>Josef Jirkovsky</dc:creator>
      <dc:date>2003-03-04T08:48:24Z</dc:date>
    </item>
  </channel>
</rss>

