limit bandwidth on the RB750 WAN

Hi there!
I am using a RB750 for offer free internet here around our office. another RB for payable Internet.
all the RB take their internet from a same Router on which the internet can not be limited either by port or by IP.
and when many peoples are using this free internet, it affect our intire network because the speed is limited per user at 128kbps.
so I wish to limit the bandwidth to the RB750 on his WAN to 768kbps.
Will someone please help me how to?

Regard’s

use queues

Hi Samsung!

here is the Queues I applied and it is not still working.

/queue simple> add name=private target-addresses=1.1.1.0/24 max-limit=512K/512K \interface=speed

Could you please advise the config to use?

Note: speed is a bridge on witch hottspot is configured.

Alex

http://wiki.mikrotik.com/wiki/Manual:Queues_-_PCQ_Examples

Still no working!
I limited to 640


/ip firewall mangle add chain=prerouting action=mark-packet
in-interface=speed new-packet-mark=client_upload
/ip firewall mangle add chain=prerouting action=mark-packet
in-interface=WAN new-packet-mark=client_download



/queue type add name=“PCQ_download” kind=pcq pcq-rate=64000 pcq-classifier=dst-address
/queue type add name=“PCQ_upload” kind=pcq pcq-rate=32000 pcq-classifier=src-address


/queue tree add parent=global-in queue=PCQ_download packet-mark=client_download
/queue tree add parent=global-out queue=PCQ_upload packet-mark=client_upload
a.jpg

Add a simple queue with download/upload rate and select interface=wan.

Send from my mobile phone using Tapatalk.