<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128795#M315962</link>
    <description>Use:&lt;BR /&gt;&lt;BR /&gt;#route add 10.125.0.10 netmask 255.255.255.192 1&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
    <pubDate>Mon, 14 Jan 2008 13:15:36 GMT</pubDate>
    <dc:creator>Ivan Krastev</dc:creator>
    <dc:date>2008-01-14T13:15:36Z</dc:date>
    <item>
      <title>route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128793#M315960</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Want to know how to do route add for IP address 10.125.0.10/26 in HP-Unix.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 14 Jan 2008 13:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128793#M315960</guid>
      <dc:creator>zsujith</dc:creator>
      <dc:date>2008-01-14T13:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128794#M315961</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;With any route, its the route command.&lt;BR /&gt;&lt;BR /&gt;route add&lt;BR /&gt;&lt;BR /&gt;In order to know what to put into the command, you need to talk to network administration and get the address of the network gateway.&lt;BR /&gt;&lt;BR /&gt;Once you have that a simple check of the man page for route will give you examples and syntax.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 14 Jan 2008 13:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128794#M315961</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-01-14T13:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128795#M315962</link>
      <description>Use:&lt;BR /&gt;&lt;BR /&gt;#route add 10.125.0.10 netmask 255.255.255.192 1&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 14 Jan 2008 13:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128795#M315962</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-01-14T13:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128796#M315963</link>
      <description>&amp;gt; #route add 10.125.0.10 netmask 255.255.255.192 1&lt;BR /&gt;&lt;BR /&gt;With no "gateway", this might not work so&lt;BR /&gt;well.  "man route" (look for "add") is good&lt;BR /&gt;advice.</description>
      <pubDate>Mon, 14 Jan 2008 13:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128796#M315963</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-01-14T13:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128797#M315964</link>
      <description>Long time ago...&lt;BR /&gt;comand line:&lt;BR /&gt;/usr/sbin/route add  net 10.125.0.10 netmask 255.255.255.192 10.125.0.10 0&lt;BR /&gt;&lt;BR /&gt;but do not forget to add it into /etc/rc.config.d/netconf&lt;BR /&gt;els you will lose your settings after a reboot!</description>
      <pubDate>Mon, 14 Jan 2008 13:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128797#M315964</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2008-01-14T13:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128798#M315965</link>
      <description>By the way, does "10.125.0.10/26" actually&lt;BR /&gt;make any sense?&lt;BR /&gt;&lt;BR /&gt;Do you mean that the network is&lt;BR /&gt;10.125.0.0/26, and the gateway is&lt;BR /&gt;10.125.0.10, or what?</description>
      <pubDate>Mon, 14 Jan 2008 13:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128798#M315965</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-01-14T13:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128799#M315966</link>
      <description>Totally agree with Steven Schweda. It is hard to give the exact route add cmd for that IP w/o more info. Unless you just want the syntax do a man on route(1M). It would help if you posted the output of the routing table i.e.&lt;BR /&gt;&lt;BR /&gt;# netstat -rn</description>
      <pubDate>Mon, 14 Jan 2008 15:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128799#M315966</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2008-01-14T15:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128800#M315967</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;This is the command&lt;BR /&gt;&lt;BR /&gt;route add &lt;NET&gt; &lt;HOST id=""&gt; 10.125.0.10 &lt;GATEWAY&gt; 1&lt;BR /&gt;&lt;BR /&gt;For more information refer to the man page of route.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Padma&lt;/GATEWAY&gt;&lt;/HOST&gt;&lt;/NET&gt;</description>
      <pubDate>Mon, 14 Jan 2008 17:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128800#M315967</guid>
      <dc:creator>Padma Asrani</dc:creator>
      <dc:date>2008-01-14T17:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: route add</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128801#M315968</link>
      <description>&amp;gt; This is the command&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Not likely.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; For more information refer to the man page of route.&lt;BR /&gt;&lt;BR /&gt;_That_ is still good advice.</description>
      <pubDate>Mon, 14 Jan 2008 19:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add/m-p/4128801#M315968</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-01-14T19:47:48Z</dc:date>
    </item>
  </channel>
</rss>

