网上找寻很久,似乎都不太行。求方案。问题如下:
有 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
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.