<?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: route destination in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373738#M566554</link>
    <description>Nope, you cannot add two default gatway IP addresses. Do a traceroute to 7.108.8.23 and find out the problem in the route.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Sep 2004 12:34:49 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-09-07T12:34:49Z</dc:date>
    <item>
      <title>route destination</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373733#M566549</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I Have some problem when try to make static route for a new network for my server&lt;BR /&gt;&lt;BR /&gt;Now my server have ip address 199.41.60.8 my default route is 199.41.60.5 (router). But I have other router to take way to the new network (7.108.8.0)199.41.60.10.&lt;BR /&gt;The command used to add the static network:&lt;BR /&gt;&lt;BR /&gt;route add net 7.108.8.0 netmask 255.255.255.0 199.40.60.10 &lt;BR /&gt;&lt;BR /&gt;The problem is that can`t ping any host in the network 7.108.8.23 for example.&lt;BR /&gt;&lt;BR /&gt;Some one can help me&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Sep 2004 11:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373733#M566549</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2004-09-07T11:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: route destination</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373734#M566550</link>
      <description>hmm...were u able to successfully add the route ?&lt;BR /&gt;&lt;BR /&gt;route add net 7.108.8.0 netmask 255.255.255.0 199.40.60.10 &lt;BR /&gt;&lt;BR /&gt;I believe you should mention the count as 1.&lt;BR /&gt;&lt;BR /&gt;route add net 7.108.8.0 netmask 255.255.255.0 199.40.60.10 1&lt;BR /&gt;&lt;BR /&gt;Execute the above command try ping</description>
      <pubDate>Tue, 07 Sep 2004 11:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373734#M566550</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-07T11:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: route destination</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373735#M566551</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You will have to specify the 'metric' at the end of your route statement. The metric is the number of hops your system has to make to reach the router. Since 199.41.60.10 is on the same subnet as of your system, then the metric to use it 1.&lt;BR /&gt;&lt;BR /&gt;So, modify your route statement as&lt;BR /&gt;&lt;BR /&gt;route add net 7.108.8.0 netmask 255.255.255.0 199.40.60.10 1&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 07 Sep 2004 12:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373735#M566551</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-07T12:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: route destination</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373736#M566552</link>
      <description>Yes, Im use the 1 in the end offline but I have same problem.&lt;BR /&gt;&lt;BR /&gt;My O.S. is HP-UX 10.20. Exist some way to add two Default Gateway`s in my Hp9000.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Sep 2004 12:27:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373736#M566552</guid>
      <dc:creator>Isaac_4</dc:creator>
      <dc:date>2004-09-07T12:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: route destination</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373737#M566553</link>
      <description>default means just that. system looks there first.&lt;BR /&gt;&lt;BR /&gt;The route add statement lets you add other destinations other than the default. Letting you connect to different routers.&lt;BR /&gt;&lt;BR /&gt;The goal of two default routers sounds to me like split brain. I can't look two places first. I can try gateway one(default) first and then i can try gateway two.&lt;BR /&gt;&lt;BR /&gt;The ping problem may just be that someone disabled ping on one of the routers. Perhaps a different connectivity test is called for.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 07 Sep 2004 12:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373737#M566553</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-07T12:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: route destination</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373738#M566554</link>
      <description>Nope, you cannot add two default gatway IP addresses. Do a traceroute to 7.108.8.23 and find out the problem in the route.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Sep 2004 12:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373738#M566554</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-07T12:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: route destination</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373739#M566555</link>
      <description>ermm.. I always thought default route is the last route that is checked , not the first route ?</description>
      <pubDate>Tue, 07 Sep 2004 12:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373739#M566555</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-07T12:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: route destination</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373740#M566556</link>
      <description>HI Issac,&lt;BR /&gt;&lt;BR /&gt;I would check how the route is taken.&lt;BR /&gt;&lt;BR /&gt;DO,&lt;BR /&gt;&lt;BR /&gt;traceroute 7.108.9.23&lt;BR /&gt;&lt;BR /&gt;If you don't have tracroute (I don't remember for 10.20) use ping with -o option&lt;BR /&gt;&lt;BR /&gt;ping -o 7.108.9.23 -n 2&lt;BR /&gt;&lt;BR /&gt;IT should take you through 199.41.60.10. If it is stopping after it, then you will have to check with your network people on how that route is setup.&lt;BR /&gt;&lt;BR /&gt;Post your 'netstat -rn' and someone may be able to assist you.&lt;BR /&gt;&lt;BR /&gt;You *cannot* have two default gateways. You specify "default" instead of 'net xx.xx.xx.0' while adding  route statement for the default gateway. Rest of the routes will be static routes as you have added.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 07 Sep 2004 12:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373740#M566556</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-07T12:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: route destination</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373741#M566557</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If HP-UX runs IP routing as is supposed to be normal (i hope :)) the default route is the last route checked.&lt;BR /&gt;&lt;BR /&gt;Also, it MUST (in theory) be possible to add a second route to the same destination with metric greater (or lower) than other configured. Simply, the IP driver MUST checks first the lower metric route, and if it's unsuccessful, take the other.&lt;BR /&gt;&lt;BR /&gt;In the scenery you are describing, maybe the other router MUST reply to the HP-UX box an ICMP-redirect pointing to the default router, if this router point to the default to reach the network.&lt;BR /&gt;&lt;BR /&gt;Â¿Can you see an incoming ICMP? (the only tool i know in HP-UX to see this will be tcpdump) Also, maybe some firewall is dropping ICMP traffic.&lt;BR /&gt;Try also the traceroute. Check also(if you can) the routes to the network in both routers.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Jorge.</description>
      <pubDate>Wed, 08 Sep 2004 02:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373741#M566557</guid>
      <dc:creator>Jorge Peinado</dc:creator>
      <dc:date>2004-09-08T02:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: route destination</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373742#M566558</link>
      <description>Since the 7.108.8.23 is new the odds are that it does not know how to get back to the 199.40.60.0 network.  A ping won't work if the destination has no route back to the source.&lt;BR /&gt;&lt;BR /&gt;traceroute worked as expected back in 10.20 so you should be able to do&lt;BR /&gt;&lt;BR /&gt;traceroute 7.108.8.23&lt;BR /&gt;&lt;BR /&gt;and should get replies from 199.40.60.10 then from the next hop then the next.  The problem is then usually in the hop that doesn't answer (assuming that the last hop knows where to send the packet to).  Assuming that the traceroute runs ok until the last router before the 7.108.8.23 then do a&lt;BR /&gt;netstat -rn &lt;BR /&gt;on the 7.108.8.23 and you will probably see that it is lacking a route to return to the 199.40.60.0 and its default (if any) point off a different way.&lt;BR /&gt;&lt;BR /&gt;traceroute is usually in /usr/sbin so if it pretends not to have it do &lt;BR /&gt;/usr/sbin/traceroute 7.108.8.23&lt;BR /&gt;&lt;BR /&gt;You can also trace to the 7.108.8.x interface on the last router before the 7.108.8.23 if you know it.  If that works then you know it's a missing or wrong route in the 7.108.8.23 or it has been told not to respond (running a firewall like Zone Alarm or XP's builtin ).&lt;BR /&gt;&lt;BR /&gt;Other possibilities are a filter or firewall in the network which don't allow ICMP.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Tue, 14 Sep 2004 17:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-destination/m-p/3373742#M566558</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2004-09-14T17:55:03Z</dc:date>
    </item>
  </channel>
</rss>

