Hello everyone,
Im trying to accomplish the following, limiting and routing streaming packet to another wan connection, now i have successfully accomplished the limiting part with the following:
/ip firewall layer7-protocol
add name=Streaming regexp=videoplayback|video
/queue simple
add max-limit=384k/384k name=Streaming packet-marks=Streaming target=
10.1.30.0/24
/ip firewall mangle
add action=mark-packet chain=postrouting comment=“Mark Packet Streaming”
layer7-protocol=Streaming new-packet-mark=Streaming passthrough=no
but cant seem to be able to route the packet to another connection, can anyone please advise on the correct way to do it please
Kindest Regards