<?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: Routeing problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967584#M550665</link>
    <description>Hi Muthu,&lt;BR /&gt;&lt;BR /&gt;I tried as u suggested but got error.&lt;BR /&gt;&lt;BR /&gt;[root@wfms2] #route add net 91.20.1.0 netmask 255.255.255.248 10.22.185.1&lt;BR /&gt;add net 91.20.1.0: gateway 10.22.185.1: Network is unreachable&lt;BR /&gt;&lt;BR /&gt;Also in netconf there is not any entry regarding 91.0.0.0&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
    <pubDate>Fri, 17 Mar 2006 03:31:01 GMT</pubDate>
    <dc:creator>SANTOSH S. MHASKAR</dc:creator>
    <dc:date>2006-03-17T03:31:01Z</dc:date>
    <item>
      <title>Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967574#M550655</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have configured 2 LAN cards on my system&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0;ifconfig lan1&lt;BR /&gt;lan0: flags=1843&lt;UP&gt;&lt;BR /&gt;        inet 10.22.28.93 netmask ffffff00 broadcast 10.22.28.255&lt;BR /&gt;lan1: flags=1843&lt;UP&gt;&lt;BR /&gt;        inet 10.22.185.3 netmask fffffff8 broadcast 10.22.185.7&lt;BR /&gt;&lt;BR /&gt;lan0 is for local access and lan1 is for remote access.&lt;BR /&gt;my routeing tables r as below&lt;BR /&gt;&lt;BR /&gt;[root@wfms2] #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;10.22.28.93           10.22.28.93        UH        0  lan0       4136&lt;BR /&gt;10.22.185.3           10.22.185.3        UH        0  lan1       4136&lt;BR /&gt;10.22.185.0           10.22.185.3        U         2  lan1       1500&lt;BR /&gt;10.22.28.0            10.22.28.93        U         2  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default               10.22.185.1        UG        0  lan1          0&lt;BR /&gt;default               10.22.28.200       UG        0  lan0          0&lt;BR /&gt;&lt;BR /&gt;of which the default route 10.22.185.1, I have added manually.&lt;BR /&gt;&lt;BR /&gt;before adding this route I can traceroute to 2 hosts on my network&lt;BR /&gt;&lt;BR /&gt;[root@wfms2] #traceroute 10.22.73.1;traceroute 10.22.73.11&lt;BR /&gt;traceroute to 10.22.73.1 (10.22.73.1), 30 hops max, 40 byte packets&lt;BR /&gt; 1  10.22.28.200 (10.22.28.200)  0.570 ms  0.419 ms  0.400 ms&lt;BR /&gt; 2  10.23.139.2 (10.23.139.2)  6.471 ms  10.443 ms  18.191 ms&lt;BR /&gt; 3  nb1tr.com (10.22.73.1)  28.362 ms  33.474 ms  19.357 ms&lt;BR /&gt;traceroute to 10.22.73.11 (10.22.73.11), 30 hops max, 40 byte packets&lt;BR /&gt; 1  10.22.28.200 (10.22.28.200)  0.519 ms  0.337 ms  0.359 ms&lt;BR /&gt; 2  10.23.139.2 (10.23.139.2)  14.947 ms  4.492 ms  4.396 ms&lt;BR /&gt; 3  e2tr.com (10.22.73.11)  4.247 ms  4.491 ms  4.483 ms&lt;BR /&gt;&lt;BR /&gt;but after adding default route 10.22.185.1 sometimes I cannot traceroute 10.22.73.1,&lt;BR /&gt;the route for 10.22.73.1 takes a path from&lt;BR /&gt;default route 10.22.185.1 and connot get the destination 10.22.73.1,&lt;BR /&gt;&lt;BR /&gt;[root@wfms2] #traceroute 10.22.73.1&lt;BR /&gt;traceroute to 10.22.73.1 (10.22.73.1), 30 hops max, 40 byte packets&lt;BR /&gt; 1  dfmsrtr (10.22.185.1)  0.489 ms  0.444 ms  0.318 ms&lt;BR /&gt;&lt;BR /&gt;but at the same time if I traceroute 10.22.73.11&lt;BR /&gt;the route takes path from default route 10.22.28.200 and get the destination 10.22.73.11.&lt;BR /&gt;&lt;BR /&gt;[root@wfms2] #traceroute 10.22.73.11&lt;BR /&gt;traceroute to 10.22.73.11 (10.22.73.11), 30 hops max, 40 byte packets&lt;BR /&gt; 1  10.22.28.200 (10.22.28.200)  0.514 ms  0.341 ms  0.483 ms&lt;BR /&gt; 2  10.23.139.2 (10.23.139.2)  4.418 ms  4.342 ms  6.187 ms&lt;BR /&gt; 3  e2tr.com (10.22.73.11)  6.429 ms  4.135 ms  4.331 ms&lt;BR /&gt;&lt;BR /&gt;this means someof packets goes to 1 default route and some to other how is it possible since the network for both hosts is same  (10.22.73.0)?&lt;BR /&gt;&lt;BR /&gt;Can somebody tell how to avoid local packets to go to gateway 10.22.185.1 ?&lt;BR /&gt;&lt;BR /&gt;- Santosh&lt;BR /&gt;&lt;BR /&gt;&lt;/UP&gt;&lt;/UP&gt;</description>
      <pubDate>Thu, 16 Mar 2006 01:57:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967574#M550655</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2006-03-16T01:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967575#M550656</link>
      <description>Suggesting to have only one default gateway if yo u have more lan cards. Else it will make problem like this. Packets will check the default gateway if it is not having any routing. If you have more gateway as default then selection continuing here itself too. &lt;BR /&gt;&lt;BR /&gt;Use any one of them as default gw.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Thu, 16 Mar 2006 02:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967575#M550656</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-16T02:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967576#M550657</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;      Having 2 GW's is not a supported config, not only in HPUX even in general networking unless used for load balancing. If load balancing is concerned, that is the job of network routers and not HPUX servers. &lt;BR /&gt;&lt;BR /&gt;      you need to remove the second default Gateway setting and configure "10.22.28.200" as a route to specific networks using "route add net" command. Consult man page of "route" to get more details. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60127/route.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/route.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to make the "route" entry permanent, add the etries to "/etc/rc.config.d/netconf" file. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Thu, 16 Mar 2006 02:14:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967576#M550657</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-16T02:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967577#M550658</link>
      <description>Yes I agree that creating 2 default gateways is&lt;BR /&gt;not a good idea but if I don't create the default gateway 10.22.185.1 the remote users&lt;BR /&gt;r not able to access my system .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2006 02:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967577#M550658</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2006-03-16T02:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967578#M550659</link>
      <description>&amp;gt; if I don't create the default gateway 10.22.185.1 the remote users r not able to access my system&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Then try to add the routing for remote network machines with 10.22.185.1 gateway. Problem will be solved.&lt;BR /&gt;&lt;BR /&gt;Use route add net &amp;lt;...&amp;gt; syntax to add new network. See man route page.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Thu, 16 Mar 2006 02:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967578#M550659</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-16T02:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967579#M550660</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   Give us the subnet mask and network address part of your Remote users, We will give you the exact syntax to add a route using "route" command.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Senthil Kumar .A</description>
      <pubDate>Thu, 16 Mar 2006 04:41:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967579#M550660</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-03-16T04:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967580#M550661</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What you can do is a :&lt;BR /&gt;         route -f&lt;BR /&gt;this will clear the gateway and after you can add your default gateway manually. Once it's ok you can add it in /et/rc.config.d/netconf. You should already have one which seems not to be good.&lt;BR /&gt;&lt;BR /&gt;Hope this help&lt;BR /&gt;Pat.</description>
      <pubDate>Thu, 16 Mar 2006 04:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967580#M550661</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-03-16T04:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967581#M550662</link>
      <description>Dear Senthil,&lt;BR /&gt;&lt;BR /&gt;The netmask is 255.255.255.248 and remote network is 91.20.1.0,&lt;BR /&gt;&lt;BR /&gt;If is add a route for this using&lt;BR /&gt;&lt;BR /&gt;[root@wfms2] #route add net 91.20.1.0 10.22.185.1 255.255.255.248&lt;BR /&gt;add net 91.20.1.0: gateway 10.22.185.1&lt;BR /&gt;&lt;BR /&gt;My routing table shows&lt;BR /&gt;&lt;BR /&gt;[root@wfms2] #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;10.22.28.93           10.22.28.93        UH        0  lan0       4136&lt;BR /&gt;10.22.185.3           10.22.185.3        UH        0  lan1       4136&lt;BR /&gt;10.22.185.0           10.22.185.3        U         2  lan1       1500&lt;BR /&gt;10.22.28.0            10.22.28.93        U         2  lan0       1500&lt;BR /&gt;91.0.0.0              10.22.185.1        UG        0  lan1          0&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default               10.22.28.200       UG        0  lan0          0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How a route for 91.0.0.0 is added instead of 91.20.1.0 ? Pl. explain.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 17 Mar 2006 02:55:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967581#M550662</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2006-03-17T02:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967582#M550663</link>
      <description>91.0.0.0 10.22.185.1 UG 0 lan1 0&lt;BR /&gt;&lt;BR /&gt;Is a wrong entry i hope. Try to remove that as,&lt;BR /&gt;&lt;BR /&gt;# route delete  net 91.0.0.0 10.22.185.1 1&lt;BR /&gt;&lt;BR /&gt;Try to add now as,&lt;BR /&gt;&lt;BR /&gt;# route add net 91.20.1.0 netmask 255.255.255.248 10.22.185.1 &lt;BR /&gt;&lt;BR /&gt;what are you getting from netstat -rn now.&lt;BR /&gt;&lt;BR /&gt;Try after this.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Mar 2006 03:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967582#M550663</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-17T03:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967583#M550664</link>
      <description>Is there anything in /etc/rc.config.d/netconf file regarding this 91.0.0.0 10.22.185.1 UG 0 lan1 0 entry. Check that.&lt;BR /&gt;&lt;BR /&gt;Anyway after successful setting of routing try to update in netconf file as well.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Fri, 17 Mar 2006 03:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967583#M550664</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-17T03:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967584#M550665</link>
      <description>Hi Muthu,&lt;BR /&gt;&lt;BR /&gt;I tried as u suggested but got error.&lt;BR /&gt;&lt;BR /&gt;[root@wfms2] #route add net 91.20.1.0 netmask 255.255.255.248 10.22.185.1&lt;BR /&gt;add net 91.20.1.0: gateway 10.22.185.1: Network is unreachable&lt;BR /&gt;&lt;BR /&gt;Also in netconf there is not any entry regarding 91.0.0.0&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 17 Mar 2006 03:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967584#M550665</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2006-03-17T03:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967585#M550666</link>
      <description>Try as,&lt;BR /&gt;&lt;BR /&gt;# route add net 91.20.1.0 netmask 255.255.255.248 10.22.185.1 1&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;# route add net 91.20.1.0 10.22.185.1&lt;BR /&gt;&lt;BR /&gt;Ping to any other machine in 91.20.1.x network.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Fri, 17 Mar 2006 04:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967585#M550666</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-03-17T04:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967586#M550667</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks all of u.&lt;BR /&gt;&lt;BR /&gt;The issue is resolved, the subnet mask of network 91.22.1.0 is 255.255.0.0 ,&lt;BR /&gt;&lt;BR /&gt;I added route as below,&lt;BR /&gt;&lt;BR /&gt;[root@wfms2] #route add net 91.20.0.0 netmask 255.255.0.0 10.22.185.1 1&lt;BR /&gt;add net 91.20.0.0: gateway 10.22.185.1&lt;BR /&gt;[root@wfms2] #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;10.22.28.93           10.22.28.93        UH        0  lan0       4136&lt;BR /&gt;10.22.185.3           10.22.185.3        UH        0  lan1       4136&lt;BR /&gt;10.22.185.0           10.22.185.3        U         2  lan1       1500&lt;BR /&gt;10.22.28.0            10.22.28.93        U         2  lan0       1500&lt;BR /&gt;91.20.0.0             10.22.185.1        UG        0  lan1          0&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default               10.22.28.200       UG        0  lan0          0&lt;BR /&gt;[root@wfms2] #traceroute 91.20.1.109&lt;BR /&gt;traceroute to 91.20.1.109 (91.20.1.109), 30 hops max, 40 byte packets&lt;BR /&gt; 1  dfmsrtr (10.22.185.1)  0.466 ms  0.371 ms  0.347 ms&lt;BR /&gt; 2  192.168.2.1 (192.168.2.1)  42.635 ms  42.736 ms  42.636 ms&lt;BR /&gt; 3  91.20.1.109 (91.20.1.109)  44.587 ms  44.336 ms  44.449 ms&lt;BR /&gt;[root@wfms2] #traceroute 91.22.38.1&lt;BR /&gt;traceroute to 91.22.38.1 (91.22.38.1), 30 hops max, 40 byte packets&lt;BR /&gt; 1  10.22.28.200 (10.22.28.200)  0.412 ms  0.380 ms  0.358 ms&lt;BR /&gt; 2  10.23.139.14 (10.23.139.14)  5.109 ms  3.317 ms  3.276 ms&lt;BR /&gt; 3  91.22.38.1 (91.22.38.1)  3.644 ms  3.581 ms  3.655 ms&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks all of u.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Sat, 18 Mar 2006 02:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967586#M550667</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2006-03-18T02:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Routeing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967587#M550668</link>
      <description>Got the solution and problem is solved.&lt;BR /&gt;Thanks all of u.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Sat, 18 Mar 2006 04:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routeing-problem/m-p/4967587#M550668</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2006-03-18T04:58:43Z</dc:date>
    </item>
  </channel>
</rss>

