Skip to content

Instantly share code, notes, and snippets.

@wen-long
Created June 28, 2014 09:43
Show Gist options
  • Save wen-long/07fbff749bcad68db502 to your computer and use it in GitHub Desktop.
Save wen-long/07fbff749bcad68db502 to your computer and use it in GitHub Desktop.

在 DLNA SERVER直接相连的路由器运行

iptables -t mangle -I PREROUTING -d 239.255.255.250/32 -j TEE --gateway 192.168.0.101

192.168.0.101是 DLNA 播放设备的 IP

至于在192.168.0.0/24网段广播,可能需要两个路由器都对 DLNA 通告特殊处理

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment