I have local bridge with 192.168.0.0 net. My question is how to send IPTV from port ether24 to local bridge. In that bridge I have devices with one physical network (eth0) for internet and virtual network (eth0.3999) for IPTV. eth0 is working correctly, but for eth0.3999 I don’t know how to send iptv from ether24 to local bridge.
Seems like the RPI2 has only one physical port eth0 according to the notations eth0 and eth0.3999 but in the picture you have two cables connected between RPI2 and MIKROTIK. Confused.
Question is like this.
Do IPTV come out from ISP Modem tagged with 3999, or does it not have tag (untagged vlan3999)
If its tagged, you need to match VLAN 3999 on the Mikrotik and not using VLAN 7
If you try to connect to Cisco switch where one has VLAN 10 untagged and one with VLAN 20 untagged, you get VLAN missmatch.
You need to block the BPDU frames, then it will work with mixed VLAN, (not recommended)
Since you ignore my question whether we’re talking about SiOL, I’ll assume it is.
You only need single wired connection between xDSL modem and your router and that one should be connected to port configured as “trunk”. VLAN ID 3999 should be simply switched/bridged to IPTV clients (Box, RPI, …), while PPPoE client should run on the untagged part of it. You should not run DHCP server on VLAN 3999 (it might interfer with ISP’s), clients should either receive IP address from ISP’s DHCP server or you can configure a static one (check the settings on Box and use some adjacent address on RPI).