You are not logged in.
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
[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
So if I do an 'ifconfig' on a specific interface and see the MULTICAST line then it should be up and running, right?
./
Offline
> 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