NEW Package: freeRADIUS 2.x
-
Updates pkg v1.6.2:
-
Added: Support for one-time-paasswords. Implemented an open source solution which can be used from many mobile devices (iPhone, Android, BlackBerry, …)
-
Updated: freeradius 2.x package documentation
Known bugs:
-
When using "stop/start accounting on CP then "Amount of Time" isn't working correctly.
http://redmine.pfsense.org/issues/2164 -
When using CP + RADIUS + Vouchers and "reauthenticate every minute" is enabled then CP sends the voucher as username to RADIUS. This causes RADIUS to disconnect the "user/voucher" because of an unknown/wrong "username".
http://redmine.pfsense.org/issues/2155 -
When stop/start accounting on CP is enabled than the syslog shows many "wrong order" or "Login found bot no logout detected". This seems to not affect the usage of RADIUS but it is not 100% correct.
http://redmine.pfsense.org/issues/2143
-
-
I dont have "Plain MAC Auth" enabled and dont have the 2 files either. I think I know what could be the issue. I'm running 2.1-Dev on my box which is looking for pbi packages. When I reinstall the package or reinstall just the GUI components, I have to manually installing the binary via from shell. I'm wondering because I'm running the pkg install, it removes these files.
btw, great work on the package!
-
This could be the problem.
So if you like to "eliminate" this error message then just create a backup of these two files by hand. If not - there won't be a problem, too.
The backup is only to prevent unknown site-effects which probably aren't there.PS: How could you run freeradius2 on 2.1 ? Isn't it based on FreeBSD 9 until now ?
-
the binaries are not FreeBSD9.x yet.. i'm gitsync the pfsense code so I can have IPv6 function. Can't wait for FreeBSD9 snapshots but I have a feeling a lot of the packages i'm using wont be able to install :-(
-
Can't wait for FreeBSD9 snapshots but I have a feeling a lot of the packages i'm using wont be able to install :-(
good feeling :D
I`ll need to learn how to build pbi packages for pfsense.
-
Can't wait for FreeBSD9 snapshots but I have a feeling a lot of the packages i'm using wont be able to install :-(
good feeling :D
I`ll need to learn how to build pbi packages for pfsense.
And explain how it works :D
-
I'm trying to use the "Amount of Download Traffic" under the Users Tab to limit users to 2.5GB/week, but for the life of me I can't figure out how to express that to freeRADIUS using the GUI/freeRADIUS/Users/Traffic and Bandwidth entry field?
After entering any number in the "billions" range, immediately when a user attempts logon freeRADIUS reports that "Your maximum daily usage time has been reached" even though the user has never logged on before. The most download traffic I seem to be able to reach is about 50MB. Users can download unlimited data if the field is empty. Is there a limit to the size number that can be used for "amount of download traffic"?
Any help is much appreciated…
-
I'm trying to use the "Amount of Download Traffic" under the Users Tab to limit users to 2.5GB/week, but for the life of me I can't figure out how to express that to freeRADIUS using the GUI/freeRADIUS/Users/Traffic and Bandwidth entry field?
After entering any number in the "billions" range, immediately when a user attempts logon freeRADIUS reports that "Your maximum daily usage time has been reached" even though the user has never logged on before. The most download traffic I seem to be able to reach is about 50MB. Users can download unlimited data if the field is empty. Is there a limit to the size number that can be used for "amount of download traffic"?
Any help is much appreciated…
Hi Sailorsknot,
there shouldn't be any limit when using freeradius2 and Captive Portal.
The unit for "Amount of download/upload" is bytes. So 2.5GB = 2500000000Byte. With the CP bug you must increase this value multiplied with 6 => 2500000000Byte x 6 = 15.000.000.000ByteYou must disable "Acct_unique" in FreeRADIUS => Settings.
To make sure that all old entries are deleted stop freeradius2 service, delete the "db." files:
rm /usr/local/etc/raddb/db.*
Then restart freeradius2 and try again.
This should work.
http://doc.pfsense.org/index.php/FreeRADIUS_2.x_package#Accounting_with_Captive_Portal
-
Thanks so much for the quick reply! :D
I stopped freeRadius and deleted the db files and restarted freeRADIUS. I created a new user (test11) and specified 15000000000 for "daily" download limit.
Fails when I try to logon:
Feb 11 18:33:14 logportalauth[3069]: FAILURE: test11, 00:22:43:60:ed:ca, 10.10.10.206, Your maximum daily usage time has been reached
any idea? (again, thanks for helping!!)
-
Thanks so much for the quick reply! :D
I stopped freeRadius and deleted the db files and restarted freeRADIUS. I created a new user (test11) and specified 15000000000 for "daily" download limit.
Fails when I try to logon:
Feb 11 18:33:14 logportalauth[3069]: FAILURE: test11, 00:22:43:60:ed:ca, 10.10.10.206, Your maximum daily usage time has been reached
any idea? (again, thanks for helping!!)
please show "users" file.
FreeRADIUS => View Config -
/usr/local/etc/raddb/users
"siteno20" Cleartext-Password := "pquiip", Max-Weekly-Output := 2684354560
"siteno54" Cleartext-Password := "ugekwc", Max-Weekly-Output := 2684354560
"test11" Cleartext-Password := "test11", Max-Daily-Output := 15000000000
-
some poking around… seems the largest number that can be entered in GUI field "Amount of Download Traffic" is : 999999999. If the CP calculates 6 times (divided) then the maximum download can only be: 166MB? I seem to only be able to get to ~60MB.
Do you think it has something to do with this?
http://wiki.freeradius.org/FAQ#Why+do+Acct-Input-Octets+and+Acct-Output-Octets+wrap+at+4+GB%3F
Thanks, I appreciate the help…
-
Updates pkg v1.6.3:
-
Improved/changed: mobile-one-time-password. mOTP is now running as a freeradius2 module. All attributes (Expiration, bandwidth, VLAN, pp.) can now be used with it. Auth-Type is now "motp" and not always "Accept". So the new module decides if there is access or not and we do not have strange syslog outputs "Login: OK but Access denied".
-
Updated: freeradius 2.x package documentation
Known bugs:
-
When using "stop/start accounting on CP then "Amount of Time" isn't working correctly.
http://redmine.pfsense.org/issues/2164 -
When using CP + RADIUS + Vouchers and "reauthenticate every minute" is enabled then CP sends the voucher as username to RADIUS. This causes RADIUS to disconnect the "user/voucher" because of an unknown/wrong "username".
http://redmine.pfsense.org/issues/2155 -
When stop/start accounting on CP is enabled than the syslog shows many "wrong order" or "Login found bot no logout detected". This seems to not affect the usage of RADIUS but it is not 100% correct.
http://redmine.pfsense.org/issues/2143
=================================================================
some poking around… seems the largest number that can be entered in GUI field "Amount of Download Traffic" is : 999999999. If the CP calculates 6 times (divided) then the maximum download can only be: 166MB? I seem to only be able to get to ~60MB.
Do you think it has something to do with this?
http://wiki.freeradius.org/FAQ#Why+do+Acct-Input-Octets+and+Acct-Output-Octets+wrap+at+4+GB%3F
Thanks, I appreciate the help…
Hi again,
thanks for testing this!
The link you posted is - why I said - "In general there should be no limit with freeradius2 and Captive Portal. CP and freeradius2 can work with "gigawords"There is a bug in CP which calculates other traffic volume than it should be. Many posts in the forum say that the real traffic multiplied with a factor of 6 is the traffic that CP counts.
GUI problems:
I need to check how many digits the GUI allows and perhaps if it makes sense to change from "bytes/s to MBytes/s).I am not at home this weekend so I do not have all my "equipment" with me. I'll try to do some more tests with "Amount of traffic".
-
-
Again, many thanks!!
-
Again, many thanks!!
I think I could fix the problem. The "Disable Acct_Unique" option didn't work.
So please try again with new username.I have a 100MB download running….but it is really slow because of my slow internet connection ;-)
----- EDIT -----
DAMN!
Seems to be the same "problem/bug" as here:
http://redmine.pfsense.org/issues/2164But I am too tiered now and have to less time to test this more in detail today. Feedback would be appreciated… >:(
-
reinstalled package, created new user.. with Amount of Download Traffic :999999999 /daily no joy… ended at ~60MB... (sigh...)
-
Hi Nachfalke,
thanx for the update. I have installed the latest Radius Package and get the follow error:
/usr/local/etc/raddb/sites-enabled/default[301]: Failed to load module "motp". /usr/local/etc/raddb/sites-enabled/default[301]: Failed to parse "motp" entry.
Radius service didn´t start anymore.
Are there missing anything?
Regards, Valle
-
Can't wait for FreeBSD9 snapshots but I have a feeling a lot of the packages i'm using wont be able to install :-(
good feeling :D
I`ll need to learn how to build pbi packages for pfsense.
2.1 will be based on freebsd 8.3
http://forum.pfsense.org/index.php/topic,46157.msg241830.html#msg241830
-
Hi Nachfalke,
thanx for the update. I have installed the latest Radius Package and get the follow error:
/usr/local/etc/raddb/sites-enabled/default[301]: Failed to load module "motp". /usr/local/etc/raddb/sites-enabled/default[301]: Failed to parse "motp" entry.
Radius service didn´t start anymore.
Are there missing anything?
Regards, Valle
Did a fresh install of freeradius2 on a fresh pfsense without problems:
Server is running with motp off
server is running with motp on (downloaded bash)
server is running with motp user created
server is running after deactivating "motp" in Settings.Jan 13 07:47:19 radiusd[6352]: Ready to process requests. Jan 13 07:47:19 radiusd[5765]: Loaded virtual server <default> Jan 13 07:47:17 radiusd[27310]: Exiting normally. Jan 13 07:47:17 radiusd[27310]: Signalled to terminate Jan 13 07:47:17 php: /pkg_edit.php: FreeRADIUS: Uninstalling package "bash-4.1.7" which comes with Mobile-One-Time-Password (motp). Jan 13 07:47:17 check_reload_status: Syncing firewall Jan 13 07:46:47 radiusd[27310]: Ready to process requests. Jan 13 07:46:47 radiusd[27239]: Loaded virtual server <default> Jan 13 07:46:45 radiusd[3884]: Exiting normally. Jan 13 07:46:45 radiusd[3884]: Signalled to terminate Jan 13 07:46:45 check_reload_status: Syncing firewall Jan 13 07:45:49 sshd[41626]: Accepted keyboard-interactive/pam for admin from 192.168.17.1 port 59669 ssh2 Jan 13 07:44:42 radiusd[3884]: Ready to process requests. Jan 13 07:44:42 radiusd[2552]: Loaded virtual server <default> Jan 13 07:44:40 radiusd[8880]: Exiting normally. Jan 13 07:44:40 radiusd[8880]: Signalled to terminate Jan 13 07:44:37 php: /pkg_edit.php: FreeRADIUS: Downloading and installing package "bash-4.1.7" to use Mobile-One-Time-Password (motp). Jan 13 07:44:37 check_reload_status: Syncing firewall Jan 13 07:44:23 radiusd[8880]: Ready to process requests. Jan 13 07:44:23 radiusd[8778]: Loaded virtual server <default> Jan 13 07:44:13 check_reload_status: Syncing firewall Jan 13 07:44:13 check_reload_status: Reloading filter Jan 13 07:44:12 check_reload_status: Syncing firewall Jan 13 07:44:12 radiusd[52258]: The server is not configured to listen on any ports. Cannot start. Jan 13 07:44:12 radiusd[52258]: The server is not configured to listen on any ports. Cannot start. Jan 13 07:44:12 radiusd[52161]: Loaded virtual server <default> Jan 13 07:44:10 radiusd[49566]: The server is not configured to listen on any ports. Cannot start. Jan 13 07:44:10 radiusd[49566]: The server is not configured to listen on any ports. Cannot start. Jan 13 07:44:10 radiusd[49532]: Loaded virtual server <default> Jan 13 07:43:51 php: /pkg_mgr_install.php: FreeRADIUS: Creating backup of the original file to /usr/local/etc/raddb/files.backup Jan 13 07:43:51 php: /pkg_mgr_install.php: FreeRADIUS: Creating backup of the original file to /usr/local/etc/raddb/policy.conf.backup</default></default></default></default></default></default>
There were some major changes in motp handling. Try to run this from "Diagnostics -> Command Prompt -> PHP execute"
require_once("freeradius.inc"); freeradius_dictionary_resync(); freeradius_modulesmotp_resync(); freeradius_users_resync();
Or disable motp, save, enable it again, save, edit one "user" and just click save without any changes because syntax in "users" file changed.
There were changes in:
Attributes added in: /usr/local/etc/raddb/dictionary New module created: /usr/local/etc/raddb/modules/motp Auth-Type motp added in: /usr/local/etc/raddb/sites-available/default Users file /usr/local/etc/raddb/users
-
Updates pkg v1.6.4:
- Added: mOTP: Custom options for password lifetime, Number of password attemtps, more syslog output
Known bugs:
-
When using "stop/start accounting on CP then "Amount of Time/Amount of Traffic" isn't working correctly.
http://redmine.pfsense.org/issues/2164
WORKAROUND: Do not use start/stop accounting - use only "interim update". Disadvantage: Counter only increases if a user gets disconnected. (Hard/Idle Timeout) -
When using CP + RADIUS + Vouchers and "reauthenticate every minute" is enabled then CP sends the voucher as username to RADIUS. This causes RADIUS to disconnect the "user/voucher" because of an unknown/wrong "username".
http://redmine.pfsense.org/issues/2155 -
When stop/start accounting on CP is enabled than the syslog shows many "wrong order" or "Login found bot no logout detected". This seems to not affect the usage of RADIUS but it is not 100% correct.
http://redmine.pfsense.org/issues/2143