网上找寻很久,似乎都不太行。求方案。问题如下:
有 192.168.124.0/24 网段 使用 eth0 口,有一个 dlna 服务。
openwrt 上有一个 openvpn 服务 10.0.8.0/24 网段 使用 tun0 口。
二个都在防火墙 lan 区域。
现在想让接入 openvpn 的网络自动发现 192 的 dlna 服务。
然后搜索了一番,openwrt 上安装了 igmpproxy 。配置如下:
config igmpproxy
option quickleave 1
config phyint
option network eth0
option zone lan
option direction upstream
list altnet 10.0.100.0/24
list altnet 10.8.0.1/24
config phyint
option network tun0
option zone lan
option direction downstream
config phyint
option network tun1
option zone lan
option direction downstream
没有在 eth0 上配置 IGMP Snooping 。 运行 /etc/init.d/igmpproxy status 提示 active with no instances