Linux 7 Multicast Configuration: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
{{Internal|Multicast|Multicast}} | {{Internal|Multicast|Multicast}} | ||
=Procedure= | |||
* Make sure multicast is enabled at kernel level. | |||
* Verify that the network interface you plan to use for multicast traffic has multicast enabled, and if not, turn it on. | |||
* Configure multicast routing. | |||
* If iptables runs on the system, allow multicast traffic for the interface that will handle multicast traffic. | |||
* Test it. | |||
=Subjects= | =Subjects= |
Revision as of 16:38, 21 March 2017
Internal
Concepts
Procedure
- Make sure multicast is enabled at kernel level.
- Verify that the network interface you plan to use for multicast traffic has multicast enabled, and if not, turn it on.
- Configure multicast routing.
- If iptables runs on the system, allow multicast traffic for the interface that will handle multicast traffic.
- Test it.
Subjects
TODO http://lartc.org/howto/lartc.multicast.html
netstat -g
will give you group membership information. Optionally use -n to prevent DNS lookups (faster).
echo 1 > /proc/sys/net/ipv4/ip_forward