Assumptions: ether1 will be used to connect to ONT and ether2 will be used to connect to main router.
remove all configuration from RB750Gr3 (reset without configuration)
use winbox to connect to RB … it won’t have any IP address so you’ll have to connect it via MAC address
implement the following configuration:
/interface bridge
add name=VLAN-bridge
/interface vlan
add interface=ether1 name=ether1v10 vlan-id=10
/interface bridge port
# no point in having HW offload active on port ether2, all of traffic needs to travel through CPU anyway
add bridge=VLAN-bridge interface=ether2 hw=no
add bridge=VLAN-bridge interface=ether1v10
With the configuration above RB will act as tagged-to-untagged converter … everything on ether2 will be untagged and everything on ether1 will be tagged with VLAN ID 10.
Surely the above could be implemented using bridge vlan-filtering, but I don’t see any benefit of doing it that way … the way presented above is quite simpler to set-up.
As the involved ports (ether1 and ether2) only have L2 set-up, you don’t need any firewall there.
If you want to have management access to this device via IP, you can add IP configuration to port ether3 (and use that port to connect RB to your LAN subnet of main router) … either configure DHCP-client on ether3 or add static IP configuration. Or, if you need some more ethernet port for LAN segment, you could actually create another bridge (perhaps named LAN) and add ether3-ether5 to it. Then add IP configuration to “LAN” instead of ether3.
You can add some firewall on management interface if you think it’s necessary to protect RB from LAN users.
The way presented in my post is discouraged for a particular reason … which I doubt will kick in in this case. But yes, this kind of setup example should be accompanied by a warning similar to “don’t do it at home, it might explode”.
My router is directly connected to the ONT LOL,
Then again most of the persons asking for this type of connection have not yet heard of digital streaming TV and insist of haveing some sort of ISP tv cable settop box that needs special setups to work.