Hi @apgard,
Gezien je routed versie probeert te doen mist er nog een nat rule voor vlan640 en vlan300 kan uit de IGMP proxy.
Ik zal je advieseren om de Edgerouter te resetten, dan de wizard te doorlopen voor alleen internet. Daarna via SSH tv te configuren met de volgende commando’s
set interfaces ethernet eth0 vif 640 address dhcp
set interfaces ethernet eth0 vif 640 description TMTH-IPTV
set interfaces ethernet eth0 vif 640 dhcp-options default-route no-update
set service nat rule 5000 outbound-interface eth0.640
set service nat rule 5000 type masquerade
set service nat rule 5000 protocol all
set service nat rule 5000 description masquerade for TMTH-IPTV
set protocols igmp-proxy interface eth0.640 alt-subnet 0.0.0.0/0
set protocols igmp-proxy interface eth0.640 role upstream
set protocols igmp-proxy interface eth0.640 threshold 1
set protocols igmp-proxy interface eth1 alt-subnet 0.0.0.0/0
set protocols igmp-proxy interface eth1 role downstream
set protocols igmp-proxy interface eth1 threshold 1
set protocols static interface-route 10.12.255.0/24 next-hop-interface eth0.640 description IPTV_SR01
set protocols static interface-route 10.10.254.0/24 next-hop-interface eth0.640 description IPTV_SR02
set protocols static interface-route 10.10.26.0/24 next-hop-interface eth0.640 description IPTV_SR03
set protocols static interface-route 10.10.108.0/24 next-hop-interface eth0.640 description IPTV_SR04
set protocols static interface-route 10.18.0.0/20 next-hop-interface eth0.640 description IPTV_SR05
set protocols static interface-route 10.12.254.0/24 next-hop-interface eth0.640 description IPTV_SR06
set protocols static interface-route 10.200.0.0/22 next-hop-interface eth0.640 description IPTV_SR07
set protocols static interface-route 10.10.24.0/26 next-hop-interface eth0.640 description IPTV_SR08
set protocols static interface-route 10.12.200.65/32 next-hop-interface eth0.640 description IPTV_SR09
commit ; save
eth0 - is waar de glasvezel converter aanhangt die kan je aanpassen naar wat van toepassing voor jou.
eth1 - is waar de je de STB op aansluit.