Tagged Questions
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
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 ...