Re: Per user bandwidth limit
-
Hi again
I was looking for how to enable "per user bandwidth using radius attributes" as discussing all above. I found http://forum.pfsense.org/index.php/topic,9849.msg55567.html#msg55567.
it said that 1.3 version will support, but i didn't get it to work yet.Can anyone guide me to make it?
-
In Traffic Shaper /Limiter
create 2 pipes defining only 3 parameters
1. name –---anything u want
2. Bandwidth --------maximum BW for a user
3. Mask --------destination / or sourceu select 1 with destination 1 with source. leave other as their default
now at firewall/ rule in lan rule table delete default rule
creat 1 rule as
protocol any
source any
desination -x.x.x.x(x.x.x.x means ur shaped ip)
in/out------in=ur source pipe, out =ur destination pipeleave others as their default value
now create another 1 with altering source & destination
just save & apply & check.
goodluck
note:
1. i m still novice at pfsense TS capabilities. but it worked for me. may be some1 with more experience suggest better.
2. If u r using transparent proxy u need same 2 rules at ur wan rule table. -
u select 1 with destination 1 with source. leave other as their default
now at firewall/ rule in lan rule table delete default rule
creat 1 rule asplease don't delete the default rule. whenever i delet the default rule i lost access to my gui interface.
you can keep your default rule, but take it to the end of the rule list. this will not interfere with your above rules.
this is only my personal experience, i can't say anything as final as im also new to networking things.