<?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: the command route...... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425933#M1292</link>
    <description>you can echo $? after the command&lt;BR /&gt;1=Not done&lt;BR /&gt;0=Done&lt;BR /&gt;&lt;BR /&gt;Also try calling route by its whole path just incase an alias it set up for it&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Jun 2000 11:09:36 GMT</pubDate>
    <dc:creator>Neil Moore</dc:creator>
    <dc:date>2000-06-13T11:09:36Z</dc:date>
    <item>
      <title>the command route......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425931#M1290</link>
      <description>Hi,&lt;BR /&gt;I'm trying to insert a net in my routing table with the route command with the following sintax:&lt;BR /&gt;route add [NET IP][GATEWAY IP][SUBNET IP]&lt;BR /&gt;after this i type in "route -n" and I don't get any visible output.&lt;BR /&gt;I read the man page but it realy didn't (this is quite common:)).&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 13 Jun 2000 08:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425931#M1290</guid>
      <dc:creator>sandro ginnari_1</dc:creator>
      <dc:date>2000-06-13T08:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: the command route......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425932#M1291</link>
      <description>Have you tried netstat -r and netstat -rn</description>
      <pubDate>Tue, 13 Jun 2000 08:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425932#M1291</guid>
      <dc:creator>Andrew Lartey</dc:creator>
      <dc:date>2000-06-13T08:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: the command route......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425933#M1292</link>
      <description>you can echo $? after the command&lt;BR /&gt;1=Not done&lt;BR /&gt;0=Done&lt;BR /&gt;&lt;BR /&gt;Also try calling route by its whole path just incase an alias it set up for it&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2000 11:09:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425933#M1292</guid>
      <dc:creator>Neil Moore</dc:creator>
      <dc:date>2000-06-13T11:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: the command route......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425934#M1293</link>
      <description>I encountered this problem today also.&lt;BR /&gt;&lt;BR /&gt;route in HP-UX is only used to add/remove routing table entries dynamically. I don't even believe that it CAN permanently add a routing entry to the routing table.&lt;BR /&gt;&lt;BR /&gt;To answer your question.....use netstat -rn or netstat -r to display the routing information.&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2000 14:00:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425934#M1293</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-06-13T14:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: the command route......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425935#M1294</link>
      <description>I encountered this problem today also.&lt;BR /&gt;&lt;BR /&gt;route in HP-UX is only used to add/remove routing table entries dynamically. I don't even believe that it CAN permanently add a routing entry to the routing table.&lt;BR /&gt;&lt;BR /&gt;To answer your question.....use netstat -rn or netstat -r to display the routing information.&lt;BR /&gt;&lt;BR /&gt;--Scott&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2000 14:02:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425935#M1294</guid>
      <dc:creator>Scott D. Allen</dc:creator>
      <dc:date>2000-06-13T14:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: the command route......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425936#M1295</link>
      <description>To add temporary routes, use route add, and check with netstat -r[n] (since route does not complain upon errors!)&lt;BR /&gt;&lt;BR /&gt;To add permanent static routes, edit /etc/rc.config.d/netconf. You will find comments explaining what to do exactly.&lt;BR /&gt;&lt;BR /&gt;Good hint: NEVER forget to set HOP_COUNT to 1 (or whatever), since the default is 0 (thus making your route NOT to cross a router!)</description>
      <pubDate>Tue, 13 Jun 2000 14:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425936#M1295</guid>
      <dc:creator>Emmanuel Eyer</dc:creator>
      <dc:date>2000-06-13T14:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: the command route......</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425937#M1296</link>
      <description>I think in your syntax you don't have [destination IP],  also if you want you can specifiy counts at the end after destination IP.</description>
      <pubDate>Wed, 14 Jun 2000 11:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/the-command-route/m-p/2425937#M1296</guid>
      <dc:creator>Kishor Bagul</dc:creator>
      <dc:date>2000-06-14T11:57:36Z</dc:date>
    </item>
  </channel>
</rss>

