Hello there.
I have 2 service from my ISP: Internet and IPTV.
Internet come to Bridge ONT on PPoE vlan 10 and IPTV come on vlan 20.
I trunk it from ISP ONT to my AX3200 and then to my old TP-814N.
My configuration is complete mess and sometimes working strange
(Can work two days in anouther room and then lost one of vlans).
Can somebody please help me figure out this mess and get some stability in my TV and internet?
My isp ont as far as i understand gives iptv box dhcp ip from their net when its connecteed to port 4 on ISP box
(As AV tech i can figure out and setup different configurations in audio-video, configure IGMP for AV purposes, but full network configs are too complex for me RN, so sorry if i explain something wrong, if you point me where i will try to rephrase it)
Some ports on diagramm can be named wrong
Config from main device
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fda3:0e1c:5d68::/48'
config device
option 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.10'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config device
option name 'wan'
option macaddr 'd4:da:21:1c:ae:e0'
config interface 'wan'
option device 'INTERNET'
option proto 'pppoe'
option username 'user'
option password 'pass'
option ipv6 'auto'
option type 'bridge'
config device
option type '8021q'
option ifname 'wan'
option vid '10'
option name 'INTERNET'
config device
option type '8021q'
option ifname 'wan'
option vid '20'
option name 'IPTV'
option ipv6 '0'
option multicast '1'
option multicast_router '2'
option multicast_fast_leave '1'
config interface 'iptv'
option proto 'none'
option device 'br-iptv'
config bridge-vlan
option device 'br-lan'
option vlan '10'
list ports 'lan1:u*'
list ports 'lan2:t'
list ports 'lan3'
config bridge-vlan
option device 'br-lan'
option vlan '20'
list ports 'lan2:t'
config device
option name 'br-lan.20'
option type '8021q'
option ifname 'br-lan'
option vid '20'
option igmpversion '3'
config device
option name 'lan2'
option multicast_router '2'
option multicast_fast_leave '1'
option igmpversion '3'
config device
option type 'bridge'
option name 'br-iptv'
option igmp_snooping '1'
option ipv6 '0'
option multicast '1'
option igmpversion '3'
list ports 'br-lan.20'
list ports 'IPTV'
config device
option type '8021q'
option ifname 'wl0-ap0'
option vid '10'
option name 'wl0-ap0.10'
config device
option type '8021q'
option ifname 'wl1-ap0'
option vid '10'
option name 'wl1-ap0.10'
config device
option name 'br-lan.10'
option type '8021q'
option ifname 'br-lan'
option vid '10'
COnfig from 2nd device
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd91:ea9d:f1f9::/48'
config interface 'lan'
option type 'bridge'
option proto 'static'
option delegate '0'
option igmp_snooping '1'
option ipaddr '192.168.1.5'
option netmask '255.255.255.0'
option gateway '192.168.1.1'
option dns '192.168.1.1'
option ifname 'eth0 eth0.10 eth1'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option vid '10'
option ports '0t 2 3 4t'
config switch_vlan
option device 'switch0'
option vlan '2'
option vid '20'
option ports '0t 1 4t'
config interface 'vlan_iptv'
option ifname 'eth0.20'
option proto 'none'