Thanks a lot!!! rextended, this is exactly what i need
Something like this:example code
/interface bridgeadd name=bridge/interface bridge portadd bridge=bridge interface=sfp1add bridge=bridge interface=ether1add bridge=bridge interface=ether2add bridge=bridge interface=ether3add bridge=bridge interface=ether4/ip addressadd address=150.15.130.66/29 interface=bridge/ip routeadd disabled=no dst-address=0.0.0.0/0 gateway=150.15.130.65/interface listadd name=clients/interface list memberadd interface=ether1 list=clientsadd interface=ether2 list=clientsadd interface=ether3 list=clientsadd interface=ether4 list=clients/interface bridge filteradd action=drop chain=forward in-interface=ether1 mac-protocol=ip src-address=!150.15.130.67/32add action=drop chain=forward in-interface=ether2 mac-protocol=ip src-address=!150.15.130.68/32add action=drop chain=forward in-interface=ether3 mac-protocol=ip src-address=!150.15.130.69/32add action=drop chain=forward in-interface=ether4 mac-protocol=ip src-address=!150.15.130.70/32add action=drop chain=forward in-interface-list=clients out-interface-list=clients
Statistics: Posted by debricker — Wed Jan 24, 2024 8:47 pm