<?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: routing issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774794#M261963</link>
    <description>Let me add a little to this.  We have 14 plants and 12 of them can get to this one box and 2 can't.  The 2 that can't are on these firebox soho routers.  They can get to the production box(RP7410), but they can't connect to or ping the test box(K460).  The netconf files are identical on all 3 boxes.  I think it has something to do with the soho routers, but I just wanted to check to see if I was missing anything on the unix side.</description>
    <pubDate>Thu, 20 Apr 2006 10:02:35 GMT</pubDate>
    <dc:creator>Jeff Hagstrom</dc:creator>
    <dc:date>2006-04-20T10:02:35Z</dc:date>
    <item>
      <title>routing issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774788#M261957</link>
      <description>I have 2 HPK460 and a RP7410 all running HPUX 11.00.  1 of the 460's and the RP7410 are at the same plant(10.20.*.*) and the other one is at 10.55.*.*.  The problem that I'm having is that one of the 460's(the one at the 10.20 site) can not ping a plant in S.C. and vise versa, they can't ping it.  Are there any routing tables on the box that need to be setup? What could the problem be?</description>
      <pubDate>Thu, 20 Apr 2006 08:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774788#M261957</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2006-04-20T08:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: routing issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774789#M261958</link>
      <description>Is your default route set?&lt;BR /&gt;&lt;BR /&gt;What is the output of:&lt;BR /&gt;&lt;BR /&gt;# netstat -rn&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2006 08:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774789#M261958</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-04-20T08:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: routing issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774790#M261959</link>
      <description>Shalom Jeff.&lt;BR /&gt;&lt;BR /&gt;Set default route as follows:&lt;BR /&gt;set_parms&lt;BR /&gt;&lt;BR /&gt;vi /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 20 Apr 2006 08:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774790#M261959</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-20T08:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: routing issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774791#M261960</link>
      <description>I would check connectivity beetwen the K and its gateway, since it cannot be reached from the external network.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2006 09:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774791#M261960</guid>
      <dc:creator>Tiziano Contorno _</dc:creator>
      <dc:date>2006-04-20T09:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: routing issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774792#M261961</link>
      <description>As said above all you need to do is simply edit this file: /etc/rc.config.d/netconf &lt;BR /&gt;&lt;BR /&gt;Make sure you have the appropriate routes in place, there should be something like:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[2]="default"&lt;BR /&gt;ROUTE_MASK[2]=""&lt;BR /&gt;ROUTE_GATEWAY[2]="192.168.1.1"&lt;BR /&gt;ROUTE_COUNT[2]="1"&lt;BR /&gt;ROUTE_ARGS[2]=""&lt;BR /&gt;&lt;BR /&gt;where:&lt;BR /&gt;[2] is the interface number&lt;BR /&gt;the mask is optional&lt;BR /&gt;192.168.1.1 is the gateway IP address&lt;BR /&gt;ROUTE_COUNT=1 means is a remote gateway (not local)&lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;james&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2006 09:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774792#M261961</guid>
      <dc:creator>jamesps</dc:creator>
      <dc:date>2006-04-20T09:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: routing issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774793#M261962</link>
      <description>Let me add a little to this.  We have 14 plants and 12 of them can get to this one box and 2 can't.  The 2 that can't are on these firebox soho routers.  They can get to the production box(RP7410), but they can't connect to or ping the test box(K460).  The netconf files are identical on all 3 boxes.  I think it has something to do with the soho routers, but I just wanted to check to see if I was missing anything.</description>
      <pubDate>Thu, 20 Apr 2006 10:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774793#M261962</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2006-04-20T10:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: routing issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774794#M261963</link>
      <description>Let me add a little to this.  We have 14 plants and 12 of them can get to this one box and 2 can't.  The 2 that can't are on these firebox soho routers.  They can get to the production box(RP7410), but they can't connect to or ping the test box(K460).  The netconf files are identical on all 3 boxes.  I think it has something to do with the soho routers, but I just wanted to check to see if I was missing anything on the unix side.</description>
      <pubDate>Thu, 20 Apr 2006 10:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774794#M261963</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2006-04-20T10:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: routing issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774795#M261964</link>
      <description>NDD may disable your default gateway if that gateway is secured and for example does not echo out icmp requests.&lt;BR /&gt;&lt;BR /&gt;see if you have a dead gateway:&lt;BR /&gt;#ndd -get /dev/ip ip_ire_status&lt;BR /&gt;if the output is IRE_GATEWAY DEAD then this may explain your problem and you can disable the dead gateway detection by modifying&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. You can turn it off using&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;james</description>
      <pubDate>Thu, 20 Apr 2006 12:06:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-issue/m-p/3774795#M261964</guid>
      <dc:creator>jamesps</dc:creator>
      <dc:date>2006-04-20T12:06:11Z</dc:date>
    </item>
  </channel>
</rss>

