You are not logged in.

#1 2010-07-02 15:05:05

Carlwill
Member
From: Orlando, FL
Registered: 2008-10-06
Posts: 560
Website

How To Check Multicast

I have two machines connected to a generic Linksys switch and am running an application that requires multicasting be enabled on both clients on the switch. Is there a way I can test and or verify that both Arch Linux machines have multicast enabled on them?


./

Offline

#2 2010-07-02 15:55:07

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How To Check Multicast

[karol@black test]$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:09:6B:F3:A8:42  
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::209:6bff:fef3:a842/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:590661 errors:0 dropped:0 overruns:0 frame:0
          TX packets:458194 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:730689647 (696.8 Mb)  TX bytes:49511456 (47.2 Mb)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:400 (400.0 b)  TX bytes:400 (400.0 b)

Is that what you mean?

Offline

#3 2010-07-02 17:27:33

Carlwill
Member
From: Orlando, FL
Registered: 2008-10-06
Posts: 560
Website

Re: How To Check Multicast

So if I do an 'ifconfig' on a specific interface and see the MULTICAST line then it should be up and running, right?


./

Offline

#4 2010-07-02 17:37:33

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How To Check Multicast

> So if I do an 'ifconfig' on a specific interface and see the MULTICAST line then it should be up and running, right?
I don't know of any other multicast, but then again I'm no guru wrt to networking so I may be wrong.

Is your app running OK?

Offline

Board footer

Powered by FluxBB