V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
OpenWrt 是一个专门面向嵌入式设备的 Linux 发行版。你可以将 OpenWrt 支持的型号的嵌入式设备,比如各种路由器上的系统,换成一个有更多可能性可以折腾的 Linux 系统。
OpenWrt 官方网站
cpszgy
V2EX  ›  OpenWrt

openwrt igmpproxy 如何配置生效啊

  •  
  •   cpszgy · Jul 10, 2023 · 1783 views
    This topic created in 1026 days ago, the information mentioned may be changed or developed.

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

    有 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

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2568 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 12:43 · PVG 20:43 · LAX 05:43 · JFK 08:43
    ♥ Do have faith in what you're doing.