######################################################## # # Example configuration file for the IgmpProxy # -------------------------------------------- # # The configuration file must define one upstream # interface, and one or more downstream interfaces. # # If multicast traffic originates outside the # upstream subnet, the "altnet" option can be # used in order to define legal multicast sources. # (Se example...) # # The "quickleave" should be used to avoid saturation # of the upstream link. The option should only # be used if it's absolutely nessecary to # accurately imitate just one Client. # ######################################################## ##------------------------------------------------------ ## Enable Quickleave mode (Sends Leave instantly) ##------------------------------------------------------ quickleave ##------------------------------------------------------ ## Configuration for eth0 (Upstream Interface) ##------------------------------------------------------ #phyint eth0 upstream ratelimit 0 threshold 1 # altnet 10.0.0.0/8 # altnet 192.168.0.0/24 ##------------------------------------------------------ ## Configuration for ppp0 (Upstream Interface) ##------------------------------------------------------ #phyint ppp0 upstream ratelimit 0 threshold 1 phyint eth2.8 upstream ratelimit 0 threshold 1 altnet 217.0.119.194/24 altnet 193.158.35.0/24; altnet 239.35.100.6/24; altnet 93.230.64.0/19; altnet 192.168.63.0/24; # #altnet 192.168.63.5/32; #altnet 192.168.63.40/32; ##------------------------------------------------------ ## Configuration for eth1 (Downstream Interface) ##------------------------------------------------------ #phyint br0 downstream ratelimit 0 threshold 1 phyint eth1 downstream ratelimit 0 threshold 1 # IP der TV-Box altnet 192.168.63.0/24; #altnet 192.168.63.5/32; #altnet 192.168.63.40/32; ##------------------------------------------------------ ## Configuration for eth2 (Disabled Interface) ##------------------------------------------------------ #phyint eth2 disabled ##------------------------------------------------------ ## Configuration for eth2 (Disabled Interface) ##------------------------------------------------------ phyint eth0 disabled phyint eth2 disabled phyint eth2.7 disabled phyint eth1:0 disabled phyint eth1:wf disabled phyint ppp0 disabled phyint tun0 disabled phyint lo disabled