ER-X
From my ISP I get internet on VLAN 7 and the IPTV on VLAN 8.
eth1 is WAN
eht0 is LAN
Internet comes to the LAN "set interfaces ethernet eth1 vif 7 pppoe 0 ...." without further configuration.
The IPTV configuration is:
set interfaces ethernet eth1 vif 8 address dhcp
set interfaces ethernet eth1 vif 8 description 'IPTV'
set interfaces ethernet eth1 vif 8 mtu 1500
set protocols igmp-proxy interface eth0 alt-subnet 0.0.0.0/0
set protocols igmp-proxy interface eth0 role downstream
set protocols igmp-proxy interface eth0 threshold 1
set protocols igmp-proxy interface eth0 whitelist 239.35.0.0/16
set protocols igmp-proxy interface eth1.8 alt-subnet 0.0.0.0/0
set protocols igmp-proxy interface eth1.8 role upstream
set protocols igmp-proxy interface eth1.8 threshold 1
This configuration works, but the multicast flushes the hole LAN.
Is it possible to seperate the LAN (eth0) into two VLAN (1. Internet and 2. IPTV) to decide which device get (Internet and IPTV) or which only Internet.
It work if I put (Internet and IPTV) on LAN 1 and only Internet on LAN2. But I will save one LAN cable and the media devices and the PC should be in only one LAN.