<?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 Gateway Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509191#M595635</link>
    <description>It should be entered in your /etc/rc.config.d/netconf file.  You may want to double check this file and make sure it's solid...&lt;BR /&gt;&lt;BR /&gt;/rcw</description>
    <pubDate>Sat, 24 Mar 2001 13:04:30 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2001-03-24T13:04:30Z</dc:date>
    <item>
      <title>Default Gateway Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509189#M595633</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In our HP 9000 L1000 server running HP-UX 11.00, whenever the server is rebooted, the default gateway vanishes. So now we are adding it everytime after rebooting the server.&lt;BR /&gt;&lt;BR /&gt;Can anyone prescribe a way to avoid this problem.&lt;BR /&gt;&lt;BR /&gt;Awaiting for all of your valuable replies.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards. &lt;BR /&gt;</description>
      <pubDate>Sat, 24 Mar 2001 07:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509189#M595633</guid>
      <dc:creator>sriharikumar_1</dc:creator>
      <dc:date>2001-03-24T07:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509190#M595634</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How did you setup the gateway? I found using the "set_parms" command is the most reliable way of doing this.  Also, if you could post the /etc/rc.config.d/netconf file of your system that would made the trouble shooting process much easier.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Philip</description>
      <pubDate>Sat, 24 Mar 2001 07:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509190#M595634</guid>
      <dc:creator>Philip Chan_1</dc:creator>
      <dc:date>2001-03-24T07:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509191#M595635</link>
      <description>It should be entered in your /etc/rc.config.d/netconf file.  You may want to double check this file and make sure it's solid...&lt;BR /&gt;&lt;BR /&gt;/rcw</description>
      <pubDate>Sat, 24 Mar 2001 13:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509191#M595635</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-03-24T13:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509192#M595636</link>
      <description>One more way SAM -&amp;gt;Networking and communication -&amp;gt; Internet Addresses : Action,  Default Gateway, enter the ipaddress and the name of your gateway.&lt;BR /&gt;&lt;BR /&gt;Goodluck.</description>
      <pubDate>Sat, 24 Mar 2001 15:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509192#M595636</guid>
      <dc:creator>Ajitkumar Rane</dc:creator>
      <dc:date>2001-03-24T15:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509193#M595637</link>
      <description>Hi,&lt;BR /&gt;Check for errors in the /etc/rc.log file.&lt;BR /&gt;The default gateway/route should be defined in the /etc/rc.config.d/netconf near the bottom of the file. Also check for duplicates/backups of this file in the /etc/rc.config.d directory as I've seen some situations where this causes weird problems.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Jason</description>
      <pubDate>Sun, 25 Mar 2001 02:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509193#M595637</guid>
      <dc:creator>janders</dc:creator>
      <dc:date>2001-03-25T02:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509194#M595638</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.00 has a "feature" called Dead Gateway Detection. Basically, the OS tries to ping its default gateway. If the default gateway doesn't respond, the OS just deletes the route entry. Nice feature, huh?&lt;BR /&gt;&lt;BR /&gt;To prevent the OS from doing so you have to use ndd. This can be done on the fly:&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;But, if you want this setting to remain active after a reboot, edit your /etc/rc.config.d/nddconf accordingly:&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;Hope this helps..&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Mon, 26 Mar 2001 10:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509194#M595638</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-03-26T10:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Default Gateway Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509195#M595639</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Setup is done in the /etc/rc.config.d/netconf file under the config of your interface: &lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default &lt;BR /&gt;ROUTE_MASK[0]="" &lt;BR /&gt;ROUTE_GATEWAY[0]=172.10.1.254 &lt;BR /&gt;ROUTE_COUNT[0]=0 &lt;BR /&gt;ROUTE_ARGS[0]="" &lt;BR /&gt;&lt;BR /&gt;For a hub/router/switch you will want to set &lt;BR /&gt;ROUTE_COUNT=1. &lt;BR /&gt;For local interface card you will set &lt;BR /&gt;ROUTE_COUNT=0. &lt;BR /&gt;&lt;BR /&gt;Marcel</description>
      <pubDate>Mon, 26 Mar 2001 10:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-gateway-problem/m-p/2509195#M595639</guid>
      <dc:creator>Marcel Boon</dc:creator>
      <dc:date>2001-03-26T10:44:26Z</dc:date>
    </item>
  </channel>
</rss>

