Override CAptive Portal Radius Assigned Speed
-
Hello All,
I need some help here. We are using pfSense 1.2.3 with a captive portal and a radius backend, using ip/mac auth. It is working perfectly well and we have over 750 subscribers running on 4 servers. We are very proud to say a BIG thank you to pfSense. WELL DONE!!!
I have a simple question. If I am a user with ip 123.123.123.123 and mac 00:30:65:45:76:89, allocated 128KBits Up and 256KBits Down, and already authenticated, how can I tweak the setting so that I can allocated a specific ip on the net a speed of 1MBits up and 1MBits down? I want the speed allocated to this ip only whilst retaining the default speed for everything else?
Thanks for your help.
Simon
-
I'm interested in this feature too,
What are the radius attributes to set the bandwith per user ?
-
I´d like to know how to do this too.
Will be that is function will be present on 2.0?
I hope so.
-
you can add
WISPr-Max-Up
WISPr-Max-Downon radreply attributes on radius backend (assuming you are using freeradius-sql module)
-
you can add
WISPr-Max-Up
WISPr-Max-Downon radreply attributes on radius backend (assuming you are using freeradius-sql module)
PF2.0 has per-user-bandwidth, and we want to overwrite this by using freeradius.
I have tried these two attribute, but there is no effect.Where can I enable freeradius-sql module??
Thanks
-
i am using freeradius in debian running on another machine together with apache php and mysql. i believe freeradius package on pfsense does not support freeradius-mysql module, at least not yet.
-
azmihamzah, have u tried freeradius with pfsense? and how is it?
-
I need this feature too to support freeradius attributes: WISPr-Bandwidth-Max-Down & WISPr-Bandwidth-Max-Up.
Do anyone has been through this? -
I read on m0n0 forum, you should enable traffic shaper first,
and it should works.edit: maybe I was wrong, the handbook said, the variable in the code is there,
can be used, but no action is bound to it at the moment.half way there.
-
I read monowall handbook for this point already. thank you slashdotfx.
Do any else success with this? CP + freeradius (bandwidth attribute)
-
Just fixed this on my system, added this line in the radius user and it worked great.
WISPr-Bandwidth-Max-Up = 256,WISPr-Bandwidth-Max-Down = 512