<?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 add command give odd error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083390#M540367</link>
    <description>&amp;gt; But I can ping the IP and traceroute to&lt;BR /&gt;&amp;gt; both the a server on the 10.10.10 and the&lt;BR /&gt;&amp;gt; router.&lt;BR /&gt;&lt;BR /&gt;As usual, showing the actual commands used&lt;BR /&gt;and their output would probably reveal more&lt;BR /&gt;than your summary of what you think happened&lt;BR /&gt;when you did some unknown thing.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I'm also followings an ITRC post [...]&lt;BR /&gt;&lt;BR /&gt;Which one?  Some are more relevant and/or&lt;BR /&gt;helpful than others.</description>
    <pubDate>Sat, 08 Dec 2007 00:39:13 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2007-12-08T00:39:13Z</dc:date>
    <item>
      <title>route add command give odd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083384#M540361</link>
      <description>When I type "route add 10.10.10 10.1.1.2 1"&lt;BR /&gt;I see:&lt;BR /&gt;&lt;BR /&gt;add net 10.10.10: gateway 10.1.1.2: Network is unreachable"&lt;BR /&gt;&lt;BR /&gt;But I can ping the IP and traceroute to both the a server on the 10.10.10 and the router.&lt;BR /&gt;&lt;BR /&gt;I'm also followings an ITRC post, what is the issue here?</description>
      <pubDate>Fri, 07 Dec 2007 21:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083384#M540361</guid>
      <dc:creator>harmt01</dc:creator>
      <dc:date>2007-12-07T21:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: route add command give odd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083385#M540362</link>
      <description>I would change:&lt;BR /&gt;route add 10.10.10 10.1.1.2 1&lt;BR /&gt;to&lt;BR /&gt;route add 10.10.10.0 10.1.1.2 1&lt;BR /&gt;&lt;BR /&gt;so that I am certain that you are specifying a network address.&lt;BR /&gt;&lt;BR /&gt;What are you subnet masks for each interface? &lt;BR /&gt;&lt;BR /&gt;It would probably be helpful to post the output of netstat -r.&lt;BR /&gt;&lt;BR /&gt;It would also be helpful to see the output of "ifconfig lan0", "ifconfig lan1", ... for all of your active NIC's.</description>
      <pubDate>Fri, 07 Dec 2007 21:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083385#M540362</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-12-07T21:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: route add command give odd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083386#M540363</link>
      <description>Same error with that command. Just added a .0&lt;BR /&gt;Where do I add mask?&lt;BR /&gt;&lt;BR /&gt;mask is 255.255.255.0 for both.&lt;BR /&gt;Can't send other info as it is a company network.</description>
      <pubDate>Fri, 07 Dec 2007 22:01:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083386#M540363</guid>
      <dc:creator>harmt01</dc:creator>
      <dc:date>2007-12-07T22:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: route add command give odd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083387#M540364</link>
      <description>route add 10.10.10 netmask 255.255.255.0 10.1.1.2 1&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;But I can ping the IP and traceroute to both the a server on the 10.10.10 and the router.&lt;BR /&gt;Where are you pinging from ?  You need to be able to ping the router ( 10.1.1.2 ) from the server you are adding the route to.  When the route is added an ICMP packet is sent.  The message is saying that route is not responding.&lt;BR /&gt;&lt;BR /&gt;I am also assuming that your lan interface IP is 10.1.1.something.&lt;BR /&gt;&lt;BR /&gt;This is why the output of ifconfig or netstat -in and netstat -rvn was requested.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Dec 2007 22:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083387#M540364</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-12-07T22:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: route add command give odd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083388#M540365</link>
      <description>Could you post the IP of the server on the 10.10.10 network. Also what is that network's mask? Could you post the output of the following commands:&lt;BR /&gt;&lt;BR /&gt;# netstat -rnv&lt;BR /&gt;# netstat -in&lt;BR /&gt;# traceroute &lt;IP of="" server="" on="" the="" 10.10.10="" network=""&gt;&lt;/IP&gt;</description>
      <pubDate>Fri, 07 Dec 2007 23:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083388#M540365</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-12-07T23:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: route add command give odd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083389#M540366</link>
      <description>&amp;gt;&amp;gt;&amp;gt; I'm also followings an ITRC post, what is the issue here? &lt;BR /&gt;&lt;BR /&gt;Without the data I requested, it's not possible to know. &lt;BR /&gt;&lt;BR /&gt;because this is a 10.X.X.X network (and thus a private network), you really aren't risking anything (other than attack from someone within your owm 10.X.X.X network) by posting the output of netstat and ifconfig.&lt;BR /&gt;&lt;BR /&gt;At the very least, execute those commands yourself and you will probably see why you can ping with a static route.</description>
      <pubDate>Fri, 07 Dec 2007 23:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083389#M540366</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-12-07T23:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: route add command give odd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083390#M540367</link>
      <description>&amp;gt; But I can ping the IP and traceroute to&lt;BR /&gt;&amp;gt; both the a server on the 10.10.10 and the&lt;BR /&gt;&amp;gt; router.&lt;BR /&gt;&lt;BR /&gt;As usual, showing the actual commands used&lt;BR /&gt;and their output would probably reveal more&lt;BR /&gt;than your summary of what you think happened&lt;BR /&gt;when you did some unknown thing.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I'm also followings an ITRC post [...]&lt;BR /&gt;&lt;BR /&gt;Which one?  Some are more relevant and/or&lt;BR /&gt;helpful than others.</description>
      <pubDate>Sat, 08 Dec 2007 00:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083390#M540367</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-12-08T00:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: route add command give odd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083391#M540368</link>
      <description>You cannot add a route using a gateway that is on a network not directly connected to the system.  So, unless you have an interface in the system configured into the same subnet as 10.1.1.2 you cannot use 10.1.1.2 as a gateway.</description>
      <pubDate>Sat, 08 Dec 2007 01:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083391#M540368</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-12-08T01:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: route add command give odd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083392#M540369</link>
      <description>I can't provide more info due to secure enviroment.  &lt;BR /&gt;&lt;BR /&gt;Thanks for your help all.</description>
      <pubDate>Mon, 10 Dec 2007 16:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083392#M540369</guid>
      <dc:creator>harmt01</dc:creator>
      <dc:date>2007-12-10T16:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: route add command give odd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083393#M540370</link>
      <description>Just make sure you and your organization don't put too much faith in security through obscurity.</description>
      <pubDate>Mon, 10 Dec 2007 18:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083393#M540370</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2007-12-10T18:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: route add command give odd error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083394#M540371</link>
      <description>&amp;gt; I can't provide more info due to secure&lt;BR /&gt;&amp;gt; enviroment.&lt;BR /&gt;&lt;BR /&gt;If you're living in fear of hijacked Windows&lt;BR /&gt;systems in China attacking your 10.x.x.x&lt;BR /&gt;networks, then you have more problems than&lt;BR /&gt;one bad route.</description>
      <pubDate>Mon, 10 Dec 2007 19:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-command-give-odd-error/m-p/5083394#M540371</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-12-10T19:29:34Z</dc:date>
    </item>
  </channel>
</rss>

