I followed the two excellent guides in the wiki and got this combination working. I have little experience with freeradius though. (mostly just radiator and livingston radius purely for dialup purposes)
I do like how it logs everything to the database, which should make the logs much more searchable and presentable to our tech staff for troubleshooting.
Are there any good programs for presenting this information, or am I on my own to make scripts for adding, checking, and removing users?
The dialup_admin program that comes with freeradius looks like an outdated piece of half finished software that runs on php3 and doesn’t seem to work on apache2/php5 properly.
you might need a billing software to do much more..as it wholely depends upon your requirements what exactly you want..however i have been using the same combination with dialup_admin and having literally no problems at all..i wonder why is it not wrking properly for you.
The webserver was not processing/interpreting .php3 files properly. I added the mime type so php would process it like .php4/php5/php file extensions, restarted apache, and couldn’t get it going still. (Suse 10.2’s apache2/php5).
Since then I’ve made a bunch of Nasty Bash Scripts to show, lock, unlock, add, remove, and show radius activity of pppoe users.