Hallo,
Ik heb mijn KPN box 12 vervangen voor de Netgear WNDR3700V5 met OpenWrt 20.03. En maak gebruik van Internet en tv. Beiden krijg ik tot zekere hoogte werkend.
Wanneer ik IGMP snooping aanzet dan krijgt mijn TV ontvanger geen signaal meer. Wanneer ik deze niet aanzet dan werkt het naar behoren maar dan is te zien in “Realtime graphs” dat alle LAN poorten (waar iets op aangesloten zit) traffic krijgen van de TV decoder. Ik lees dat dit in zekere zin nadelig kan zijn voor het gehele home netwerk.
Voor nu heb ik ook een oplossing gevonden om 1 LAN poort af te scheiden van de overige LAN poorten, op deze LAN zit de TV ontvanger aangesloten. Hierdoor worden de overige LAN poorten niet meer belast met onnodig traffic. Wellicht dat dit de ideale oplossing is maar ik weet niet wat voor nadelen hier aan zitten, het werkt wel in ieder geval.
Ik ben zelf een leek in dit hele gebeuren maar tot zover heb ik alles werkend gekregen met behulp van het internet en dit forum. Ik verschillende setups geprobeerd echter zonder resultaat.
Ik loop vast op het inschakelen van IGMP snooping, kan iemand mij hier in helpen?
Mijn opstelling:
Glasaansluiting -> Netgear WNDR3700v5 (WIFI disabled) Openwrt 22.03
(OpenWrt: Interface LAN, device br-lan)
-LAN1 -> AP (tbv Wifi
-LAN2 -> AP (tbv Wifi)
-LAN3 -> leeg
(OpenWrt: interface LAN2, device br-lan2)
-LAN4-> TV ontvanger (192.168.2.166)
/etc/config/network (loopback en globals weggelaten, hierdoor krijg ik een foutmelding)
config deviceoption name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
option igmp_snooping '1'config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'config interface 'wan'
option device 'wan.6'
option proto 'pppoe'
option username 'kpn'
option password 'kpm'
option ipv6 'auto'config interface 'wan6'
option proto 'dhcpv6'
option device 'wan.6'
option reqaddress 'try'
option reqprefix 'auto'config device
option type '8021q'
option ifname 'wan'
option vid '6'
option name 'wan.6'config device
option type '8021q'
option ifname 'wan'
option vid '4'
option name 'wan.4'config interface 'iptv'
option proto 'dhcp'
option device 'wan.4'
option force_link '1'
option defaultroute '0'
option peerdns '0'
option vendorid 'IPTV_RG'config interface 'lan2'
option proto 'static'
option device 'br.lan2'
option ipaddr '192.168.2.1'
option netmask '255.255.255.0'
option ip6assign '64'config device
option name 'br.lan2'
option type 'bridge'
list ports 'lan4'
option bridge_empty '1'config device
option name 'wan'config device
option name 'pppoe-wan'
option type 'tunnel'
/etc/config/firewall (gedeelte)
config rule
option name 'Allow-IPTV-To-Lan'
option dest 'iptv'
option target 'ACCEPT'
option src 'lan2'config rule
option name 'Allow-IGMP-Proxy'
list proto 'udp'
option src 'iptv'
option target 'ACCEPT'
option dest 'lan2'
list dest_ip '192.168.2.166'config zone
option input 'ACCEPT'
option output 'ACCEPT'
option name 'lan2'
list network 'lan2'
option forward 'ACCEPT'config forwarding
option src 'lan2'
option dest 'wan'config forwarding
option src 'iptv'
option dest 'lan2'
/etc/config/igmpproxy
config igmpproxy
option quickleave 1
# option verbose r0-3](none, minimaldefault], more, maximum)config phyint
option network iptv
option zone wan
option direction upstream
list altnet 0.0.0.0/0config phyint
option network lan2
option zone lan2
option direction downstream