I need HELP !
I Have 128kb gateway to the intetnet.
When I have two or more pppoe users on router who are using internet, router dont reduce speed on first user, so the second user cant use internet. How to do that ??
Thank in advance
I need HELP !
I Have 128kb gateway to the intetnet.
When I have two or more pppoe users on router who are using internet, router dont reduce speed on first user, so the second user cant use internet. How to do that ??
Thank in advance
so, where is the problem to limit the speed for each client?Please see the link below:
http://www.mikrotik.com/docs/ros/2.8/guide/aaa.content#13.4.7
Edgars
No problem to limit client. But if only 1 is activ let he gets all troughput, when is 2 activ to splitt
this is called PCQ queuing. Mark download and upload with different flows, add two new queue types, add two queue tree rules: one with flow=download, parent=global-in, queue=<the one you created under ‘/queue type’ with pcq-classifier=dst-address> and another one with flow=upload, parent=global-out, queue=<the one you created under ‘/queue type’ with pcq-classifier=src-address>. As a max-limit could be specified the total bandwidth one client could get.
See PCQ examples here:
http://www.mikrotik.com/docs/ros/2.8/howto/howto.content#12.2.13
http://www.mikrotik.com/docs/ros/2.8/root/queue.content#6.54.7.5
Edgars
problem with MANGLE
[admin@MikroTik] ip firewall src-nat> pri
Flags: X - disabled, I - invalid, D - dynamic
0 action=masquerade
gateway 192.168.0.1
ethet1 10.0.0.254
ethet2 192.168.0.254
PPPoE server 10.1.1.1 , pppoe clients at 10.1.2.x
how to mangle pakets from gateway to PPPOE server