Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # cat /etc/igmpproxy.conf
- ########################################################
- #
- # 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.
- # (See example...)
- #
- # The "quickleave" should be used to avoid saturation
- # of the upstream link. The option should only
- # be used if it's absolutely necessary to
- # accurately imitate just one Client.
- #
- ########################################################
- ##------------------------------------------------------
- ## Enable Quickleave mode (Sends Leave instantly)
- ##------------------------------------------------------
- #quickleave
- ##------------------------------------------------------
- ## Configuration for em0 (Upstream Interface)
- ##------------------------------------------------------
- phyint age0 upstream ratelimit 0 threshold 1
- altnet 0.0.0.0/0
- # altnet 132.185.0.0/16 # BBC multicast trial
- # altnet 217.0.119.0/24 # T-Home Entertain
- # altnet 193.158.35.0/24 # T-Home Entertain
- ##------------------------------------------------------
- ## Configuration for ipw0 (Downstream Interface)
- ##------------------------------------------------------
- phyint rl0 downstream ratelimit 0 threshold 1
- ##------------------------------------------------------
- ## Configuration for lo0 (Disabled Interface)
- ##------------------------------------------------------
- phyint lo0 disabled
- phyint enc0 disabled
- phyint pflog0 disabled
Advertisement
Add Comment
Please, Sign In to add comment