Guest User

Untitled

a guest
May 1st, 2011
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. # cat /etc/igmpproxy.conf
  2. ########################################################
  3. #
  4. # Example configuration file for the IgmpProxy
  5. # --------------------------------------------
  6. #
  7. # The configuration file must define one upstream
  8. # interface, and one or more downstream interfaces.
  9. #
  10. # If multicast traffic originates outside the
  11. # upstream subnet, the "altnet" option can be
  12. # used in order to define legal multicast sources.
  13. # (See example...)
  14. #
  15. # The "quickleave" should be used to avoid saturation
  16. # of the upstream link. The option should only
  17. # be used if it's absolutely necessary to
  18. # accurately imitate just one Client.
  19. #
  20. ########################################################
  21.  
  22. ##------------------------------------------------------
  23. ## Enable Quickleave mode (Sends Leave instantly)
  24. ##------------------------------------------------------
  25. #quickleave
  26.  
  27.  
  28. ##------------------------------------------------------
  29. ## Configuration for em0 (Upstream Interface)
  30. ##------------------------------------------------------
  31. phyint age0 upstream ratelimit 0 threshold 1
  32. altnet 0.0.0.0/0
  33. # altnet 132.185.0.0/16 # BBC multicast trial
  34. # altnet 217.0.119.0/24 # T-Home Entertain
  35. # altnet 193.158.35.0/24 # T-Home Entertain
  36.  
  37. ##------------------------------------------------------
  38. ## Configuration for ipw0 (Downstream Interface)
  39. ##------------------------------------------------------
  40. phyint rl0 downstream ratelimit 0 threshold 1
  41.  
  42.  
  43. ##------------------------------------------------------
  44. ## Configuration for lo0 (Disabled Interface)
  45. ##------------------------------------------------------
  46. phyint lo0 disabled
  47. phyint enc0 disabled
  48. phyint pflog0 disabled
Advertisement
Add Comment
Please, Sign In to add comment