Community discussions

MikroTik App
 
rajaa
just joined
Topic Author
Posts: 2
Joined: Sat Jun 19, 2004 7:48 pm
Location: India

Bandwidth management

Sun Jun 20, 2004 5:07 pm

hai,

The problem i'm facing here is i'm having 256kbps leased line with throughput of (32KBps) and running a small ISP with 40 customers , i now need restict a single ip to say about 2KB.

Pls. help me in doing this

:roll:
 
Cameron Earnshaw
Frequent Visitor
Frequent Visitor
Posts: 90
Joined: Sun May 30, 2004 6:46 pm
Contact:

Sun Jun 20, 2004 6:56 pm

Here's how we're doing it. One rule per IP for uploads and one for downloads. Not sure if it's the best way but it works for us. As you will see we are limiting downloads to 1.2 Mbps max but they get at least 10% of that at all times.

[admin@MikroTik] queue simple> print
Flags: X - disabled, I - invalid, D - dynamic
0 name="queue1" target-address=192.168.100.137/32 dst-address=0.0.0.0/0
interface=Local queue=synchronous-default priority=8 limit-at=120000/120000
max-limit=1200000/1200000
1 name="queue2" target-address=0.0.0.0/0 dst-address=192.168.100.137/32
interface=Public queue=synchronous-default priority=8 limit-at=100000/100000
max-limit=400000/400000