Home Page › Forums › Network Management › Request a new feature › IGMP-Proxy for IPTV › Re: Installation of IGMPProxy in Zeroshell
Hi…
here is a short HowTo to install the IGMP-Proxy in the Zeroshell…
The source you can get here :
http://sourceforge.net/projects/igmpproxy
Now compile the source on a machine with cc,gcc,make,etc… :
make clean
make config
make
Copy the resulting igmpproxy.conf, i copied to the rw folder /Database on the zeroshell Device.
For your iptables rules that forward the Multicast packages, you have to build a shellscript with the following content. The last line starts the igmpproxy…
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
igmpproxy &
save this script to /Database/mediaload.sh and give chmod 775 to this file.
Edit the igmpproxy.conf to your needs…
Now you have to edit the startscript in the zeroshell webconfig tool and add the following lines :
cp /Database/igmpproxy /bin
cp /Database/igmpproxy.conf /etc
sh /Database/mediaload.sh
If you have any problems, ask in this Topic…
Regards
Christoph