<?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 Router in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563015#M594032</link>
    <description>a count of 1 should be used when the gateway is a separate system. if you are using your own local IP address as the default route (aka proxy arp), the count should be 0</description>
    <pubDate>Wed, 08 Aug 2001 17:16:29 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2001-08-08T17:16:29Z</dc:date>
    <item>
      <title>Default Router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563009#M594026</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have confusion regarding default router or dynamic routing. I have defined a default router entry in /etc/rc.config.d/netconf file. But when I rebooted my system I found that I have lost my network connectivity with other system. &lt;BR /&gt;&lt;BR /&gt;So when I was trying to find some reason I found followings suspicious things:&lt;BR /&gt;&lt;BR /&gt;I don?t ( netstat ?rn) have default router entry in my routing table even though my /etc/rc.config.d/netconf file has a entry for default router.&lt;BR /&gt;&lt;BR /&gt;Second thing I found that in my /etc/rc.config.d/netconf file dynamic routing was set to on (GATED=1). I am not using dynamic routing. &lt;BR /&gt;&lt;BR /&gt;Does it create any problem with default router? Because everything is fine after I added default entry to my router table.&lt;BR /&gt;&lt;BR /&gt;I need to find out cause of the problem, so please do reply.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;vivek&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Aug 2001 22:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563009#M594026</guid>
      <dc:creator>Vivek_3</dc:creator>
      <dc:date>2001-08-07T22:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Default Router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563010#M594027</link>
      <description>Hi Vivek,&lt;BR /&gt;&lt;BR /&gt;First thing, Since Dynamic Routing is not being used, you can comment GATED value or make it 0 in netconf file.&lt;BR /&gt;&lt;BR /&gt;After doing so, still if the gateway problem continues, check for the Route Count value in the netconf file. It should be set to 1. &lt;BR /&gt;&lt;BR /&gt;For me whenever I was rebooting the server, the default gateway was missing. Later we found that there was multiple entry of Route Count mentioned 1 as well as 0 in the last line of the file.&lt;BR /&gt;&lt;BR /&gt;So check for the proper Route Count value in&lt;BR /&gt;the netconf file.&lt;BR /&gt;&lt;BR /&gt;Hope this would help you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;N.Harinath</description>
      <pubDate>Wed, 08 Aug 2001 03:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563010#M594027</guid>
      <dc:creator>Harinath N</dc:creator>
      <dc:date>2001-08-08T03:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Default Router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563011#M594028</link>
      <description>Hello,&lt;BR /&gt;In the netconf file modify the entries.&lt;BR /&gt;change your GATED value to 0.&lt;BR /&gt;Enter your gateway ipaddress.&lt;BR /&gt;Change ROUTE_COUNT to 1.&lt;BR /&gt;ROUTE_GATEWAY[0]=xx.xx.xx.xx&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_DESTINATION[0]="default"  .&lt;BR /&gt;Then do a reboot. &lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;If you want to add the route entry on the fly&lt;BR /&gt;Then,&lt;BR /&gt;#route add net default xx.xx.xx.xx 1&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;Even you can use &lt;BR /&gt;#set_parms addl_netwrk to configure your gateway.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;GManikandan</description>
      <pubDate>Wed, 08 Aug 2001 05:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563011#M594028</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-08-08T05:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Default Router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563012#M594029</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  As you seem to have lost the network connectibity after reboot it will help to check the /etc/rc.log to check if network startup scripts were executed without errors.&lt;BR /&gt;&lt;BR /&gt;..BPK...</description>
      <pubDate>Wed, 08 Aug 2001 05:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563012#M594029</guid>
      <dc:creator>Praveen Bezawada</dc:creator>
      <dc:date>2001-08-08T05:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Default Router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563013#M594030</link>
      <description>Hi,&lt;BR /&gt;#set_parms initial&lt;BR /&gt;once you set all the values including the gateway, your default gateway will remain unchanged</description>
      <pubDate>Wed, 08 Aug 2001 06:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563013#M594030</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-08-08T06:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Default Router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563014#M594031</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks to all of you for putting your time here. &lt;BR /&gt;&lt;BR /&gt;when i rebooted my system After Changing GATED=0 evryting is fine.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;vivek&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Aug 2001 16:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563014#M594031</guid>
      <dc:creator>Vivek_3</dc:creator>
      <dc:date>2001-08-08T16:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Default Router</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563015#M594032</link>
      <description>a count of 1 should be used when the gateway is a separate system. if you are using your own local IP address as the default route (aka proxy arp), the count should be 0</description>
      <pubDate>Wed, 08 Aug 2001 17:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-router/m-p/2563015#M594032</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2001-08-08T17:16:29Z</dc:date>
    </item>
  </channel>
</rss>

