How Share BandWidth Between Two User?

hi,


how share bandwidth between two user?
i want share equalize bandwidth between two user (via profile or other method) in Hotspot. when one of two user is online, it is can use full bandwidth.

please help me. :frowning:

You need to use PCQ [not HotSpot dynamic queues],
http://www.mikrotik.com/testdocs/ros/3.0/qos/queue_content.php#.6.3

can`t any way bandwitch share in hotspot users ?

In HotSpot user you can set specific limit that is assigned to each client.
Equal bandwidth sharing technique is not possible with HotSpot profile.

ok!

how must use in Firewall mangle And queue tree?

Example for 2 user.

please help me.
:frowning:

Look at the documentation link above, this is configuration example for x number of users.
It could be for 2, when bandwidth is shared between two users,
it could be for 100, when bandwidth is shared between 100 users.

Thanks.


can we limit any two user in one group?
For Example any two user which use of 1MB Bandwidth, implant in one group.

Do you want to equally share traffic between users or set them specific limit ?

yes.
i do,

You can’t have both. Pick one.

How for PPTP?

There is no difference.

please
one example for pptp connection.

you didn’t even say what you want do do:

Do you want to equally share traffic between users OR set them specific limit ?

there is a “OR” which means that those are completely different things.

ohhhh,
excus me,

i want to equally share traffic between users. (if i have PPTP connection.)
please say with one example.

i can`t result.
everyone,
Example for resolvent problem.

Read the manual or hire a consultant.

read manual
but can`t result. :frowning:
i not know where is my problem.

this moment,
i have run this commands:
(for Example: share 128k bandwidth equal between 2 pptp users.)


First,
/IP Firewall Mangle
mark all connection for ip range 10.10.0.0/24

[admin@admin] ip firewall mangle> print 
Flags: X - disabled, I - invalid, D - dynamic 
 0   chain=prerouting src-address=10.10.0.0/24 action=mark-connection 
     new-connection-mark=Users-Con passthrough=yes 

 1   chain=prerouting connection-mark=Users-Con action=mark-packet 
     new-packet-mark=Users passthrough=yes

Next,
/Queues Tree
share bandwidth equal.

[admin@admin] queue tree> print 
Flags: X - disabled, I - invalid 
 
 0   name="Download-User1" parent=global-total packet-mark="" limit-at=131072 
     queue=default priority=8 max-limit=131072 burst-limit=0 burst-threshold=0 
     burst-time=0s 

 1   name="Download-User2" parent=Download-User1 packet-mark=Users 
     limit-at=65536 queue=default priority=8 max-limit=131072 burst-limit=0 
     burst-threshold=0 burst-time=0s

Any problem for commands?
:open_mouth: