Discussion:
Dialup Admin
Bruno Gianelli Braido
2003-10-28 16:59:45 UTC
Permalink
Hello all,

I'd like to use the "Dialup_Admin", I tried use the example from http://kstadler.ch/index.php?topgroupid=1&subgroupid=14&groupid=11 but not success.
Who knows where I get a good example???
My equipament is a PM3, Freeradius with Auth Mysql.

Thanks for your help.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Oi pra todos

Eu gostaria de utilizar o "Dialup_Admin", eu tentei usar o exemplo http://kstadler.ch/index.php?topgroupid=1&subgroupid=14&groupid=11 mas não tive sucesso.
Alguém sabe onde eu conseguiria um bom exemplo?
Meu equipamento é um PM3, Freeradius com Autenticação Mysql.

Obrigado pelo sua ajuda.


[],
Bruno Gianelli Braido
Linux User# 32000
ICQ:71059588
***@ig.com.br
Ulrich Walcher
2003-10-29 07:46:02 UTC
Permalink
Post by Bruno Gianelli Braido
Hello all,
I'd like to use the "Dialup_Admin", I tried use the example from
http://kstadler.ch/index.php?topgroupid=1&subgroupid=14&groupid=11
but not success.
Who knows where I get a good example???
My equipament is a PM3, Freeradius with Auth Mysql.
Thanks for your help.
[...]
Do you have FR with MySQL working?
"No success" is not very precise. Give us a little more details and
maybe someone con help you.

Uli


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Bruno Gianelli Braido
2003-10-29 11:57:30 UTC
Permalink
Thanks for your help Uli,

So my FR is working with Mysql, my problem is "configure the Dialup
Admin", I used the help come with DialupAdmin but not work.
Where I get a example to configure the Dialup Admin????

[],
Bruno Gianelli Braido
Linux User# 32000
ICQ:71059588
***@ig.com.br
----- Original Message -----
From: "Ulrich Walcher" <***@bcore.de>
To: <freeradius-***@lists.cistron.nl>
Sent: Wednesday, October 29, 2003 5:46 AM
Subject: Re: Dialup Admin
Post by Ulrich Walcher
Post by Bruno Gianelli Braido
Hello all,
I'd like to use the "Dialup_Admin", I tried use the example from
http://kstadler.ch/index.php?topgroupid=1&subgroupid=14&groupid=11
but not success.
Who knows where I get a good example???
My equipament is a PM3, Freeradius with Auth Mysql.
Thanks for your help.
[...]
Do you have FR with MySQL working?
"No success" is not very precise. Give us a little more details and
maybe someone con help you.
Uli
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Ulrich Walcher
2003-10-29 12:38:35 UTC
Permalink
Post by Bruno Gianelli Braido
Thanks for your help Uli,
So my FR is working with Mysql, my problem is "configure the Dialup
Admin", I used the help come with DialupAdmin but not work.
Where I get a example to configure the Dialup Admin????
[...]
Most important is to have php working properly.
apache with php4:
http://www.php.net/manual/en/install.apache.php

All attributes are well explained in conf/admin.conf

There you might have to change:
general_base_dir: /usr/local/dialup_admin
general_radiusd_base_dir: /usr/local/radiusd
general_test_account_login: test
general_test_account_password: testpass
general_radius_server: localhost [IP-Address_of_RADIUS_server]
general_radius_server_auth_proto: pap
general_encryption_method: crypt
sql_server: localhost [IP-Address_of_sql_server]
sql_username: dialup_admin
sql_database: radius
sql_accounting_table: radacct
sql_badusers_table: badusers
sql_check_table: radcheck
sql_reply_table: radreply
sql_user_info_table: userinfo
sql_groupcheck_table: radgroupcheck
sql_groupreply_table: radgroupreply
sql_usergroup_table: usergroup
sql_total_accounting_table: totacct

You'll have to change:
general_radius_server_secret: XXXXXX
sql_password: XXXXXX

The rest should work by default.
Little more information on what's not working is helpful. Otherwise the
answer will be be: You misconfigured something...

Uli




-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Continue reading on narkive:
Loading...