How to limit uploud from one ISP?
I have 2 ISP
ISP1 - ADSl
ISP2 - PPPoE
And i want limit uploud through ISP1 and redirect through ISP2
How to limit uploud from one ISP?
I have 2 ISP
ISP1 - ADSl
ISP2 - PPPoE
And i want limit uploud through ISP1 and redirect through ISP2
From the simple queue section add a queue rule indicating INTERFACE (which will found in advance tab) and set your required bandwidth.
FOR EXAMPLE
name=“LAN” dst-address=0.0.0.0/0 interface=LAN parent=none direction=both priority=1 queue=default-small/default-small limit-at=3584000/3584000 max-limit=3584000/3584000 total-queue=default-small
Rafiq…