Create vouchers with specific Download/Upload
-
Hi all,
Is there any way to create a vouchers with different Bandwidth or the Download/Upload are inherent from captive portal configuration?
and what is the best solution to create an account that can be used by many devices ( seminar for example) but also can specify the Bandwidth ? -
@moelharrak said in Create vouchers with specific Download/Upload:
erent Bandwidth or the Download/Upload are inherent from captive portal configuration?
and what is the best solution to create an account that can be used by many devices ( seminar for example) but also can specify the Bandwidth ?Hi,
The best solution is to use a radius server (such as FreeRadius).
FreeRadius is an authentication server. It takes some user lists as input (eg : an SQL database, a plain text file, etc...) and provide "access granted"/"access denied" messages as output.FreeRadius can indicate some settings to pfSense when responding "access granted" ("Access-Accept") for one user.
Session-Timeout
(a per-user hard timeout)pfSense-Max-Total-Octets
(a per-user max allowed traffic)pfSense-Bandwidth-Max-Up
(a per-user upload speed)- and
pfSense-Bandwidth-Max-Down
(a per-user download speed)
You will find more info on the documentation i guess.