Community discussions

MikroTik App
 
qudama
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 57
Joined: Mon Feb 24, 2014 2:26 am

Bandwidth Management with queue tree only ! awesome

Mon Feb 24, 2014 4:53 pm

hello guys i have server pppoe with profiles ( 256k profile, 512 profile ... etc)
with this configuration below :

/ip pool
add name="PPPoE Pool" ranges=128.0.0.2-128.255.255.254

/ppp profile
add dns-server=8.8.8.8 local-address=128.0.0.1 name=profile1 \
only-one=yes rate-limit=5000k/5000k remote-address="PPPoE Pool"

/ip firewall nat
add action=masquerade chain=srcnat src-address=128.0.0.0/8

/ip address
add address=10.0.0.3/24 interface=ether1 network=10.0.0.07

/ip route
add distance=1 gateway=10.0.0.2


and its works fine..
now this video on youtube.com using Bandwidth management with queue tree only by using client 1, client 2 ...etc.
each client have different download, video stream, online game and browsing.

the question is how we can configure client 1 with profile 1, client 2 with profile 2...etc.
The script and the video of bandwidth management is below:

the video:
http://www.youtube.com/watch?v=BOtX2QA10ak


the script:
http://agratitudesign.blogspot.com/2013 ... arent.html
 
qudama
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 57
Joined: Mon Feb 24, 2014 2:26 am

Re: Bandwidth Management with queue tree only ! awesome

Wed Feb 26, 2014 10:14 pm

No one know! :(