<?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: adding a static route return unreachable in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582807#M374013</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;johnsonpk&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;that.It could be because of ICMP is blocked on that n/w or g/w&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;how can you confirm, ????? with out seeing any errors posted .... (It could be some other issues)too.&lt;BR /&gt;&lt;BR /&gt;you should always start digging by (trace route) to give some ideas&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 12 Feb 2010 15:39:39 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2010-02-12T15:39:39Z</dc:date>
    <item>
      <title>adding a static route return unreachable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582801#M374007</link>
      <description>Hi &lt;BR /&gt;I am trying to a add a static route but I return unreachable.&lt;BR /&gt;&lt;BR /&gt;I have noted that this happend when I do a ping to the gateway 192.168.20.18 and I can not reach the gateway.&lt;BR /&gt;&lt;BR /&gt;When I reach the gateway 192.168.20.18 am I do the same command all is perfect&lt;BR /&gt;&lt;BR /&gt;The command that I am doing is &lt;BR /&gt;route add net 192.168.40.0 netmask 255.255.255.0 192.168.20.18 1&lt;BR /&gt;&lt;BR /&gt;The picture that I have added Think clarify a little more what I am trying to do.&lt;BR /&gt;&lt;BR /&gt;I have a NAT that make and IP translation for my HP ux box from 192.168.2.8 to 192.168.20.68&lt;BR /&gt;&lt;BR /&gt;The 192.168.2.1 is the gateway for the internal server that are together with the HPUX box and other network.&lt;BR /&gt;&lt;BR /&gt;The 192.168.20.18 is the gateway for the net 192.168.40.x&lt;BR /&gt;&lt;BR /&gt;here is the output for my netstat -nr &lt;BR /&gt;# netstat -nr&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination           Gateway            Flags Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH    0    lo0       32808&lt;BR /&gt;192.168.2.6           192.168.2.6        UH    0    lan0      32808&lt;BR /&gt;192.168.2.0           192.168.2.6        U     2    lan0       1500&lt;BR /&gt;192.168.33.0          192.168.2.1        UG    0    lan0       1500&lt;BR /&gt;192.168.100.0         192.168.2.1        UG    0    lan0       1500&lt;BR /&gt;192.168.24.0          192.168.2.1        UG    0    lan0       1500&lt;BR /&gt;&lt;BR /&gt;help are welcomes &lt;BR /&gt;&lt;BR /&gt;w.s</description>
      <pubDate>Fri, 12 Feb 2010 02:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582801#M374007</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2010-02-12T02:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: adding a static route return unreachable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582802#M374008</link>
      <description>&amp;gt;&amp;gt;route add net 192.168.40.0 netmask 255.255.255.0 192.168.20.18 1 &amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Command looks Ok, did you get any information route has been added ..?&lt;BR /&gt;after issue the below command ???&lt;BR /&gt;&lt;BR /&gt;can you do "trace route" to check how many hops&lt;BR /&gt;&lt;BR /&gt;# traceroute 192.168.20.18&lt;BR /&gt;&lt;BR /&gt;if no hops * * * * -&amp;gt; check with your network admin /support team&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;# netstat -nr&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination Gateway Flags Refs Interface Pmtu&lt;BR /&gt;127.0.0.1 127.0.0.1 UH 0 lo0 32808&lt;BR /&gt;192.168.2.6 192.168.2.6 UH 0 lan0 32808&lt;BR /&gt;192.168.2.0 192.168.2.6 U 2 lan0 1500&lt;BR /&gt;192.168.33.0 192.168.2.1 UG 0 lan0 1500&lt;BR /&gt;192.168.100.0 192.168.2.1 UG 0 lan0 1500&lt;BR /&gt;192.168.24.0 192.168.2.1 UG 0 lan0 1500&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;as per above routing table i would also use &amp;lt;192.168.2.1&amp;gt; -&amp;gt; gateway ip &lt;BR /&gt;&lt;BR /&gt;can you try as below :-&lt;BR /&gt;&lt;BR /&gt;route add net 192.168.40.0 netmask 255.255.255.0 192.168.2.1 1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2010 03:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582802#M374008</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-12T03:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: adding a static route return unreachable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582803#M374009</link>
      <description>&lt;!--!*#--&gt;What are the IP address and netmask of the&lt;BR /&gt;interface on the HP-UX system?  If they're&lt;BR /&gt;192.168.2.8 and 255.255.255.0, then the only&lt;BR /&gt;gateways it can reach would have addresses&lt;BR /&gt;like 192.168.2.x, for example, 192.168.2.1.&lt;BR /&gt;&lt;BR /&gt;If you specify a gateway on any other subnet,&lt;BR /&gt;then you should expect a complaint like&lt;BR /&gt;"unreachable".&lt;BR /&gt;&lt;BR /&gt;If 192.168.2.1 is the only gateway on that&lt;BR /&gt;subnetwork, then why not make it the default&lt;BR /&gt;route, and stop fooling around?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The picture that I have added Think clarify&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Not to me.  Boxes and wires don't have IP&lt;BR /&gt;addresses.  Interfaces have IP addresses.  I&lt;BR /&gt;see no addresses on the box labeled "NAT",&lt;BR /&gt;and too many on the box labeled "HP".</description>
      <pubDate>Fri, 12 Feb 2010 05:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582803#M374009</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-12T05:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: adding a static route return unreachable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582804#M374010</link>
      <description>Hi William,&lt;BR /&gt;&lt;BR /&gt;route add command tying reach the g/w you have specified and not able to do that.It could be because of ICMP is blocked on that n/w or g/w&lt;BR /&gt;&lt;BR /&gt;if the g/w is not reachable by ping and you still need to add the route , change the dead gateway detection to off:&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt; and add the route again.&lt;BR /&gt;Thanks!&lt;BR /&gt;Johnson&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2010 10:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582804#M374010</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2010-02-12T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: adding a static route return unreachable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582805#M374011</link>
      <description>In order to make this change permanent over reboots add entries in the ndd.conf file&lt;BR /&gt;&lt;BR /&gt;Johnson</description>
      <pubDate>Fri, 12 Feb 2010 10:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582805#M374011</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2010-02-12T10:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: adding a static route return unreachable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582806#M374012</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] It could be because of ICMP is&lt;BR /&gt;&amp;gt; blocked [...]&lt;BR /&gt;&lt;BR /&gt;Perhaps I'm confused, and we are working with&lt;BR /&gt;incomplete information, but ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt; route add net 192.168.40.0 netmask 255.255.255.0 192.168.20.18 1&lt;BR /&gt;&lt;BR /&gt;To me, this says, "If you wish to talk to&lt;BR /&gt;anyone at 192.168.40.x, then send the message&lt;BR /&gt;to 192.168.20.18."  The mystery is, if your&lt;BR /&gt;own address is 192.168.2.8 (and assuming a&lt;BR /&gt;netmask of 255.255.255.0 here, too), then&lt;BR /&gt;how do you get the message to 192.168.20.18?&lt;BR /&gt;It's not on your own subnet, and you don't&lt;BR /&gt;have a route to _it_.&lt;BR /&gt;&lt;BR /&gt;The problem, I claim, is not with anyone&lt;BR /&gt;blocking ICMP, but with a thoroughly confused&lt;BR /&gt;network configuration.  (And/or requests for&lt;BR /&gt;the impossible.)</description>
      <pubDate>Fri, 12 Feb 2010 15:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582806#M374012</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-12T15:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: adding a static route return unreachable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582807#M374013</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;johnsonpk&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;that.It could be because of ICMP is blocked on that n/w or g/w&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;how can you confirm, ????? with out seeing any errors posted .... (It could be some other issues)too.&lt;BR /&gt;&lt;BR /&gt;you should always start digging by (trace route) to give some ideas&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Feb 2010 15:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582807#M374013</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-12T15:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: adding a static route return unreachable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582808#M374014</link>
      <description>William&amp;gt;&amp;gt;I am trying to a add a static route but I return unreachable.&lt;BR /&gt;&lt;BR /&gt;I have noted that this happend when I do a ping to the gateway 192.168.20.18 and I can not reach the gateway.&lt;BR /&gt;&lt;BR /&gt;When I reach the gateway 192.168.20.18 am I do the same command all is perfect&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steven, I do agree that the post is not clear ,but see the above message, does this says ..at some point, he is able to reach the gateway 192.168.20.18 ?</description>
      <pubDate>Sat, 13 Feb 2010 18:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582808#M374014</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2010-02-13T18:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: adding a static route return unreachable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582809#M374015</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] does this says ..at some point, he is&lt;BR /&gt;&amp;gt; able to reach the gateway 192.168.20.18 ?&lt;BR /&gt;&lt;BR /&gt;I see "I can not reach the gateway" and "When&lt;BR /&gt;I reach the gateway", so I have no clear idea&lt;BR /&gt;what he means.  My psychic powers are much&lt;BR /&gt;too weak.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's usually a good idea to show actual&lt;BR /&gt;commands with their actual output.  It's an&lt;BR /&gt;especially good idea when English is a second&lt;BR /&gt;language, or when one does not have a good&lt;BR /&gt;understanding of the situation.</description>
      <pubDate>Sat, 13 Feb 2010 19:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582809#M374015</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-02-13T19:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: adding a static route return unreachable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582810#M374016</link>
      <description>Hi &lt;BR /&gt;It is also confused to my because I ping 192.168.20.18 , at some moments I lose the ping.&lt;BR /&gt;&lt;BR /&gt;Really the IP address form the HPUX is 192.160.2.8 and its gateway is 192.168.2.1.&lt;BR /&gt;&lt;BR /&gt;All clients external to the 192.168.2.8 have access to the server throught the translation made by the NAT 192.168.20.68=192.168.2.8</description>
      <pubDate>Sun, 14 Feb 2010 03:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582810#M374016</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2010-02-14T03:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: adding a static route return unreachable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582811#M374017</link>
      <description>Hi Will,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;It is also confused to my because I ping 192.168.20.18 , at some moments I lose the ping.&lt;BR /&gt;Really the IP address form the HPUX is 192.160.2.8 and its gateway is 192.168.2.1.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;As per above post from your's, looks like you need to closely work with your "Network Guys" to clear out all this doubts&lt;BR /&gt;&lt;BR /&gt;if were i would be " i will shows outputs of "ping" which lose some moments&lt;BR /&gt;&lt;BR /&gt;also "traceroute" command output to checks the hops and check with network admin&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Sun, 14 Feb 2010 03:12:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582811#M374017</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-14T03:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: adding a static route return unreachable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582812#M374018</link>
      <description>ok I will &lt;BR /&gt;Regards</description>
      <pubDate>Sun, 14 Feb 2010 04:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-static-route-return-unreachable/m-p/4582812#M374018</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2010-02-14T04:04:24Z</dc:date>
    </item>
  </channel>
</rss>

