Skip to content

Instantly share code, notes, and snippets.

@LuisPalacios
Created March 6, 2023 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LuisPalacios/c05fda1f8fe657a9baefe20eabc07fc4 to your computer and use it in GitHub Desktop.
Save LuisPalacios/c05fda1f8fe657a9baefe20eabc07fc4 to your computer and use it in GitHub Desktop.
Norte: /etc/igmpproxy.conf
## Este fichero está relacionado con este apunte:
## https://www.luispa.com/linux/2014/10/19/bridge-ethernet.html
#
########################################################
#
# Fichero de configuración de IgmpProxy para `norte`
# --------------------------------------------------
#
########################################################
##------------------------------------------------------
## Modo Quickleave, envío "Leave" instantáneos
##------------------------------------------------------
quickleave
##------------------------------------------------------
## Configuro eth1 como interface upstream
## Aquí es donde asumo que están las fuentes IPTV
##------------------------------------------------------
phyint eth1 upstream ratelimit 0 threshold 3
altnet 172.0.0.0/8
##------------------------------------------------------
## Configuro el interfaz Bridge Ethernet
##------------------------------------------------------
phyint br206 downstream ratelimit 0 threshold 3
##------------------------------------------------------
## Configuro el resto de interfaces en disabled
##------------------------------------------------------
phyint lo disabled
phyint eth0 disabled
phyint tun0 disabled
phyint tun1 disabled
phyint tap206 disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment