Config Issues
Describe common configuration issues and how to correct them
Script to fix config issues
curl -s -L https://github.com/DMXCore/DmxCore100/raw/refs/heads/main/init-scripts/set-network-config.sh | sudo bashIGMP Max Memberships for Multicast
sudo echo 400 > /proc/sys/net/ipv4/igmp_max_membershipsNetwork receive/send buffer memory
sudo sysctl -w net.core.rmem_max=5000000
sudo sysctl -w net.core.wmem_max=5000000Last updated