OpenWRT: Multcast Forwarding

From OnnoWiki
Jump to navigation Jump to search

the proper way to do so:

add option in your /etc/config/network against br-lan

option igmp_snooping 1


echo "1" > /sys/devices/virtual/net/br-lan/bridge/multicast_snooping

or set it in file sysctl.conf

Add the following in /etc/rc.local

echo "0" > /sys/devices/virtual/net/br-lan/bridge/multicast_snooping

Replace br-lan with your actual bridge interface, sometimes also called br0.

This will forward all multicast packets to all ports on your bridge, making igmpproxy or udpxy unnecessary. In large networks, this may not be desirable.

Referensi

Pranala Menarik

Build Firmware

APRX

IPv6

Flash Firmware

Misc

UBNT