<?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 Multicasting over crosscabled NIC in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/multicasting-over-crosscabled-nic/m-p/4755119#M43691</link>
    <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;  I am have setup a cross cable between 2 NIC card sitting in 2 different system. I set &lt;BR /&gt;&lt;BR /&gt;card A (eth1) ip: 192.168.4.3&lt;BR /&gt;card B (eth1) ip: 192.168.4.4&lt;BR /&gt;&lt;BR /&gt;after bring up the interfaces, I am able to ping both way e.g. ping -Ieth1 192.168.4.3,4&lt;BR /&gt;&lt;BR /&gt;but when I try to do a multicast&lt;BR /&gt;&lt;BR /&gt;ping -Ieth1 224.0.0.1 i don't get a response. Do I need to enable something on the NIC to make this to work?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Henry&lt;BR /&gt;</description>
    <pubDate>Sat, 19 Feb 2011 05:12:16 GMT</pubDate>
    <dc:creator>HenryChuaka</dc:creator>
    <dc:date>2011-02-19T05:12:16Z</dc:date>
    <item>
      <title>Multicasting over crosscabled NIC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multicasting-over-crosscabled-nic/m-p/4755119#M43691</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;  I am have setup a cross cable between 2 NIC card sitting in 2 different system. I set &lt;BR /&gt;&lt;BR /&gt;card A (eth1) ip: 192.168.4.3&lt;BR /&gt;card B (eth1) ip: 192.168.4.4&lt;BR /&gt;&lt;BR /&gt;after bring up the interfaces, I am able to ping both way e.g. ping -Ieth1 192.168.4.3,4&lt;BR /&gt;&lt;BR /&gt;but when I try to do a multicast&lt;BR /&gt;&lt;BR /&gt;ping -Ieth1 224.0.0.1 i don't get a response. Do I need to enable something on the NIC to make this to work?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Henry&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Feb 2011 05:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multicasting-over-crosscabled-nic/m-p/4755119#M43691</guid>
      <dc:creator>HenryChuaka</dc:creator>
      <dc:date>2011-02-19T05:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multicasting over crosscabled NIC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multicasting-over-crosscabled-nic/m-p/4755120#M43692</link>
      <description>If no application on the second host has registered any interest in receiving any multicast traffic, the network driver's multicast filter will be completely closed, and your multicast pings may not reach the part of the network driver stack that responds to pings.&lt;BR /&gt;&lt;BR /&gt;(Yes, I know: in theory, all multicast-capable hosts should receive all traffic addressed to 224.0.0.1; but in practice, that turned out to be an easy way to overload a network by accident or malice, so modern OSs may have added some extra safeguards.)&lt;BR /&gt;&lt;BR /&gt;Try with proper multicast testing tool kit, like the one available from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.29west.com/mtools/" target="_blank"&gt;http://www.29west.com/mtools/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For example: on system A, run:&lt;BR /&gt;mdump -v 224.0.2.1 1234 192.168.4.3&lt;BR /&gt;&lt;BR /&gt;And on system B:&lt;BR /&gt;msend 224.0.2.1 1234 0 192.168.4.4&lt;BR /&gt;&lt;BR /&gt;The first command on system A tells the kernel it's interested in receiving multicast messages on that particular address/port combination. That causes the system A to send out an IGMP message to tell the system wants to join that multicast group. It also causes the kernel to configure the NIC's multicast filter to receive traffic for that multicast group. The kernel does both these actions automatically, as soon as an application sets up a multicast listening socket of the correct type.&lt;BR /&gt;&lt;BR /&gt;By the way: please don't use the 224.0.0.1 multicast address unless you really, really need to. In fact, please avoid any *.0.0.1 and *.128.0.1 multicast addresses, because these will all map to the same Ethernet-level multicast MAC address. &lt;BR /&gt;&lt;BR /&gt;If you accidentally send *.0.0.1 or *.128.0.1 multicast traffic into a network of multicast-aware switches instead of your cross cable, that can make your network administrator somewhat unhappy.&lt;BR /&gt;&lt;BR /&gt;Please see pages 13-18 of this Cisco presentation:&lt;BR /&gt;&lt;A href="http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6552/prod_presentation0900aecd80310883.pdf" target="_blank"&gt;http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6552/prod_presentation0900aecd80310883.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 19 Feb 2011 12:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multicasting-over-crosscabled-nic/m-p/4755120#M43692</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-02-19T12:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multicasting over crosscabled NIC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multicasting-over-crosscabled-nic/m-p/4755121#M43693</link>
      <description>In theory this should work, but in my practice I've always had to throw in a switch between the 2 machines I've tried to multicast between.</description>
      <pubDate>Tue, 22 Feb 2011 17:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multicasting-over-crosscabled-nic/m-p/4755121#M43693</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2011-02-22T17:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multicasting over crosscabled NIC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/multicasting-over-crosscabled-nic/m-p/4755122#M43694</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;  Thanks for your valuable feedbabck. I have redhat 5.4 64x on both box with the same kernel. I have 2 NIC active on each boxes, one to a switch and one crossed between them. If I do a ping 224.0.0.1 without the interface it goes thru the switch which allow the ping to come back with a response but that does not work with the crossed Nic - like Alan say, it seems to work only thru switches, does this mean&lt;BR /&gt;&lt;BR /&gt;1. the switch is managing the multicast messages from the box?&lt;BR /&gt;2. and is there a known security feature in Redhat 5.4 that is stopping this?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Henry</description>
      <pubDate>Wed, 23 Feb 2011 05:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/multicasting-over-crosscabled-nic/m-p/4755122#M43694</guid>
      <dc:creator>HenryChuaka</dc:creator>
      <dc:date>2011-02-23T05:25:49Z</dc:date>
    </item>
  </channel>
</rss>

