RE: dialup_admin problem

2005-07-01 Thread Rashad Rustamoff
You must point to actual IP address (or FQDN) of machine where mysql server running. To do this edit this line in admin.conf: sql_server: fully.qualified.domain.name.of.server If your web server running in the same machine where mysql server is running: sql_server: 127.0.0.1 I am using

dialup_admin problem

2005-07-01 Thread Okka Radius
I've changed the following ... sql_server: 127.0.0.1 ( don't work ) sql_server: 1.2.3.4 ( where it is a substitute for the real ip address ) If I look at the fields below sql_type: mysql ( is the default ) and if I use that then get this error when clicking on statistics on the dialup

RE: dialup_admin problem

2005-07-01 Thread Rashad Rustamoff
Check mysql logs. If mysql server refuses connection by any reason you will see it in logs. Standard location of mysql logs in mysql data directory. Normal operations are logged in file your_machine_name.log, errors in your_machine_name.err. - List info/subscribe/unsubscribe? See

dialup_admin problem

2005-07-01 Thread Okka Radius
The problem is its not the sql server that's denying access but the config of the php and dialup_admin scripts that's not working. I can connect to the mysql database from anyother other method except via the web interface. - List info/subscribe/unsubscribe? See

dialup_admin problem

2005-06-30 Thread Okka Radius
I am using Freeradius version 1.04 that comes with its own version of dialup_admin. I've successfully got Freeradius to authenticate using MYSQL as a backend. My problem is in getting dialup_admin to read the database when I access my radius server on the web. My admin.conf for dialup_admin is