Tagged Questions
1
vote
0answers
269 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
...
2
votes
0answers
270 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
...