My Server and Client softwares run both on Linux.
The Server broadcasts multicast, the Client listens multicast.
My Client has to migrate to another site,
and unfortunately multicast is not allowed between the two sites :-(
How to convey multicast between the two sites?
- Through TCP or UDP?
- What tools do you recommend?
- What about latency?
I received an good answer about Cisco configuration (GRE),
but one of the network teams do not want to monitor/maintain it,
=> when transmission will break, support team will spend too many hours to understand and repair.
=> So, what should be the best alternative to GRE?
Is there a solution based on Linux kernel features
or on network card capabilities? (low latency is important)
Usage examples are appreciated :-)
Currently: Server and Client on the same site
Future: Server and Client, each one on a different site
multicast channel: 225.1.0.1:6666
Related questions
- UPD Multicast (Class D) = How can this be routed over the internet?
- IGMP/Multicast routing in Linux
- Multicast accross the subnets and RSVP answer
- Multiple GRE NAT router and "Multiple VPN limitation" link
- ...