I already limited the bandwidth for all network 10.97.0.0 so all IP address got the same bandwidth
queue simple > add name=down interface=local limit-at=64000 max-limit=6400
queue simple > add name=up interface=public limit-at=64000 max-limit=6400
and now I want to limit it per Ip address with a different bandwidth
lets say IP address = 10.97.20.90 limit-at =256000
is it possible ?
fyi from my ISP i got 384000
Thanks