/queue simple
remove [ find where ! dynamic ]
add comment="ratelimit for yboGuest network and only for marked packets" max-limit=10M/10M name=guestToInternet packet-marks=guestInternet target=10.172.202.0/24
\
only here until mangle is used any where else
then shoudl go into fw.rsc
/ip firewall mangle
remove [ find where ! dynamic ]
add action=mark-packet chain=forward new-packet-mark=guestInternet dst-address=10.172.202.0/24 src-address=!10.0.0.0 place-before=0 comment="Internet to guest"
add action=mark-packet chain=forward dst-address=!10.0.0.0 src-address=10.172.202.0/24 new-packet-mark=guestInternet place-before=0 comment="Guest to internet"
I'm using fasttrack as well ..
but queue simple isn't limiting it to 10M ...