> Hi, > > just a short question: > How do I open the dialup_admin? > Is there a special port I have to use or do i have to > configure apache to /.../freeradius/dialup_admin/htdocs? > THX
just link the dialup_admin folder to your htdocs folder. Example: Apache HTDOCS: /usr/local/apache/htdocs/ Dialup Folder: /usr/local/dialup_admin/ ln -s /usr/local/dialup_admin/htdocs /usr/local/apache/htdocs/dialup The webinterface would be available at: http://yoursite.com/dialup - Michael - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

