V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
OpenWrt 是一个专门面向嵌入式设备的 Linux 发行版。你可以将 OpenWrt 支持的型号的嵌入式设备,比如各种路由器上的系统,换成一个有更多可能性可以折腾的 Linux 系统。
OpenWrt 官方网站
cpszgy
V2EX  ›  OpenWrt

openwrt igmpproxy 如何配置生效啊

  •  
  •   cpszgy · 301 天前 · 566 次点击
    这是一个创建于 301 天前的主题,其中的信息可能已经有所发展或是发生改变。

    网上找寻很久,似乎都不太行。求方案。问题如下:

    有 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

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3270 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 12:14 · PVG 20:14 · LAX 05:14 · JFK 08:14
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.