Hi allI'm in germany and have T-Home Entertain with VDSL and IPTV. I'm tryiing to get my picture to go for longer than 10 seconds. I'm running trunk on an x86 xen VM with igmpproxy and i've compiled in:
IP_MULTICAST [=y] IP_MROUTE [=y]I've tried every possible config to get igmpproxy working. I've even added support for CIDR Static routes, so that they don't have to come in over the wire (https://dev.openwrt.org/ticket/5299).
What zone should i add my iptv interface to? Should it be under wan with the wan interface? If i set it to any other interface my network begins to recieve tons of multicasts which eventually kill my wireless with the sheer ammount of multicast packets comming in. As far as i know the configuration bellow should listen or 10.0.0.26, and forward packets to it and only to it. The "over-multicasting" only occured when igmpproxy was running though, so i can imagine i've conigured something wrong
Could someone please comment on this, I'm sure someone has gotten their IPTV running with a similar configuration. Do i really need a multicast subnet, like in good old classical network design? Problem is i would probably need another nic (i only have 2 atm).
Thanks in advance (Below is my configuration) D. My network looks something like this: 10.0.0.0/24 is my lan 10.0.0.26 is my IPTV box eth1.7 is my pppoe interface eth1.8 is the vlan8 that the iptv IGMP packets come over. uci show network.iptv network.iptv=interface network.iptv.proto=dhcp network.iptv.ifname=eth1.8 network.iptv.gateway=0.0.0.0 cat /etc/igmpproxy.conf quickleave phyint eth1.8 upstream ratelimit 0 threshold 1 altnet 217.0.119.0/24; altnet 193.158.35.0/24; altnet 239.35.0.0/16; altnet 10.0.0.26/32; phyint eth0 downstream ratelimit 0 threshold 1 phyint lo disabled phyint eth1.7 disabled phyint eth1 disabled phyint ppp0 disabled cat /etc/firewall.user # This file is interpreted as shell script. # Put your custom iptables rules here, they will # be executed with each firewall (re-)start. iptables -I FORWARD -s 217.0.119.0/24 -d 224.0.0.0/4 -j ACCEPT iptables -I FORWARD -s 193.158.35.0/24 -d 224.0.0.0/4 -j ACCEPT iptables -I FORWARD -s 239.35.0.0/16 -d 224.0.0.0/4 -j ACCEPT iptables -I INPUT -d 224.0.0.0/4 -j ACCEPT iptables -I FORWARD -d 224.0.0.0/4 -j ACCEPT firewa...@zone[0]=zone firewa...@zone[0].name=lan firewa...@zone[0].input=accept firewa...@zone[0].output=accept firewa...@zone[0].forward=reject firewa...@zone[1]=zone firewa...@zone[1].name=wan firewa...@zone[1].output=accept firewa...@zone[1].forward=reject firewa...@zone[1].masq=1 firewa...@zone[1].network=wan iptv firewa...@zone[1].input=reject P.S. apparently dd-wrt has this working, anyone know about that?
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
