[OpenWrt Wiki] Multicast DNS Daemon
openwrt.org › docs › guide-developermDNS, also known as Bonjour or zero-configuration networking (ZeroConf) or DNS Service Discovery ( DNS -SD), enables automatic discovery of computers, devices, and services on IP networks. It is an internet standard documented in RFC6762 . The umdns package provides a compact implementation of this standard, well integrated with the OpenWrt ...
OpenWrt Forum Archive
https://forum.archive.openwrt.org/viewtopic.php?id=2313010.01.2010 · A working solution is to filter multicast traffic being sent to the wifi interface. 1 - Install ebtables: opkg update. opkg install ebtables. note 1: if you are using the router as a switch, you will need to add config option gateway and config list dns to the LAN interface configuration to gain internet connectivity.
[OpenWrt Wiki] IPTV / UDP multicast
openwrt.org › guide-user › networkJan 18, 2019 · Instead the OpenWrt router must act as a router for multicast packets and igmpproxy does this by listening for and proxying the IGMP requests to the ISP as well, and then enabling forwarding of the UDP packets from WAN to LAN . OpenWrt has the package igmpproxy utility to do that.
[OpenWrt Wiki] Wi-Fi /etc/config/wireless
openwrt.org › docs › guide-userNov 21, 2021 · Overrides the MAC address used for the Wi-Fi interface. Warning: if the MAC address specified is a multicast address, this override will fail silently. To avoid this problem, ensure that the mac address specified is a valid unicast mac address. dtim_period: integer : no : 2 (hostapd default) Set the DTIM (delivery traffic information message ...
[OpenWrt Wiki] Tunneling interface protocols
openwrt.org › docs › guide-userDec 11, 2021 · Most OpenWrt protocol handlers add a protocol-specific prefix to the UCI interface names. There is a default 15-character limit for interface names in the Linux kernel. With prefixes seen at least as long as gre4t-and allowing possibility of using .VLAN notation, declared names should be kept under four (4) characters.