Difference between revisions of "OpenWRT: Multcast Forwarding"

From OnnoWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
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
 
Add the following in /etc/rc.local
Line 8: Line 18:
 
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.
 
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==
 +
 +
* http://stackoverflow.com/questions/14149469/how-can-i-enable-igmp-snooping-in-openwrt
  
 
==Pranala Menarik==
 
==Pranala Menarik==

Latest revision as of 07:16, 27 February 2014

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