<?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: Multicast MAC address issues w/A5506B 10/100 quad NIC in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multicast-mac-address-issues-w-a5506b-10-100-quad-nic/m-p/3458689#M564441</link>
    <description>Thanks for all the replies.  Ron's idea of the 'dead gateway detection' was right on target.  I made the suggested changes and now I can point to the 'clustered' IP address.  Thanks to all and points have been assigned.&lt;BR /&gt;&lt;BR /&gt;Dan</description>
    <pubDate>Wed, 12 Jan 2005 17:45:03 GMT</pubDate>
    <dc:creator>Dan Hardison</dc:creator>
    <dc:date>2005-01-12T17:45:03Z</dc:date>
    <item>
      <title>Multicast MAC address issues w/A5506B 10/100 quad NIC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multicast-mac-address-issues-w-a5506b-10-100-quad-nic/m-p/3458685#M564437</link>
      <description>I have a rx4640 (Itanium2) running HP-UX 11.23 with an A5506B 10/100 quad NIC.  Port #1 of this NIC is configured with the following:&lt;BR /&gt;&lt;BR /&gt;IP = 170.186.166.123&lt;BR /&gt;MASK = 255.255.255.128&lt;BR /&gt;GW = 170.186.166.1&lt;BR /&gt;&lt;BR /&gt;The default route for this subnet is through a clustered firewall environment utilizing a special purpose multicast MAC address and therein lies my issue.  Because the default route is pointed at a special MAC address (0:0:5e:0:1:1), the nic card doesn't understand how to exit the gateway.&lt;BR /&gt;&lt;BR /&gt;If I change the default route to point specifically at one of the firewalls in the cluster it works fine.&lt;BR /&gt;&lt;BR /&gt;For example I WANT the default route to be 170.186.166.1, which when it's configured in that fashion and I execute an arp -a I get:&lt;BR /&gt;&lt;BR /&gt;170.186.166.1 (170.186.166.1) at 0:0:5e:0:1:1 ether&lt;BR /&gt;&lt;BR /&gt;**Note the multicast MAC address (0:0:5e:0:1:1)&lt;BR /&gt;&lt;BR /&gt;When I point the default route at a specific firewall server (170.186.166.2) vs. the cluster IP (170.186.166.1) and execute an arp -a, I get:&lt;BR /&gt;&lt;BR /&gt;170.186.166.2 (170.186.166.2) at 0:a0:8e:42:38:49 ether&lt;BR /&gt;&lt;BR /&gt;**Note the NON-multicast MAC address.&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to get this NIC to work with that special purpose MAC address (0:0:5e:0:1:1)?  I really need to utilize the obvious benefits of the cluster.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Jan 2005 20:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multicast-mac-address-issues-w-a5506b-10-100-quad-nic/m-p/3458685#M564437</guid>
      <dc:creator>Dan Hardison</dc:creator>
      <dc:date>2005-01-08T20:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multicast MAC address issues w/A5506B 10/100 quad NIC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multicast-mac-address-issues-w-a5506b-10-100-quad-nic/m-p/3458686#M564438</link>
      <description>Given that the multicast stuff is annoying the HPUX, can you turn off the Multicast capability flag on the interface somehow?  hpbtlanconf or ifconfig or lanadmin perhaps?&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Sun, 09 Jan 2005 07:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multicast-mac-address-issues-w-a5506b-10-100-quad-nic/m-p/3458686#M564438</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2005-01-09T07:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multicast MAC address issues w/A5506B 10/100 quad NIC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multicast-mac-address-issues-w-a5506b-10-100-quad-nic/m-p/3458687#M564439</link>
      <description>Strictly speaking, routes point at IP addresses, not MAC addresses.  IP address to MAC address translation is not really part of routing, it is simply plart of the layer 3 (network) to layer 2 (data link) glue - aka ARP.&lt;BR /&gt;&lt;BR /&gt;The MAC address in the ARP entry will be the MAC address in the ARP reply from whomever responded to the ARP request for 170.186.166.1.  That being the case, I would suggest running tcpdump (HP Internet Express bits from software.hp.com) to capture ARP traffic, delete the ARP entry with arp -d and then ping the gateway IP address.  Examine the ARP packets you see.&lt;BR /&gt;&lt;BR /&gt;something like&lt;BR /&gt;&lt;BR /&gt;tcpdump -i &lt;INTERFACE&gt; -o &lt;FILE&gt; -s 512&lt;BR /&gt;&lt;BR /&gt;in one window  and the the other stuff in another and then ctrl-c the tcpdump once you've finished pinging and such.&lt;BR /&gt;&lt;BR /&gt;If I were to take a wild guess, I would say that the ARP code is taking the source MAC from the Ethernet header of the ARP reply rather than the HW address in the ARP reply header.  I suspect that the MAC address you see is the actual MAC address of one of the firewalls.&lt;BR /&gt;&lt;BR /&gt;Another thing - are you _sure_ that 0:0:5e:0:1:1 is a _multicast_ MAC address?  I'm admittedly a little rusty on MAC addresses, but I thought the group bit was set on a multicast MAC address, and the group bit was the least signigicant bit of the first octet of the MAC - so I would have expected to see something like:&lt;BR /&gt;&lt;BR /&gt;1:0:re:0:1:1&lt;BR /&gt;&lt;BR /&gt;So is the 0:0:5e:0:1:1 actually a "virtual" MAC address instead?&lt;/FILE&gt;&lt;/INTERFACE&gt;</description>
      <pubDate>Mon, 10 Jan 2005 13:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multicast-mac-address-issues-w-a5506b-10-100-quad-nic/m-p/3458687#M564439</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-01-10T13:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multicast MAC address issues w/A5506B 10/100 quad NIC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multicast-mac-address-issues-w-a5506b-10-100-quad-nic/m-p/3458688#M564440</link>
      <description>Rick,&lt;BR /&gt;&lt;BR /&gt;I found this on his MAC:&lt;BR /&gt;&lt;BR /&gt;"The RFC for VRRP (at &lt;BR /&gt;&lt;A href="http://www.faqs.org/rfcs/rfc2338.html" target="_blank"&gt;http://www.faqs.org/rfcs/rfc2338.html&lt;/A&gt; ) says:&lt;BR /&gt;&lt;BR /&gt;The virtual router MAC address associated with a virtual router is an&lt;BR /&gt;    IEEE 802 MAC Address in the following format:&lt;BR /&gt;&lt;BR /&gt;       00-00-5E-00-01-{VRID} (in hex in internet standard bit-order)&lt;BR /&gt;    The first three octets are derived from the IANA's OUI.  The next two&lt;BR /&gt;    octets (00-01) indicate the address block assigned to the VRRP&lt;BR /&gt;    protocol.  {VRID} is the VRRP Virtual Router Identifier.  This&lt;BR /&gt;    mapping provides for up to 255 VRRP routers on a network."&lt;BR /&gt;&lt;BR /&gt;at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://article.gmane.org/gmane.comp.security.full-disclosure/21183" target="_blank"&gt;http://article.gmane.org/gmane.comp.security.full-disclosure/21183&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dan,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Apparently Cisco routers also have a problem with this address.  You have to assign static arp entries to make them work.&lt;BR /&gt;&lt;BR /&gt;Don't suppose that would apply here since you say arp -a shows the correct MAC but it wouldn't hurt to try putting it in with arp -s&lt;BR /&gt;&lt;BR /&gt;Also&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.usenix.org/publications/login/2001-12/pdfs/zwieback.pdf" target="_blank"&gt;http://www.usenix.org/publications/login/2001-12/pdfs/zwieback.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;says that these addresses do not ping unless you do something special.&lt;BR /&gt;&lt;BR /&gt;"By default, a VRRPmc IP address cannot be pinged, although this functionality can be&lt;BR /&gt;enabled in IPSO 3.3. In addition to being useful for troubleshooting purposes,&lt;BR /&gt;enabling this feature is required for certain routers and operating systems that will not&lt;BR /&gt;forward any traffic to a gateway that does not respond to pings (for instance, the â  dead&lt;BR /&gt;gateway detectionâ   in HPUX)."&lt;BR /&gt;&lt;BR /&gt;Could be that the problem IS dead gateway detection in which case we can easily fix that.  &lt;BR /&gt;&lt;BR /&gt;If&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe &lt;BR /&gt;returns 0 then&lt;BR /&gt;ndd -set /dev/ip ip_ire_gw_probe 0&lt;BR /&gt;will set it to stop the dead gateway detection.  You will need to use route to delete the gateway and then add it back since the mechanism that takes a route out of the dead category doesn't work any more.  You will need to make the change in /etc/rc.config.d/nddconf to make it stay after a reboot.&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[1]=ip &lt;BR /&gt;NDD_NAME[1]=ip_ire_gw_probe &lt;BR /&gt;NDD_VALUE[1]=0 &lt;BR /&gt;&lt;BR /&gt;(use the next higher integer if you already have entries here.)&lt;BR /&gt;&lt;BR /&gt;If it says it doesn't know what ip_ire_gw_probe is then you need an ndd patch or you are running something below 11.</description>
      <pubDate>Mon, 10 Jan 2005 18:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multicast-mac-address-issues-w-a5506b-10-100-quad-nic/m-p/3458688#M564440</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2005-01-10T18:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multicast MAC address issues w/A5506B 10/100 quad NIC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multicast-mac-address-issues-w-a5506b-10-100-quad-nic/m-p/3458689#M564441</link>
      <description>Thanks for all the replies.  Ron's idea of the 'dead gateway detection' was right on target.  I made the suggested changes and now I can point to the 'clustered' IP address.  Thanks to all and points have been assigned.&lt;BR /&gt;&lt;BR /&gt;Dan</description>
      <pubDate>Wed, 12 Jan 2005 17:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multicast-mac-address-issues-w-a5506b-10-100-quad-nic/m-p/3458689#M564441</guid>
      <dc:creator>Dan Hardison</dc:creator>
      <dc:date>2005-01-12T17:45:03Z</dc:date>
    </item>
  </channel>
</rss>

