Bandwidth Controlling On Interface

Dear Friends,

How to restrict the bandwidth on Particular Interface with 20 Mbps for PC Server / 450G.

Regards
Govind :slight_smile:

Hi,
let’s say you are using ehter1 as your Wan and your server is connected to ether2. then you can simply add a simple queue.

/queue simple
add limit-at=20M/20M max-limit=20M/20M name=queue1 target=ether2

I was about to post a similar thread but I found this one and I am thankful to ahdisml that I have also found the solution of my problem :slight_smile:

you are welcome.