<?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 routing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925126#M579247</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want create a route in a HP-UX, but, i don??t get.&lt;BR /&gt;&lt;BR /&gt;I used the command route with the parameters:&lt;BR /&gt;&lt;BR /&gt;route add 192.168.5 192.168.4.243&lt;BR /&gt;&lt;BR /&gt;it was created in a table routing, but the packet don??t arrive in the&lt;BR /&gt;host 192.168.4.243...&lt;BR /&gt;&lt;BR /&gt;The HP-UX ping in that host, but don??t routing the packets....&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Wed, 12 Mar 2003 14:03:36 GMT</pubDate>
    <dc:creator>Fabio_22</dc:creator>
    <dc:date>2003-03-12T14:03:36Z</dc:date>
    <item>
      <title>routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925126#M579247</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want create a route in a HP-UX, but, i don??t get.&lt;BR /&gt;&lt;BR /&gt;I used the command route with the parameters:&lt;BR /&gt;&lt;BR /&gt;route add 192.168.5 192.168.4.243&lt;BR /&gt;&lt;BR /&gt;it was created in a table routing, but the packet don??t arrive in the&lt;BR /&gt;host 192.168.4.243...&lt;BR /&gt;&lt;BR /&gt;The HP-UX ping in that host, but don??t routing the packets....&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 12 Mar 2003 14:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925126#M579247</guid>
      <dc:creator>Fabio_22</dc:creator>
      <dc:date>2003-03-12T14:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925127#M579248</link>
      <description>Use:&lt;BR /&gt;&lt;BR /&gt;route add PC GATEWAY NETMASK HOP_COUNT&lt;BR /&gt;&lt;BR /&gt;Obtain the information from lanscan and ifconfig.&lt;BR /&gt;&lt;BR /&gt;i.e.,&lt;BR /&gt;ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;-and-&lt;BR /&gt;&lt;BR /&gt;route add 192.168.4.243 192.168.5.250 255.255.252.0 2&lt;BR /&gt;&lt;BR /&gt;For bootup cofiguration use /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]=192.168.4.243&lt;BR /&gt;ROUTE_MASK[1]=255.255.252.0&lt;BR /&gt;ROUTE_GATEWAY[1]=192.168.5.250&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;NOTE:  Increase the indices to the next number [0], [1], etc.</description>
      <pubDate>Wed, 12 Mar 2003 14:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925127#M579248</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-12T14:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925128#M579249</link>
      <description>Thanks Frederick,&lt;BR /&gt;&lt;BR /&gt;I just put the paremeters net and metric and do it.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt; Fabio</description>
      <pubDate>Wed, 12 Mar 2003 14:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925128#M579249</guid>
      <dc:creator>Fabio_22</dc:creator>
      <dc:date>2003-03-12T14:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925129#M579250</link>
      <description>Fabio, first you route command is wrong. I am not sure but it looks like you are trying to define a static route to 192.168.5.0 network but you left off the final zero. Then you forgot the final parameter of HOP COUNT and if that is a router or device not local to the HPUX then that has to be a one (1). Here is what the route command should look like:&lt;BR /&gt;&lt;BR /&gt;route add 192.168.5.0 192.168.4.243 1&lt;BR /&gt;&lt;BR /&gt;That would route all packets to the 192.168.5.0 network via the 192.168.4.243 router.&lt;BR /&gt;&lt;BR /&gt;To keep this route after a reboot, then look at the previous responce of how to do this in the /etc/rc.config.d/netconf file.</description>
      <pubDate>Wed, 12 Mar 2003 14:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925129#M579250</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-03-12T14:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925130#M579251</link>
      <description>Points?</description>
      <pubDate>Wed, 12 Mar 2003 21:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925130#M579251</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-12T21:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925131#M579252</link>
      <description>If you need a temporary route you add the route through the route add command&lt;BR /&gt;&lt;BR /&gt;route add net 192.168.5.* netmask 255.*.*.* 192.168.4.243&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It has to work. If you need it permanently, edit your /etc/rc.config.d/netconf file for the same.&lt;BR /&gt;&lt;BR /&gt;Copy a previous routing entry and edit after pasting it below.&lt;BR /&gt;&lt;BR /&gt;-Anil</description>
      <pubDate>Wed, 12 Mar 2003 21:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925131#M579252</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2003-03-12T21:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925132#M579253</link>
      <description>Thanks...&lt;BR /&gt;&lt;BR /&gt;What points? i don't know nothing about this...</description>
      <pubDate>Thu, 13 Mar 2003 11:24:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing/m-p/2925132#M579253</guid>
      <dc:creator>Fabio_22</dc:creator>
      <dc:date>2003-03-13T11:24:45Z</dc:date>
    </item>
  </channel>
</rss>

