The multicast tag has no wiki summary.
1
vote
0answers
84 views
Centos 6.3 Server ignoring IGMP Queries
I am using a centos 6.3 server to subscribe to UDP multicast data and I noticed that my server doesn't answer to the IGMP queries sent by the switch it is connected to.
As a result, when I open my ...
3
votes
1answer
76 views
Alternative to mrouted for DVMRP on Debian Squeeze
I need to implement DVMRP protocol to route multicast over Openvpn (tun) connection for some old 3Com NBX phones.
I use Debian squeeze so mrouted is not available (obsolete).
What can I use ...
1
vote
0answers
182 views
creating secure tunnel with socat
How we can create secure multicast tunnels with socat?
Assume we have a list of IP addresses, CIDR network addresses that we want to create secure tunnel to.
I found this:
socat STDIO ...
3
votes
1answer
978 views
Why would my Linux host suddently stop receiving multicast? All other nics on private network are receiving
Here is my dilemma. Suddenly, as of yesterday, multicast packets are no longer being received from eth1 (private gigabit network) from one node. Routing between all the nodes is fine, no collisions, ...
3
votes
2answers
250 views
Network issue in vsat
In my server-client architecture, I multicast 100 MB files to many clients from server via satellite link. Network traversal is through 5 hops. I have the 10Mbps ( i.e. 1250 Kilo Byte per second ) ...
1
vote
0answers
271 views
AIX multihomed multicast
On my AIX machine if I run netstat -ia I get:
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
en0 1500 link#2 1e.18.1.1e.78.2 385229 0 1091655 0 0
...
1
vote
3answers
8k views
How can I know if IP Multicast is enabled
I have scripts that run IP multicast tests; however, my scripts are failing on a particular linux machine.
I know that I can look at CONFIG_IP_MULTICAST in the kernel configuration file to determine ...
2
votes
0answers
273 views
Enabling multicast communication between 2 AIX JVM processes
I'm having trouble with multicast distribution on a single AIX machine between two JVM processes. Think ehcache or jgroups.
In order to enable on Mac OS X:
route add -net 224.0.0.0 -interface lo0
...
1
vote
1answer
262 views
Is there a way to increase the 20 multicast group limit per socket?
As the title says, is there a way to increase the limit of 20 multicast groups that you can join on a given socket? Is there some system setting that I am missing or is there some hard limit which ...
1
vote
1answer
187 views
Multicast on local box
I have an application I need to interface with that listens to a multicast address. I'd like to be able to run a program I've written and have it interface with the other application by multicast ...
4
votes
3answers
280 views
Multicasting in Linux
I want to do multicasting in linux for the video/audio/data file transmission.
Is there any utility/tool to do so ?