<?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 difference with routing table?!? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340970#M190635</link>
    <description>lan1 just because its the second interface is not necessarily not the primary.&lt;BR /&gt;&lt;BR /&gt;During install there is a box you can check to designate a primary interface. That makes a change to the netconf file.&lt;BR /&gt;&lt;BR /&gt;This is probably a function of the default route, though it could be affected by where the DNS server is. If the DNS server is only reachable via lan1, that explains the behavior.&lt;BR /&gt;&lt;BR /&gt;What is in /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 26 Jul 2004 09:02:06 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-07-26T09:02:06Z</dc:date>
    <item>
      <title>traceroute difference with routing table?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340969#M190634</link>
      <description>Hi everybody!&lt;BR /&gt;&lt;BR /&gt;I've a strange problem: when I traceroute a server on the same primary network the HPUX11.i system uses the SECONDARY network!&lt;BR /&gt;&lt;BR /&gt;I check out netconf and everything seems currect but when I traceroute...it's wrong.&lt;BR /&gt;&lt;BR /&gt;Here is the netconf file:&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan0"&lt;BR /&gt;IP_ADDRESS[0]="128.101.0.8"&lt;BR /&gt;SUBNET_MASK[0]="255.255.0.0"&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;IP_ADDRESS[1]=192.168.0.11&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[1]=192.168.0.255&lt;BR /&gt;INTERFACE_STATE[1]=up&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="128.101.0.30"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Here is the netstat -rnv output&lt;BR /&gt;&lt;BR /&gt;Dest/Netmask                    Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1/255.255.255.255       127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;128.101.0.8/255.255.255.255     128.101.0.8        UH        0  lan0       4136&lt;BR /&gt;192.168.0.11/255.255.255.255    192.168.0.11       UH        0  lan1       4136&lt;BR /&gt;192.168.0.0/255.255.255.0       192.168.0.11       U         2  lan1       1500&lt;BR /&gt;128.101.0.0/255.255.0.0         128.101.0.8        U         2  lan0       1500&lt;BR /&gt;127.0.0.0/255.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default/0.0.0.0                 128.101.0.30       UG        0  lan0          0&lt;BR /&gt;&lt;BR /&gt;FINALLY....the traceroute output:&lt;BR /&gt;&lt;BR /&gt;traceroute 128.101.0.1&lt;BR /&gt;traceroute: Warning: Multiple interfaces found; using 192.168.0.11 @ lan1&lt;BR /&gt;traceroute to 128.101.0.1 (128.101.0.1), 30 hops max, 40 byte packets&lt;BR /&gt; 1  * * *&lt;BR /&gt; 2  * * *&lt;BR /&gt; 3  * * *&lt;BR /&gt;&lt;BR /&gt;and the correct traceroute (I give him the correct source NIC):&lt;BR /&gt;&lt;BR /&gt;traceroute -s 128.101.0.8 128.101.0.1&lt;BR /&gt;traceroute to 128.101.0.1 (128.101.0.1) from 128.101.0.8, 30 hops max, 40 byte p&lt;BR /&gt;ackets&lt;BR /&gt; 1  pbitlmux (128.101.0.1)  5.965 ms  5.830 ms  5.736 ms&lt;BR /&gt;pbpchrux:root: /etc/rc.config.d# &lt;BR /&gt;&lt;BR /&gt;******&lt;BR /&gt;I'd like that the server (128.101.0.8) will reach the remote server (128.101.0.1) with the primary network (128.101.0.0 255.255.0.0) and not by the secondary network (192.168.0.0 255.255.255.0)&lt;BR /&gt;&lt;BR /&gt;Does anybody know where I'm getting wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance to anybody!&lt;BR /&gt;&lt;BR /&gt;Emanuele</description>
      <pubDate>Mon, 26 Jul 2004 07:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340969#M190634</guid>
      <dc:creator>Emanuele_4</dc:creator>
      <dc:date>2004-07-26T07:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute difference with routing table?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340970#M190635</link>
      <description>lan1 just because its the second interface is not necessarily not the primary.&lt;BR /&gt;&lt;BR /&gt;During install there is a box you can check to designate a primary interface. That makes a change to the netconf file.&lt;BR /&gt;&lt;BR /&gt;This is probably a function of the default route, though it could be affected by where the DNS server is. If the DNS server is only reachable via lan1, that explains the behavior.&lt;BR /&gt;&lt;BR /&gt;What is in /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 26 Jul 2004 09:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340970#M190635</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-07-26T09:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute difference with routing table?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340971#M190636</link>
      <description>Emanuele,&lt;BR /&gt;&lt;BR /&gt;Traceroute on 11i does not work the same as it did in 11.00 (or 10.xx) or the same as MS windows.  It is one of the few command changes from 11.00 to 11i.&lt;BR /&gt;&lt;BR /&gt;Previously it would work out which interface to use for an IP you give it.  Nowadays it isn't so clever.&lt;BR /&gt;&lt;BR /&gt;To traceroute in 11i, you need to specify either the source interface using traceroute -i 0 128.101.0.1&lt;BR /&gt;or the command you specified, traceroute -s.&lt;BR /&gt;&lt;BR /&gt;Your traceroute -s output shows that the server does have a route to the IP you gave.  You have done nothing wrong that I can see.&lt;BR /&gt;&lt;BR /&gt;Do you have a connectivity issue?  If so, the problem may lie elsewhere.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jul 2004 09:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340971#M190636</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2004-07-26T09:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute difference with routing table?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340972#M190637</link>
      <description>uhmm....I haven't any resolv.conf under /etc...very strange (even my debian box has it!).&lt;BR /&gt;&lt;BR /&gt;Anyway...can I make lan0 the default (primary) lan to use?&lt;BR /&gt;&lt;BR /&gt;Thanks again to everybody!</description>
      <pubDate>Mon, 26 Jul 2004 10:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340972#M190637</guid>
      <dc:creator>Emanuele_4</dc:creator>
      <dc:date>2004-07-26T10:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute difference with routing table?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340973#M190638</link>
      <description>Emanuele,&lt;BR /&gt;&lt;BR /&gt;Try to use "ping -o" instead of "traceroute". I already had problems with 2 cards and traceroute. Ping -o gets info from where the ICMP packets come back. It will show you the real route, whereas traceroute seems to use a default card wich is not always the good one.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jul 2004 10:58:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340973#M190638</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-07-26T10:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute difference with routing table?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340974#M190639</link>
      <description>Hi&lt;BR /&gt;i have an idea , if you want you can reconfigure the network connection in your server what you do as the following&lt;BR /&gt;1-rename the netconf file&lt;BR /&gt;#mv /etc/rc.config.d/netconf /etc/rc.config.d/netconf&lt;BR /&gt;2- get an empty netconf file &lt;BR /&gt;#cd /usr/newconfig/etc/rc.config.d&lt;BR /&gt;#cp netconf /etc/rc.config.d/netconf&lt;BR /&gt;3-then reconfigure your network&lt;BR /&gt;#set_parms&lt;BR /&gt;4-after that you can see GUE from which you can configure your network</description>
      <pubDate>Tue, 27 Jul 2004 00:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340974#M190639</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2004-07-27T00:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: traceroute difference with routing table?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340975#M190640</link>
      <description>Folks,&lt;BR /&gt;This question comes up as an 11.11 FAQ issue.  I went and checked to see if a bug fix has ever been created for traceroute.&lt;BR /&gt;I thought you all should know this info:&lt;BR /&gt;&lt;BR /&gt;The HP Transport Lab has this Service Request 8606356802: &lt;BR /&gt;"As of 11.11 traceroute command is broken." CR # JAGaf17502 &lt;BR /&gt;&lt;BR /&gt;Present plan is to update the traceroute command in a future 11.11 ARPA Transport patch presently slated for late 2004 or early 2005.&lt;BR /&gt;&lt;BR /&gt;Fix consists of initializing IP source address in IP header to&lt;BR /&gt;0.0.0.0 before sending the packet down to IP through rawip socket&lt;BR /&gt;letting IP choose the appropriate source address based on the&lt;BR /&gt;routing table when neither '-i' nor '-s' options are specified.&lt;BR /&gt;&lt;BR /&gt;I'll also point out a usage note, when using -i, you need to say "lan0" not just the interface PPA number.&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;-&amp;gt; Brian Hackley&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jul 2004 08:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/traceroute-difference-with-routing-table/m-p/3340975#M190640</guid>
      <dc:creator>Brian Hackley</dc:creator>
      <dc:date>2004-07-27T08:25:36Z</dc:date>
    </item>
  </channel>
</rss>

