I do have a RB and i would like to put a bandwidth Limit on the WAN interface to 10Mbps. This is pppoe-out1 and it is on eth1.
May i have some help please?
/queue simple add dst=pppoe-out1 max-limit=10M/10M name=queue1 queue=default/default target=eth1
Thanks a lot for the reply. Apart forbthe queues code, do i need to add anything else on the firewall or anywhere else?Code: Select all/queue simple add dst=pppoe-out1 max-limit=10M/10M name=queue1 queue=default/default target=eth1
Nope, but I misread your original post a little, so the command should be:Thanks a lot for the reply. Apart forbthe queues code, do i need to add anything else on the firewall or anywhere else?Code: Select all/queue simple add dst=pppoe-out1 max-limit=10M/10M name=queue1 queue=default/default target=eth1
It's not that simple. The ISP has a fine on speed. so if i keep my speed under those levels then i will keep the bandwidth until the end of the billing cycle. Otherwise they impose a cap and you get the lowest speed they can provide.Why would you want to cap the bandwidth the ISp provides. Seems like paying for 5 steaks and throwing away 2 of them.
What if we leave target as blank though?Nope, but I misread your original post a little, so the command should be:Thanks a lot for the reply. Apart forbthe queues code, do i need to add anything else on the firewall or anywhere else?Code: Select all/queue simple add dst=pppoe-out1 max-limit=10M/10M name=queue1 queue=default/default target=eth1
/queue simple add dst=pppoe-out1 max-limit=10M/10M name=queue1 queue=default/default target=name-of-your-local-bridge
instead of
/queue simple add dst=pppoe-out1 max-limit=10M/10M name=queue1 queue=default/default target=eth1
Should work the same way in this scenario.What if we leave target as blank though?