<?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: traceroute trying to use backup lan instead of primary in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283089#M882308</link>
    <description>Well, I've continued to dig into this problem and it really sounds like traceroute has some kind of issue (maybe by design???)  I found the statement below in this post. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=535404" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=535404&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Traceroute uses the first interface it finds, independent of routes. That's why you have this problem. As Peter mentions, ping -o is a way to know the real 'route'.  &lt;BR /&gt;  &lt;BR /&gt;Thanks for everyone's help.  Any other thoughts, let me know.&lt;BR /&gt;&lt;BR /&gt;Vicki&lt;BR /&gt;</description>
    <pubDate>Fri, 21 May 2004 15:32:04 GMT</pubDate>
    <dc:creator>Vicki Selover</dc:creator>
    <dc:date>2004-05-21T15:32:04Z</dc:date>
    <item>
      <title>traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283060#M882279</link>
      <description>I have 2 network cards configured, each on a different subnet.  lan0 is 100baseT and lan1 is a gigabit which is used for backing up the system.  When I run a traceroute without specifying which lan, it always tries to use the gigabit card.  Is there a place where this can be set to default to lan0?</description>
      <pubDate>Fri, 21 May 2004 07:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283060#M882279</guid>
      <dc:creator>Vicki Selover</dc:creator>
      <dc:date>2004-05-21T07:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283061#M882280</link>
      <description>This would be a routing issue.  Check the output of "netstat -rn".  Here you can see which interface is used when connecting to a specific network.&lt;BR /&gt; &lt;BR /&gt;You change these with the "route" command</description>
      <pubDate>Fri, 21 May 2004 07:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283061#M882280</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-21T07:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283062#M882281</link>
      <description>If you are running 11.11 - then traceroute has another option - specify the interface:&lt;BR /&gt;&lt;BR /&gt;traceroute -i lan0 destination&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 21 May 2004 07:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283062#M882281</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-05-21T07:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283063#M882282</link>
      <description>If you have the IP entries in /etc/hosts&lt;BR /&gt;&lt;BR /&gt;i.e.:&lt;BR /&gt;1.2.3.4         bla.blub.com     bla&lt;BR /&gt;5.6.7.8         bla.blub.com     bla&lt;BR /&gt;&lt;BR /&gt;just switch these entries so that the 5.6.7.8 will be the first and any IP access will try that first.</description>
      <pubDate>Fri, 21 May 2004 07:43:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283063#M882282</guid>
      <dc:creator>Juergen Tappe</dc:creator>
      <dc:date>2004-05-21T07:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283064#M882283</link>
      <description>Thanks for all the quick responses.  My netstat is okay in that 192 ip uses 192 gateway and 170 ip uses 170 gateway.  The traceroute works fine when I specify which lan to use with the -i option (I am on 11.11) but  I don't understand why it defaults to the 192 when I don't use -i.  I have the 170 in the /etc/hosts first, followed by the 192.</description>
      <pubDate>Fri, 21 May 2004 07:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283064#M882283</guid>
      <dc:creator>Vicki Selover</dc:creator>
      <dc:date>2004-05-21T07:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283065#M882284</link>
      <description>traceroute will use whichever interface is indicated by the right hand column output from "netstat -rn" for the host you are trying to traceroute to.  &lt;BR /&gt; &lt;BR /&gt;If you want a specific host to be accessed via a different lan, add a new route for it that explicitly says which interface.  However, it will need to appear before the general route for that network.  So, delete your gigabit route to the target network, add a specific host route for the host you want to traceroute to and then add your gigabit route back in again.&lt;BR /&gt; &lt;BR /&gt;I imagine that doing this is going to cause you more problems than its worth though.  What is wrong with specifying the interface on teh command line?&lt;BR /&gt;</description>
      <pubDate>Fri, 21 May 2004 08:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283065#M882284</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-21T08:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283066#M882285</link>
      <description>Mark,&lt;BR /&gt;It's not a problem to specify the interface on command line.  I was just concerned that regular network activity could be affected if packets are possibly trying to go out over lan1 instead of lan0.  Is it possible that could happen?  Everything is working okay, but I just noticed that when I ran the traceroute (before I found I had the option to do a -i), it was trying to use lan1.  Sorry about my lack of network knowledge.&lt;BR /&gt;&lt;BR /&gt;Vicki</description>
      <pubDate>Fri, 21 May 2004 08:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283066#M882285</guid>
      <dc:creator>Vicki Selover</dc:creator>
      <dc:date>2004-05-21T08:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283067#M882286</link>
      <description>If traceroute is going down the wrong interface, then pretty much everything else is too.  Have a look at the "Ipkts" and "Opkts" fields from "netstat -in" to see which interface is being used the most.  Run it a few times in succession to get a good idea.&lt;BR /&gt; &lt;BR /&gt;If users should be going down the gigabit interface, then remove the other route with "route".  It might be helpful to post the output of you "netstat -rn"</description>
      <pubDate>Fri, 21 May 2004 08:19:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283067#M882286</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-21T08:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283068#M882287</link>
      <description>Try doing &lt;BR /&gt;# ioscan -fnC lan&lt;BR /&gt;&lt;BR /&gt;Check the H/w paths. I think your gigabit is lan0 and what you are saying 100baseT could be a Management LAN.&lt;BR /&gt;&lt;BR /&gt;Does your above output list both the cards. If i am right then it should only list the Gigabit Card and not that 100baseT card.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Fri, 21 May 2004 08:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283068#M882287</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-05-21T08:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283069#M882288</link>
      <description>netstat -in shows both interfaces and lan0 (100baseT) is the one showing activity.  lan1 has packets also from when backups have been run and I assume where the Legato server is communicating to it, but changes to those numbers are minimal.  lan1 is definitely the gigabit card in slot 0/8/0/0 and lan0 is in 0/0/0/0 (L3000).&lt;BR /&gt;&lt;BR /&gt;Vicki</description>
      <pubDate>Fri, 21 May 2004 08:42:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283069#M882288</guid>
      <dc:creator>Vicki Selover</dc:creator>
      <dc:date>2004-05-21T08:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283070#M882289</link>
      <description>Vicki,&lt;BR /&gt; &lt;BR /&gt;It seems your routing table is routing network traffic down the wrong interface card.   Have a look at "netstat -rn" (not "-in" this time) and post it here if you can.</description>
      <pubDate>Fri, 21 May 2004 08:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283070#M882289</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-21T08:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283071#M882290</link>
      <description>Here's the netstat -rn output:&lt;BR /&gt;&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;170.126.4.47          170.126.4.47       UH        0  lan0       4136&lt;BR /&gt;192.168.0.52          192.168.0.52       UH        0  lan1       4136&lt;BR /&gt;192.168.0.0           192.168.0.52       U         2  lan1       1500&lt;BR /&gt;170.126.0.0           170.126.4.47       U         2  lan0       1500&lt;BR /&gt;default               170.126.1.1        UG        0  lan0          0</description>
      <pubDate>Fri, 21 May 2004 08:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283071#M882290</guid>
      <dc:creator>Vicki Selover</dc:creator>
      <dc:date>2004-05-21T08:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283072#M882291</link>
      <description>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;170.126.4.47 170.126.4.47 UH 0 lan0 4136&lt;BR /&gt;192.168.0.52 192.168.0.52 UH 0 lan1 4136&lt;BR /&gt;192.168.0.0 192.168.0.52 U 2 lan1 1500&lt;BR /&gt;170.126.0.0 170.126.4.47 U 2 lan0 1500&lt;BR /&gt;default 170.126.1.1 UG 0 lan0 0&lt;BR /&gt; &lt;BR /&gt;Ok,  If your netmask is 255.255.0.0 for each interface then any traffic going to the 192.168 network should be going through lan1.&lt;BR /&gt; &lt;BR /&gt;Is this what you would expect?</description>
      <pubDate>Fri, 21 May 2004 08:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283072#M882291</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-21T08:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283073#M882292</link>
      <description>Mark,&lt;BR /&gt;That is what I would expect.  My netmasks are 255.255.248.0 for lan0 and 255.255.255 for lan1.  &lt;BR /&gt;&lt;BR /&gt;Vicki</description>
      <pubDate>Fri, 21 May 2004 08:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283073#M882292</guid>
      <dc:creator>Vicki Selover</dc:creator>
      <dc:date>2004-05-21T08:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283074#M882293</link>
      <description>When I run the traceroute, I get this:&lt;BR /&gt;&lt;BR /&gt;Warning: Multiple interfaces found; using 192.168.0.52 @ lan1.  &lt;BR /&gt;&lt;BR /&gt;I would have thought if I were doing a traceroute to a 170 address, traceroute would have used lan0.</description>
      <pubDate>Fri, 21 May 2004 09:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283074#M882293</guid>
      <dc:creator>Vicki Selover</dc:creator>
      <dc:date>2004-05-21T09:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283075#M882294</link>
      <description>Does  /etc/netconf file has entries as below and if not how they look like:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]=default&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]=170.126.1.1 &lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Fri, 21 May 2004 09:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283075#M882294</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-05-21T09:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283076#M882295</link>
      <description>Here are the entries:&lt;BR /&gt;Is my problem that the broadcast is specified for lan1 as the 192 network and it's not specified for lan0?&lt;BR /&gt;&lt;BR /&gt;Vicki&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan0"&lt;BR /&gt;IP_ADDRESS[0]="170.126.4.47"&lt;BR /&gt;SUBNET_MASK[0]=255.255.248.0&lt;BR /&gt;ROUTE_GATEWAY[0]="170.126.1.1"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]="lan1"&lt;BR /&gt;IP_ADDRESS[1]="192.168.0.52"&lt;BR /&gt;SUBNET_MASK[1]="0xfffff800"&lt;BR /&gt;BROADCAST_ADDRESS[1]="192.168.0.255"&lt;BR /&gt;</description>
      <pubDate>Fri, 21 May 2004 09:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283076#M882295</guid>
      <dc:creator>Vicki Selover</dc:creator>
      <dc:date>2004-05-21T09:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283077#M882296</link>
      <description>I have to say, your subnet/broadcast addresses look wrong to me though I can't quite get my head to gether to tell you why!</description>
      <pubDate>Fri, 21 May 2004 09:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283077#M882296</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-21T09:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283078#M882297</link>
      <description>Not sure but try changing this entry:&lt;BR /&gt;&lt;BR /&gt;SUBNET_MASK[1]="0xfffff800"  to&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SUBNET_MASK[1]=255.255.248.0&lt;BR /&gt;&lt;BR /&gt;Then do &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that works.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 May 2004 09:25:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283078#M882297</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-05-21T09:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute trying to use backup lan instead of primary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283079#M882298</link>
      <description>Good thing it's Friday then Mark!  I didn't mean to be such a pain on the first question I've ever posted!!</description>
      <pubDate>Fri, 21 May 2004 09:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-trying-to-use-backup-lan-instead-of-primary/m-p/3283079#M882298</guid>
      <dc:creator>Vicki Selover</dc:creator>
      <dc:date>2004-05-21T09:27:09Z</dc:date>
    </item>
  </channel>
</rss>

