Linux 7 Multicast Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
</pre>
</pre>


will give you group membership information
will give you group membership information. Optionally use -n to prevent DNS lookups (faster).


echo 1 > /proc/sys/net/ipv4/ip_forward
echo 1 > /proc/sys/net/ipv4/ip_forward

Revision as of 13:38, 21 March 2017

Internal

Concepts

Multicast

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

Testing