User Tools

Site Tools


force_igmp_version_on_el_and_mux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
force_igmp_version_on_el_and_mux [2024/04/24 16:53] walkeradminforce_igmp_version_on_el_and_mux [2024/04/24 16:55] (current) walkeradmin
Line 11: Line 11:
 \\  \\ 
 \\  \\ 
 +----
 ==== Gx Servers ==== ==== Gx Servers ====
 \\  \\ 
Line 24: Line 25:
 sysctl -a|grep force_igmp sysctl -a|grep force_igmp
 </file> </file>
 +\\ 
 +----
 +==== M1 Servers ====
 +\\ 
 +This section of code will change the IGMP version on an M1 based Multiplexer from IGMP V3 to IGMP V2.
 +<file>
 +test -f /etc/tuned/custom/tuned.conf && sed -i -e "s|\(net\.ipv4\.conf\.[^.]*\.force_igmp_version = \)3|\12|" /etc/tuned/custom/tuned.conf
 +test -f /etc/tuned/custom/ktuned.sh && sed -i -e "s|do echo 3|do echo 2|" /etc/tuned/custom/ktuned.sh
 +sysctl --system
 +systemctl restart tuned
 +sysctl -a|grep force_igmp
 +</file>
 +\\ 
 +\\ 
 +----
force_igmp_version_on_el_and_mux.txt · Last modified: 2024/04/24 16:55 by walkeradmin