我不是网络专业人士,过去几天我一直在尝试让它发挥作用。
基础设施:
家:
- vdsl 100/40,fritzbox 7490
- IP范围:192.168.100.0/24
- 运行 Plex Media Server (PMS) 的 Linux 服务器 (ifs: eth0、tun0)
偏远的地点:
- openwrt 盒 (dlink dir 825)
- (ifs:br-lan、br-wan、eth0(lan)、eth1(wan)、wlan0/1、tun0)
- IP范围:192.168.178.0/24
这两者通过 OpenVPN tun0(10.8.0.0/24)连接
基本上,我想通过互联网使用 PMS,LG 电视应该可以看到 DLNA 服务等等。
我尝试过使用 igmpproxy 的各种配置 - 但似乎都没有用
主页 igmpproxy (在 PMS 盒上运行):
quickleave
phyint eth0 upstream ratelimit 0 threshold 1
altnet 192.168.100.0/24
phyint tun0 downstream ratelimit 0 threshold 1
远程 igmpproxy:
quickleave
phyint tun0 upstream ratelimit 0 threshold 1
altnet 10.8.0.0/24
altnet 192.168.100.0/24
phyint br-lan downstream ratelimit 0 threshold 1
有人以前使用过这个吗或者有什么建议吗?
编辑:更改了家庭 IP 范围
答案1
ip range: 192.168.178.0/24
ip range: 192.168.178.0/24
远程设备无法分辨 192.168.178.10 是本地网络还是其他网络。您必须在本地和远程使用不同的 IP 空间。最好将 VPN 服务器所在的网络设置为不会在您身处其他地方时发生冲突的网络,因此不要使用 192.168.0/.1 或 10.0.0 等。