furny
Usuari@ ADSLzone
- Mensajes
- 371
Hola, @elpeter. Yo lo único que veo raro es:Muchas gracias por contestar Benicio. Es lo mismo que he pensado yo, pero está activado el IGMP Snoopingcomentar también que entre el router y el deco hay un switch (no gestionado) por si eso afecta... Y también comentar que en directo también pixela
EDITO:
Por si ayuda a identificar el problema, esta es mi configuración actual:
ONT Huawei de la que sale el telefono por el rj11 y la eth al Mikrotik y a éste le entra la eth por el puerto sfp con un adaptador sfp a eth.
Código:/interface bridge add igmp-snooping=yes name=bridgeMain /interface ethernet set [ find default-name=ether1 ] /interface ethernet set [ find default-name=ether2 ] /interface ethernet set [ find default-name=ether3 ] /interface ethernet set [ find default-name=ether4 ] /interface ethernet set [ find default-name=ether5 ] /interface ethernet set [ find default-name=ether6 ] /interface ethernet set [ find default-name=ether7 ] /interface ethernet set [ find default-name=ether8 ] /interface ethernet set [ find default-name=ether9 ] /interface ethernet set [ find default-name=ether10 ] /interface vlan add comment="Movistar FTTH IPTV" interface=sfp-sfpplus1 name=vlan2 vlan-id=2 /interface vlan add comment="Movistar FTTH VoIP" interface=sfp-sfpplus1 name=vlan3 vlan-id=3 /interface vlan add comment="Movistar FTTH Data" interface=sfp-sfpplus1 name=vlan6 vlan-id=6 /interface pppoe-client add add-default-route=yes allow=pap,chap disabled=no interface=vlan6 keepalive-timeout=60 max-mru=1492 max-mtu=1492 name=pppoe-FTTHMovistar use-peer-dns=yes user=adslppp@telefonicanetpa /interface ethernet switch port set 0 default-vlan-id=0 /interface ethernet switch port set 1 default-vlan-id=0 /interface ethernet switch port set 2 default-vlan-id=0 /interface ethernet switch port set 3 default-vlan-id=0 /interface ethernet switch port set 4 default-vlan-id=0 /interface ethernet switch port set 5 default-vlan-id=0 /interface ethernet switch port set 6 default-vlan-id=0 /interface ethernet switch port set 7 default-vlan-id=0 /interface ethernet switch port set 8 default-vlan-id=0 /interface ethernet switch port set 9 default-vlan-id=0 /interface ethernet switch port set 10 default-vlan-id=0 /interface ethernet switch port set 11 default-vlan-id=0 /interface list add name=WAN /ip dhcp-server option add code=240 name=option_para_deco value="':::::239.0.2.10:22222:v6.0:239.0.2.30:22222'" /ip firewall layer7-protocol add comment=VODMovistar name=rtsp regexp="SETUP rtsp.*" /ip ipsec proposal set [ find default=yes ] enc-algorithms=aes-256-cbc,aes-192-cbc pfs-group=none /ip pool add name=dhcp-Subnet1 ranges=192.168.1.150-192.168.1.199 /ip dhcp-server add address-pool=dhcp-Subnet1 disabled=no interface=bridgeMain lease-time=1h name=dhcp_Subnet1 /interface bridge port add bridge=bridgeMain interface=sfp-sfpplus1 /interface bridge port add bridge=bridgeMain interface=ether1 /interface bridge port add bridge=bridgeMain interface=ether2 /interface bridge port add bridge=bridgeMain interface=ether3 /interface bridge port add bridge=bridgeMain interface=ether4 /interface bridge port add bridge=bridgeMain interface=ether5 /interface bridge port add bridge=bridgeMain interface=ether6 /interface bridge port add bridge=bridgeMain interface=ether7 /interface bridge port add bridge=bridgeMain interface=ether8 /interface bridge port add bridge=bridgeMain interface=ether9 /interface bridge port add bridge=bridgeMain interface=ether10 /interface bridge settings set use-ip-firewall-for-pppoe=yes use-ip-firewall-for-vlan=yes /ip settings set tcp-syncookies=yes /interface detect-internet set detect-interface-list=WAN /interface list member add interface=pppoe-FTTHMovistar list=WAN /ip address add address=192.168.1.1/24 interface=bridgeMain network=192.168.1.0 /ip address add address=10.68.97.232/10 interface=vlan2 network=10.64.0.0 /ip dhcp-client add add-default-route=no disabled=no interface=vlan3 use-peer-ntp=no /ip dhcp-server config set store-leases-disk=immediately /ip dhcp-server lease add address=192.168.1.201 address-lists=vod-receiver comment=DecoSalon dhcp-option=option_para_deco server=dhcp_Subnet1 /ip dhcp-server network add address=192.168.1.0/24 dns-server=80.58.61.254,80.58.61.250 gateway=192.168.1.1 netmask=24 /ip dhcp-server network add address=192.168.1.200/29 dhcp-option=option_para_deco dns-server=172.26.23.3 gateway=192.168.1.1 netmask=24 /ip dns set servers=80.58.61.250,80.58.61.254 /ip firewall filter add action=fasttrack-connection chain=forward connection-state=established,related /ip firewall filter add chain=input comment="default configuration" protocol=icmp /ip firewall filter add chain=input comment="default configuration" connection-state=established /ip firewall filter add chain=input comment="default configuration" connection-state=related /ip firewall filter add action=drop chain=input comment="default configuration" in-interface=pppoe-FTTHMovistar /ip firewall filter add chain=forward comment="default configuration" connection-state=established /ip firewall filter add chain=forward comment="default configuration" connection-state=related /ip firewall filter add action=drop chain=forward comment="default configuration" connection-state=invalid /ip firewall mangle add action=set-priority chain=postrouting new-priority=4 out-interface=vlan3 /ip firewall mangle add action=set-priority chain=postrouting new-priority=4 out-interface=vlan2 /ip firewall mangle add action=set-priority chain=postrouting new-priority=1 out-interface=pppoe-FTTHMovistar /ip firewall mangle add action=add-src-to-address-list address-list=vod-receiver address-list-timeout=1m chain=postrouting comment="RTSP - VOD Movistar" dst-port=554 out-interface=vlan2 protocol=tcp /ip firewall nat add action=masquerade chain=srcnat comment="default configuration" out-interface=pppoe-FTTHMovistar /ip firewall nat add action=masquerade chain=srcnat comment="default configuration - NOT WORKING DUE TO BRIDGE" disabled=yes out-interface=sfp-sfpplus1 /ip firewall nat add action=masquerade chain=srcnat comment="default configuration" out-interface=vlan2 /ip firewall nat add action=masquerade chain=srcnat comment="default configuration" out-interface=vlan3 /ip firewall nat add action=dst-nat chain=dstnat comment=VOD dst-address-type=local in-interface=vlan2 to-addresses=192.168.1.201 /ip firewall nat add action=masquerade chain=srcnat comment=HAIRPIN dst-address=192.168.1.0/24 src-address=192.168.1.0/24 /ip firewall nat add action=dst-nat chain=dstnat comment="VOD Script" disabled=yes dst-address-type=local in-interface=vlan2 to-addresses=192.168.1.201 /ip route add distance=255 gateway=255.255.255.255 /ip upnp interfaces add interface=bridgeMain type=internal /ip upnp interfaces add interface=pppoe-FTTHMovistar type=external /routing igmp-proxy set query-interval=15s quick-leave=yes /routing igmp-proxy interface add alternative-subnets=0.0.0.0/0 interface=vlan2 upstream=yes /routing igmp-proxy interface add interface=bridgeMain /routing rip interface add interface=vlan3 passive=yes receive=v2 /routing rip interface add interface=vlan2 passive=yes receive=v2 /routing rip network add network=10.0.0.0/8 /routing rip network add network=172.26.0.0/16 /system clock set time-zone-name=Europe/Madrid /system identity set name=Router-Core /system ntp client set enabled=yes primary-ntp=129.6.15.28 secondary-ntp=129.6.15.29 /system routerboard settings set auto-upgrade=yes
Salu2!
/routing igmp-proxy set query-interval=15s quick-leave=yes
No entiendo porque pones quick-leave a yes. Creo que debería estar a "no". Yo lo tengo así. Además, mira lo que dice el manual:
Note: use quick leave only if there is one subscriber behind the proxy
Por otra parte, yo tengo puesto query-interval=1m y query-response-interval=10s
Además veo que tienes puesta la regla para un solo desco:
/ip firewall nat add action=dst-nat chain=dstnat comment=VOD dst-address-type=local in-interface=vlan2 to-addresses=192.168.1.201
Deberías quitarla cuando habilitas la regla de dos descos y pongas en marcha el script de @toniros, que no lo veo en lo que has pasado.
Yo no tengo ningún problema, tengo dos descos y me funciona de lujo. Si crees que hubiera saturaciones, pon en marcha el seguimiento:
/tool graphing interface
add allow-address=192.168.1.0/24
/tool graphing resource
add allow-address=192.168.1.0/24
y así ves si es la CPU, tráfico o lo que sea.
Pero si cuando hay pixelaciones raras, hay veces que es problema de cables, conexiones, interferencias....usa un latiguillo distinto directo del desco al router a ver, para eliminar posibles causas.
Suerte!!.