Page 1 of 1

management problem upload and download

Posted: Wed Sep 26, 2007 11:11 am
by trottolino1970
I have a small problem with the management of the band. I explain myself: in the section pppoe I have created several the profiles settando upload and download, my large problem is that my customers exceed (a lot) upload cutting also the band in download. In order to obviate to this problem momentarily I have created of simple queue one for every customer. how I can resolve the problem?

Re: management problem upload and download

Posted: Thu Sep 27, 2007 3:58 pm
by Viroslash
You can set te Upload and Download in each profile, this profile must be associated in te pppoe secret of the user, then when the user log in a dynamic queue will be created limiting upload and download that you specified in the profile.
Example:


This profile set 128k upload and 256k download
/ ppp profile
add name="profile1" local-address=10.10.128.1 use-compression=default use-vj-compression=default use-encryption=default only-one=default change-tcp-mss=default rate-limit=128k/256k dns-server=200.51.211.7 comment=""


This is the client associated at the "profile1"
/ ppp secret
add name="ppp1" service=pppoe caller-id="" password="321321" profile=profile1 remote-address=10.5.56.1 routes="" limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no

Re: management problem upload and download

Posted: Thu Sep 27, 2007 6:51 pm
by trottolino1970
You can set te Upload and Download in each profile, this profile must be associated in te pppoe secret of the user, then when the user log in a dynamic queue will be created limiting upload and download that you specified in the profile.
Example:


This profile set 128k upload and 256k download
/ ppp profile
add name="profile1" local-address=10.10.128.1 use-compression=default use-vj-compression=default use-encryption=default only-one=default change-tcp-mss=default rate-limit=128k/256k dns-server=200.51.211.7 comment=""


This is the client associated at the "profile1"
/ ppp secret
add name="ppp1" service=pppoe caller-id="" password="321321" profile=profile1 remote-address=10.5.56.1 routes="" limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no


yes ok but the problem is the same

Re: management problem upload and download

Posted: Thu Sep 27, 2007 7:20 pm
by JR
.... then you are missing something! :shock:

Re: management problem upload and download

Posted: Fri Sep 28, 2007 2:09 am
by Viroslash
yep... this should be work... paste your export configuration please.

Re: management problem upload and download

Posted: Fri Sep 28, 2007 11:10 am
by trottolino1970
yep... this should be work... paste your export configuration please.

now all ok thanks