ideal bandwidth limit for each user

what’s the ideal bandwidth I should permit for each user, note that my internet service is dedicated 512/256 and I have around 70 users in total, around 30 comes online at one time. how can I give them the Max (Ideal) bandwidth , what’s the script I should use in bandwidth limits in that profile!

thanks,
ghaith

It not need any srcipt for limit

just make a simple queue will work fine

so what’s my main question’s answer? what’s the ideal bandwidth I should assigne to users?

thanks,
Ghaith

use simple queue and PCQ queue type, that will scale to how many users you have and divide traffic evenly

why not use PCQ?
it can average your bandwidth to online user

I went to simple queues and there was queue for each user, what should I do now?

thanks for help

All …
thanks a lot for info. , it was really helpful.

regards,
Ghaith

PCQ is better for your situation
or you must give each client no more than 16k/64k as i m doing

/queue type add name=“pcq” kind=pcq pcq-rate=0 pcq-limit=70 pcq-classifier=“” pcq-total-limit=2000

I am sure it is good idea but if you are out of bandwidth , because of how many users you have …



Ghassan

64K is more quicker than dial up but I am sure that i have a good way of delivering reliable connection to your customers which load their pages quicker but i do not know if 64K is fast as you want your customers to have quick surfing but I agree with limiting their downloads to 64K but make sure they can get 128K as surfung pages :wink:

add proxy serve like MUST!
on small link … proxy rulez :slight_smile:

Incorrect - Tou need 2 PCQ types

one for client download - pcq-classifier=dst-address ( whole subnet will be devided into streams based on dst-address)

other for client upload - pcq-classifier=src-address ( whole subnet will be devided into streams based on src-address)


in your case (without pcq-classifier) it shouldn’t be working at all!!!

Yes it works but now you have strict limitations - and if at night only one user is up he will get only his limit,

Put with PCQ you can be sure that everybody who is online will get equal part of the trunk - if 70 then 1/70, if only 10 then 1/10, if 2 then half of the traffic

Skynoc.

you are not answering the question!

read carefully .

make sure they are :

;;; for pcq download
name=pcq-download" kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=“dst-address” pcq-total-limit=2000

;;; for pcq upload
name=pcq-download" kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=“src-address” pcq-total-limit=2000



Ghassan

Didn’t I just say that???
Ghassan try to post less posts and more necessary information plz!

Ether way - I suggest to use pcq-limit=20 and pcq-total-limit=20x

I need limiting also, but…

I have 1MB didicated.

Users connectiong over PPPoE.

I want to limit user1, user2, user5 with 256/256
user3, user4, user7 512/512
userX, userY 1024/1024

How to do this?

Also, I want to use RADIUS server, but I do not know how to “connect” pppoe server with radius.

If you have only 10 users then use simple queues :slight_smile: But if you have 100 then you vill have to create PCQ queues for each type of users :slight_smile: