<?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: HP8000 IP Routes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277884#M569583</link>
    <description>hi&lt;BR /&gt;route delete net 192.168.157.0 netmask 255.255.255.0 192.168.150.14&lt;BR /&gt;&lt;BR /&gt;should delete it for you.&lt;BR /&gt;&lt;BR /&gt;with best wishes&lt;BR /&gt;naveej</description>
    <pubDate>Mon, 17 May 2004 06:50:52 GMT</pubDate>
    <dc:creator>Naveej.K.A</dc:creator>
    <dc:date>2004-05-17T06:50:52Z</dc:date>
    <item>
      <title>HP8000 IP Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277876#M569575</link>
      <description>We have a HP server running HP-UX on a network address of 192.168.150.10, &lt;BR /&gt;we also have another network running on 192.168.157.*  &lt;BR /&gt;&lt;BR /&gt;We want to be able to set up a route so that traffic going to the 157 network goes thru the correct gateway and hits the correct  network, rather than out into internet land as it is atm.&lt;BR /&gt;&lt;BR /&gt;The netstat -rv command brings back the following :&lt;BR /&gt;&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask    Gateway         Flags   Refs     Use  Interface  Pmtu PmtuTime&lt;BR /&gt;localhost/0xffffffff&lt;BR /&gt;                localhost       UH         0     342  lo0        4608&lt;BR /&gt;adconew/0xffffffff&lt;BR /&gt;                localhost       UH         2   37854  lo0        4608&lt;BR /&gt;192.168.153.61/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       0     735  lan0       1500&lt;BR /&gt;192.168.153.199/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       0       6  lan0       1500&lt;BR /&gt;192.168.153.200/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       0     267  lan0       1500&lt;BR /&gt;192.168.153.202/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       1     161  lan0       1500&lt;BR /&gt;192.168.154.30/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       0      40  lan0       1500&lt;BR /&gt;192.168.154.32/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       1     750  lan0       1500&lt;BR /&gt;192.168.154.55/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       1     884  lan0       1500&lt;BR /&gt;192.168.154.70/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       1    2292  lan0       1500&lt;BR /&gt;192.168.156.25/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       2    2091  lan0       1500&lt;BR /&gt;192.168.156.35/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       1     179  lan0       1500&lt;BR /&gt;192.168.156.54/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       2    2105  lan0       1500&lt;BR /&gt;192.168.156.88/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       1    2541  lan0       1500&lt;BR /&gt;192.168.156.105/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       1      17  lan0       1500&lt;BR /&gt;192.168.156.107/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       0       0  lan0       1500&lt;BR /&gt;192.168.156.114/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       2    2172  lan0       1500&lt;BR /&gt;192.168.156.117/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       4    3917  lan0       1500&lt;BR /&gt;192.168.156.118/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       3    2653  lan0       1500&lt;BR /&gt;192.168.156.120/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       0    3471  lan0       1500&lt;BR /&gt;192.168.156.121/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       1     409  lan0       1500&lt;BR /&gt;192.168.156.131/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       2    5940  lan0       1500&lt;BR /&gt;192.168.156.196/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       1    2244  lan0       1500&lt;BR /&gt;192.168.156.198/0xffffffff&lt;BR /&gt;                192.168.150.2   UGHD       0       0  lan0       1500&lt;BR /&gt;default/0x00000000&lt;BR /&gt;                192.168.150.1   UG         2   98118  lan0       1500&lt;BR /&gt;192.168.150/0xffffff00&lt;BR /&gt;                adconew         U          0    8757  lan0       1500&lt;BR /&gt;192.168.157/0xffffff00&lt;BR /&gt;                192.168.150.14  U          0      34  lan0       1500&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So far we have made changes to the file in rc.config.d but the route didnt appear.&lt;BR /&gt;&lt;BR /&gt;we have used a route add host 192.168.157.1 192.168.150.14 1   &lt;BR /&gt;command and the route appeared, but we still cannot ping anything on the 192.168.157 netework.&lt;BR /&gt;192.168.150.14 is a gateway to the 157 network.&lt;BR /&gt;&lt;BR /&gt;anyhelp cheers&lt;BR /&gt;&lt;BR /&gt;Andrew&lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 06:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277876#M569575</guid>
      <dc:creator>Andrew_225</dc:creator>
      <dc:date>2004-05-17T06:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: HP8000 IP Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277877#M569576</link>
      <description>Hi andrew,&lt;BR /&gt;&lt;BR /&gt;if you want to ping the whole of the 192.168.157 network&lt;BR /&gt;&lt;BR /&gt;you need to add something like&lt;BR /&gt;route add net 192.168.157.0 netmask 255.255.255.0 192.168.150.14 1&lt;BR /&gt;&lt;BR /&gt;after giving the route add host command as mentioned in your query, are you able to ping the IP 192.168.157.1???&lt;BR /&gt;&lt;BR /&gt;with best wishes&lt;BR /&gt;Naveej</description>
      <pubDate>Mon, 17 May 2004 06:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277877#M569576</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-05-17T06:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: HP8000 IP Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277878#M569577</link>
      <description>no , no packets get thru.&lt;BR /&gt;&lt;BR /&gt;and if i doa  traceroute to 192.168.157.1 its 1st hop is to 192.168.150.252 (another gw on our lan)&lt;BR /&gt;i woulda expected it to go to the 150.14 address &lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 06:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277878#M569577</guid>
      <dc:creator>Andrew_225</dc:creator>
      <dc:date>2004-05-17T06:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: HP8000 IP Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277879#M569578</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;an entry in the /etc/rc.config.d/netconf should look something like&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="192.168.157"&lt;BR /&gt;ROUTE_MASK[1]="255.255.255.0"&lt;BR /&gt;ROUTE_GATEWAY[1]="192.168.150.14"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;are you able to ping the gateway....&lt;BR /&gt;what does traceroute 192.168.157.2 shows??&lt;BR /&gt;&lt;BR /&gt;with best wishes&lt;BR /&gt;Naveej</description>
      <pubDate>Mon, 17 May 2004 06:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277879#M569578</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-05-17T06:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: HP8000 IP Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277880#M569579</link>
      <description>route add net 192.168.157.0 netmask 255.255.255.0 192.168.150.14 1 &lt;BR /&gt;add net 192.168.157.0: gateway 192.168.150.14: entry in use          &lt;BR /&gt;                                                                    &lt;BR /&gt;i havent managed to delete the current one either</description>
      <pubDate>Mon, 17 May 2004 06:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277880#M569579</guid>
      <dc:creator>Andrew_225</dc:creator>
      <dc:date>2004-05-17T06:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: HP8000 IP Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277881#M569580</link>
      <description>ROUTE_DESTINATION[5]=192.168.157.0&lt;BR /&gt;ROUTE_MASK[5]="255.255.255.0"&lt;BR /&gt;ROUTE_GATEWAY[5]=192.168.150.14&lt;BR /&gt;ROUTE_COUNT[5]=1&lt;BR /&gt;ROUTE_ARGS[5]=""&lt;BR /&gt;&lt;BR /&gt;is in the netconf file and the system has been rebooted since.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the tracertoute to 157.2 &amp;gt;&lt;BR /&gt;# traceroute 192.168.157.2                                                   &lt;BR /&gt;traceroute to 192.168.157.2 (192.168.157.2), 30 hops max, 20 byte packets    &lt;BR /&gt; 1 192.168.150.252 (192.168.150.252)               2 ms    2 ms    2 ms      &lt;BR /&gt; 2 192.168.150.252 (192.168.150.252)               3 ms *    3 ms            &lt;BR /&gt; 3 *                                                                         &lt;BR /&gt;   192.168.150.252 (192.168.150.252)               3 ms *                    &lt;BR /&gt; 4 192.168.150.252 (192.168.150.252)               3 ms *    3 ms            &lt;BR /&gt; 5 *                                                                         &lt;BR /&gt;   192.168.150.252 (192.168.150.252)               3 ms *                    &lt;BR /&gt; 6 192.168.150.252 (192.168.150.252)               3 ms *    3 ms            &lt;BR /&gt; 7 *                                                                         &lt;BR /&gt;   192.168.150.252 (192.168.150.252)               3 ms *                    &lt;BR /&gt; 8 192.168.150.252 (192.168.150.252)               3 ms *   41 ms            &lt;BR /&gt; 9 *                                                                         &lt;BR /&gt;   192.168.150.252 (192.168.150.252)               4 ms *                    &lt;BR /&gt;10 192.168.150.252 (192.168.150.252)               3 ms *    3 ms            &lt;BR /&gt;11 *                                                                         &lt;BR /&gt;   192.168.150.252 (192.168.150.252)               3 ms *                    &lt;BR /&gt;12 192.168.150.252 (192.168.150.252)               3 ms *    3 ms            &lt;BR /&gt;13 *                                                                         &lt;BR /&gt;   192.168.150.252 (192.168.150.252)               3 ms *                    &lt;BR /&gt;14 192.168.150.252 (192.168.150.252)               3 ms *    3 ms            &lt;BR /&gt;15 *                                                                         &lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 06:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277881#M569580</guid>
      <dc:creator>Andrew_225</dc:creator>
      <dc:date>2004-05-17T06:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: HP8000 IP Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277882#M569581</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;route delete 192.168.157.0 netmask 255.255.255.0 192.168.150.14 1&lt;BR /&gt;&lt;BR /&gt;should delete the route for you..&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;Naveej</description>
      <pubDate>Mon, 17 May 2004 06:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277882#M569581</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-05-17T06:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: HP8000 IP Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277883#M569582</link>
      <description># route delete 192.168.157.0 netmask 255.255.255.0 192.168.150.14 1  &lt;BR /&gt;usage: delete destination [netmask mask] gateway                     &lt;BR /&gt;#                                                                    &lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 06:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277883#M569582</guid>
      <dc:creator>Andrew_225</dc:creator>
      <dc:date>2004-05-17T06:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: HP8000 IP Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277884#M569583</link>
      <description>hi&lt;BR /&gt;route delete net 192.168.157.0 netmask 255.255.255.0 192.168.150.14&lt;BR /&gt;&lt;BR /&gt;should delete it for you.&lt;BR /&gt;&lt;BR /&gt;with best wishes&lt;BR /&gt;naveej</description>
      <pubDate>Mon, 17 May 2004 06:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277884#M569583</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-05-17T06:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: HP8000 IP Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277885#M569584</link>
      <description>once i got rid of the 157.1 route , and added the suggested 192.168.157.0 it all works fine&lt;BR /&gt;&lt;BR /&gt;Many thanks!&lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 06:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp8000-ip-routes/m-p/3277885#M569584</guid>
      <dc:creator>Andrew_225</dc:creator>
      <dc:date>2004-05-17T06:56:48Z</dc:date>
    </item>
  </channel>
</rss>

