<?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: Multi-IP routing problem? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-ip-routing-problem/m-p/2971611#M575401</link>
    <description>There is a possibility to "create" an error in the startup files, if some of the /etc/rc.config.d/hp{interface}conf files is manually edited and use the variable HP_{interface}_STATION_ADDRESS[i]={MAC-address}&lt;BR /&gt;&lt;BR /&gt;See if MAC-address is hardcoded in some of these files:&lt;BR /&gt;grep STATION_ADDRESS\\[.\\]=0x /etc/rc.config.d/*&lt;BR /&gt;&lt;BR /&gt;Some handy commands to check MAC-addresses, interfaces in use, drivers (appropriate config file)&lt;BR /&gt;&lt;BR /&gt;lanscan&lt;BR /&gt;netstat -i&lt;BR /&gt;ioscan -fk | grep -i lan&lt;BR /&gt;</description>
    <pubDate>Wed, 14 May 2003 14:15:22 GMT</pubDate>
    <dc:creator>Tor-Arne Nostdal</dc:creator>
    <dc:date>2003-05-14T14:15:22Z</dc:date>
    <item>
      <title>Multi-IP routing problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-ip-routing-problem/m-p/2971608#M575398</link>
      <description>We have a HP9000 N-Class that has two 4xport NICs in it. Only one off the interfaces has a real IP address allocated to it. The other IPs are virtual ones. All was working fine until the server was rebooted over the weekend. We now have a situation where some networks can get to the virtual IP and others cannot. After a few hours the problem fixed itself and traffic was flowing again from all networks. The Networks team say there is not problem on their switches but I cannot understand why some networks can route and others cannot. Could this be something to do with the ARP registration on the core Cisco switches?</description>
      <pubDate>Tue, 13 May 2003 07:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multi-ip-routing-problem/m-p/2971608#M575398</guid>
      <dc:creator>Phil Daws_3</dc:creator>
      <dc:date>2003-05-13T07:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-IP routing problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-ip-routing-problem/m-p/2971609#M575399</link>
      <description>Seems unlikely.  If one remote network is able to get to you then the switch apparently knows you are there.  If it happens again you can test the switch with a linkloop test.  (see the man for details).  Be sure and specify which interface you want it to use.  You will need to know the MAC of another device on the switch (in the same vlan).  After you talk to a device you can do &lt;BR /&gt;arp -a&lt;BR /&gt;to see the MAC.&lt;BR /&gt;&lt;BR /&gt;My bet would be a routing problem somewhere.  traceroute would be the best way to check.  Do one from each end and see where it stops.  (You should probably do one now while it still works so that you will know for sure that traceroute works.  Sometimes the reponse is turned off by the network admin.)  Also do a &lt;BR /&gt;netstat -rn &lt;BR /&gt;now to see what your routing table looks like when it works.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Tue, 13 May 2003 12:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multi-ip-routing-problem/m-p/2971609#M575399</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-05-13T12:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-IP routing problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-ip-routing-problem/m-p/2971610#M575400</link>
      <description>May have found what is causing the problem - but if not it needs fixing ! Somebody had assigned the same Virtual IP address, using multiipconf, to two different machines. Therefore the same IP was being presented against two different MAC addresses! DOH!</description>
      <pubDate>Tue, 13 May 2003 12:57:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multi-ip-routing-problem/m-p/2971610#M575400</guid>
      <dc:creator>Phil Daws_3</dc:creator>
      <dc:date>2003-05-13T12:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-IP routing problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-ip-routing-problem/m-p/2971611#M575401</link>
      <description>There is a possibility to "create" an error in the startup files, if some of the /etc/rc.config.d/hp{interface}conf files is manually edited and use the variable HP_{interface}_STATION_ADDRESS[i]={MAC-address}&lt;BR /&gt;&lt;BR /&gt;See if MAC-address is hardcoded in some of these files:&lt;BR /&gt;grep STATION_ADDRESS\\[.\\]=0x /etc/rc.config.d/*&lt;BR /&gt;&lt;BR /&gt;Some handy commands to check MAC-addresses, interfaces in use, drivers (appropriate config file)&lt;BR /&gt;&lt;BR /&gt;lanscan&lt;BR /&gt;netstat -i&lt;BR /&gt;ioscan -fk | grep -i lan&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 14:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multi-ip-routing-problem/m-p/2971611#M575401</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2003-05-14T14:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-IP routing problem?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multi-ip-routing-problem/m-p/2971612#M575402</link>
      <description>indeed assigning the same IP address on two separate machines can lead to poor results...&lt;BR /&gt;&lt;BR /&gt;...if it is done for load balancing, on HP-UX, one assigns the VIP to the loopback interface (lo0:1, lo0:2 etc) not a "real" (from the standpoint of the transport) interface</description>
      <pubDate>Wed, 14 May 2003 17:43:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multi-ip-routing-problem/m-p/2971612#M575402</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2003-05-14T17:43:17Z</dc:date>
    </item>
  </channel>
</rss>

