<?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 probelm in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634768#M558231</link>
    <description>Many Thanks Mr. MuthtuKumar&lt;BR /&gt;but i am not able to ping also to destination IP, also our default gateway is router which will accept requests only from lan0 (we have configured it for security reasons) &amp;amp; also lan1 is not connected to publich switch, its connecetd to private san switch.&lt;BR /&gt;please advice if any workaround?&lt;BR /&gt;many thanks again for HELP, i will assign points.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Subhash</description>
    <pubDate>Tue, 27 Sep 2005 01:37:05 GMT</pubDate>
    <dc:creator>Subhash_5</dc:creator>
    <dc:date>2005-09-27T01:37:05Z</dc:date>
    <item>
      <title>Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634759#M558222</link>
      <description>Hello all&lt;BR /&gt;I have a problem with my Hp-UX server. i am having 2 NIC'c configured in the server, &lt;BR /&gt;LAN0 with 192.168.200.24 with default gateway 192.168.200.4 &amp;amp; LAN1 with 192.168.199.2 no gateway( this one we are using for IP san) &lt;BR /&gt;when i am trying to ping to external IP from server it gives me warning multiple interfaces found &amp;amp; uses 192.168.199.2 IP NIC &amp;amp; then it couldn't ping outside.&lt;BR /&gt;How can make sure that all outgoing trafice will go via 192.168.200.24.&lt;BR /&gt;please advice&lt;BR /&gt;many thanks in advance.</description>
      <pubDate>Mon, 26 Sep 2005 10:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634759#M558222</guid>
      <dc:creator>Subhash_5</dc:creator>
      <dc:date>2005-09-26T10:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634760#M558223</link>
      <description>What is the subnet mask you are using .&lt;BR /&gt;&lt;BR /&gt;Assuming that you are using 255.255.255.0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Add a custome route &lt;BR /&gt;&lt;BR /&gt;route add net 192.168.199.0 netmask 255.255.255.0 192.168.200.4  1&lt;BR /&gt;&lt;BR /&gt;Now do a traceroute and ping commands to test .If it works then consider this putting in a startup script under /sbin/init.d &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;BL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Sep 2005 10:06:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634760#M558223</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2005-09-26T10:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634761#M558224</link>
      <description>What's your subnet mask? Are both these interfaces in the same IP subnet? If so that ain't supported on HP-UX - you will need to change one of the interfaces to reflect that.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 26 Sep 2005 10:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634761#M558224</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-09-26T10:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634762#M558225</link>
      <description>Hi Thanks for reply&lt;BR /&gt;yes subnet Mask is 255.255.255.0, i want to ping 192.10.10.30 &amp;amp; it should go thro' 192.168.200.24 &amp;amp; not thro' 192.168.199.2&lt;BR /&gt;please advice what exactly i should do,&lt;BR /&gt;many thanks.</description>
      <pubDate>Mon, 26 Sep 2005 10:13:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634762#M558225</guid>
      <dc:creator>Subhash_5</dc:creator>
      <dc:date>2005-09-26T10:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634763#M558226</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use ping as follows:&lt;BR /&gt;&lt;BR /&gt;ping -i 192.168.200.24 dest_host/ip&lt;BR /&gt;&lt;BR /&gt;This will "force" the ping out the proper NIC.&lt;BR /&gt;&lt;BR /&gt;man ping for more details.&lt;BR /&gt;BTW - traceroute will do the same thing sometimes.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 26 Sep 2005 10:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634763#M558226</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-09-26T10:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634764#M558227</link>
      <description>Can you post the output of:&lt;BR /&gt;&lt;BR /&gt;netstat -in&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 26 Sep 2005 10:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634764#M558227</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-09-26T10:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634765#M558228</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;first thing you have to ensure your routing table using "netstat -r" inspect this table carefully and see if it contains any entries for the network you want to reach,  see what interface this entry is using (lan0  or lan1) in the interface colomn &lt;BR /&gt;&lt;BR /&gt;Also check you default routing entry named "default", you should have only one default entry that uses the interface lan0.&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 00:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634765#M558228</guid>
      <dc:creator>Nemer_1</dc:creator>
      <dc:date>2005-09-27T00:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634766#M558229</link>
      <description>Dear All&lt;BR /&gt;please see belwo o/p of netstat &amp;amp; traceroot to destination which usages lan1 instead of lan0 ,but if i down LAN1 then traceroute uses LAN0 &amp;amp; then it can reach to destination IP.&lt;BR /&gt;Please advice many thanks in advance.&lt;BR /&gt;&lt;BR /&gt;# netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination  Gateway  Flags   Refs interface  Pmtu&lt;BR /&gt;127.0.0.1        127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;192.168.199.2    192.168.199.2      UH        0  lan1       4136&lt;BR /&gt;192.168.200.25   192.168.200.25     UH        0  lan0       4136&lt;BR /&gt;192.168.200.4    192.168.200.4      UGH       0  lan0          0&lt;BR /&gt;192.168.199.1    192.168.199.1      UGH       0  lan1          0&lt;BR /&gt;192.168.200.0    192.168.200.25     U         2  lan0       1500&lt;BR /&gt;192.168.199.0    192.168.199.2      U         2  lan1       1500&lt;BR /&gt;127.0.0.0        127.0.0.1          U         0  lo0           0&lt;BR /&gt;default  192.168.200.4   UG   0  lan0          0&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0&lt;BR /&gt;lan0: flags=1843&lt;UP&gt;&lt;BR /&gt;        inet 192.168.200.25 netmask ffffff00 broadcast 192.168.200.255&lt;BR /&gt;&lt;BR /&gt;ifconfig lan1&lt;BR /&gt;lan1: flags=1843&lt;UP&gt;&lt;BR /&gt;        inet 192.168.199.2 netmask ffffff00 broadcast 192.168.199.255&lt;BR /&gt;&lt;BR /&gt; # traceroute 192.10.10.30&lt;BR /&gt;traceroute: Warning: Multiple interfaces found; using 192.168.199.2 @ lan1&lt;BR /&gt;traceroute to 192.10.10.30 (192.10.10.30), 30 hops max, 40 byte packets&lt;BR /&gt;1  * * *&lt;BR /&gt;2  * * *&lt;BR /&gt;&lt;BR /&gt;&lt;/UP&gt;&lt;/UP&gt;</description>
      <pubDate>Tue, 27 Sep 2005 01:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634766#M558229</guid>
      <dc:creator>Subhash_5</dc:creator>
      <dc:date>2005-09-27T01:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634767#M558230</link>
      <description>Your problem is seeming to be a behaviour of traceroute. It will not detect default gateway routing when there is no suitable routing for an IP. &lt;BR /&gt;&lt;BR /&gt;Refer this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sunportal.sunmanagers.org/pipermail/summaries/2002-August/002237.html" target="_blank"&gt;http://sunportal.sunmanagers.org/pipermail/summaries/2002-August/002237.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Some man page example executiong itself is showing the warning messages of that.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bama.ua.edu/cgi-bin/man-cgi?traceroute+1M" target="_blank"&gt;http://bama.ua.edu/cgi-bin/man-cgi?traceroute+1M&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 27 Sep 2005 01:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634767#M558230</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-27T01:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634768#M558231</link>
      <description>Many Thanks Mr. MuthtuKumar&lt;BR /&gt;but i am not able to ping also to destination IP, also our default gateway is router which will accept requests only from lan0 (we have configured it for security reasons) &amp;amp; also lan1 is not connected to publich switch, its connecetd to private san switch.&lt;BR /&gt;please advice if any workaround?&lt;BR /&gt;many thanks again for HELP, i will assign points.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Subhash</description>
      <pubDate>Tue, 27 Sep 2005 01:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634768#M558231</guid>
      <dc:creator>Subhash_5</dc:creator>
      <dc:date>2005-09-27T01:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634769#M558232</link>
      <description>your routing table seems to be correct. this sounds that you have a network issue. try to ping and traceroute a local IP address on the 192.168.200 network and see if it's reachable or not, then try to do the same with your default gateway...&lt;BR /&gt;is it reachable??? hope so&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 01:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634769#M558232</guid>
      <dc:creator>Nemer_1</dc:creator>
      <dc:date>2005-09-27T01:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634770#M558233</link>
      <description>Try to add another routing entry as,&lt;BR /&gt;&lt;BR /&gt;# route add net 192.10.10.0  192.168.200.4 1&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# route add host 192.10.10.30  192.168.200.4 1&lt;BR /&gt;&lt;BR /&gt;Try to ping it now.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 27 Sep 2005 01:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634770#M558233</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-27T01:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634771#M558234</link>
      <description>Hello All&lt;BR /&gt;thanks for your help, i could traceroute to some other local IP &amp;amp; also can ping to default gateway. but still not able to ping or traceroute to this outside IP, we have done nating in router &amp;amp; it will allow only 192.168.200.25 IP to send trafic out.&lt;BR /&gt;please see below o/p of traceroute &amp;amp; netstat.&lt;BR /&gt;thanks&lt;BR /&gt;# traceroute 192.10.10.30&lt;BR /&gt;traceroute: Warning: Multiple interfaces found; using 192.168.199.2 @ lan1&lt;BR /&gt;traceroute to 192.10.10.30 (192.10.10.30), 30 hops max, 40 byte packets&lt;BR /&gt;1  * * *&lt;BR /&gt;#netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination           Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;192.168.199.2         192.168.199.2      UH        0  lan1       4136&lt;BR /&gt;192.168.200.25        192.168.200.25     UH        0  lan0       4136&lt;BR /&gt;192.10.10.30          192.168.200.4      UGH       0  lan0          0&lt;BR /&gt;192.168.200.4         192.168.200.4      UGH       0  lan0          0&lt;BR /&gt;192.168.199.1         192.168.199.1      UGH       0  lan1          0&lt;BR /&gt;192.168.200.0         192.168.200.25     U         2  lan0       1500&lt;BR /&gt;192.168.199.0         192.168.199.2      U         2  lan1       1500&lt;BR /&gt;192.10.10.0           192.168.200.4      UG        0  lan0          0&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default               192.168.200.4      UG        0  lan0          0</description>
      <pubDate>Tue, 27 Sep 2005 02:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634771#M558234</guid>
      <dc:creator>Subhash_5</dc:creator>
      <dc:date>2005-09-27T02:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634772#M558235</link>
      <description>if this really true, then you don't have any problem with your HP-UX box. your real problem is with your router. it seems that your router is blocking the traceroute &amp;amp; ICMP traffic.</description>
      <pubDate>Tue, 27 Sep 2005 02:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634772#M558235</guid>
      <dc:creator>Nemer_1</dc:creator>
      <dc:date>2005-09-27T02:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634773#M558236</link>
      <description>Hello &lt;BR /&gt;thanks for your reply, i also feel that there is no problem in Hp-UX box, funny enough just now i tried FTP &amp;amp; it works with destination server.&lt;BR /&gt;i will check with networking guys ,many thanks for your support.&lt;BR /&gt;&lt;BR /&gt;gr8 fotum to learn the stuff.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Subhash</description>
      <pubDate>Tue, 27 Sep 2005 02:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634773#M558236</guid>
      <dc:creator>Subhash_5</dc:creator>
      <dc:date>2005-09-27T02:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634774#M558237</link>
      <description>If you don't have problem in testing this machine then,&lt;BR /&gt;&lt;BR /&gt;Remove routing entries of all lan1 related things.&lt;BR /&gt;&lt;BR /&gt;192.168.199.2 192.168.199.2 UH 0 lan1 4136&lt;BR /&gt;# route del host 192.168.199.2 192.168.199.2 1&lt;BR /&gt;192.168.199.1 192.168.199.1 UGH 0 lan1 0&lt;BR /&gt;# route del host 192.168.199.2 192.168.199.2 1&lt;BR /&gt;192.168.199.0 192.168.199.2 U 2 lan1 1500&lt;BR /&gt;# route del net 192.168.199.0 192.168.199.2 0&lt;BR /&gt;&lt;BR /&gt;Note: Login with lan0 ip-address and send prior notice to all who are using lan1 ip.&lt;BR /&gt;&lt;BR /&gt;Try to ping and traceroute now.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 27 Sep 2005 02:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634774#M558237</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-27T02:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Route probelm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634775#M558238</link>
      <description>in this setup the only entry that is not needed in your setup and you can be removed is &lt;BR /&gt;&lt;BR /&gt;192.168.199.1 192.168.199.1 UGH 0 lan1 0&lt;BR /&gt;&lt;BR /&gt;all others are needed for the server to be able to communicate with others on the "SAN IP network"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Sep 2005 03:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-probelm/m-p/3634775#M558238</guid>
      <dc:creator>Nemer_1</dc:creator>
      <dc:date>2005-09-27T03:48:32Z</dc:date>
    </item>
  </channel>
</rss>

