Good day...
Dear buddy..
i was follow the guide from the following page with the command, but when testing, the Radius server is not responding.
For the setup on the Ubuntu 11.04 server..
-sudo tasksel
-sudo apt-get update
-sudo apt-get upgrade
-sudo apt-get install mysql-server
-sudo apt-get install php5-gd php-pear php-db
-sudo apt-get install freeradius freeradius-mysql
-sudo apt-get install phpmyadmin
On the DaloRadius Setup
-wget http://sourceforge.net/projects/dalorad ... 9-8.tar.gz
-tar -zxvf daloradius-0.9-8.tar.gz
-mv daloradius-0.9-8 daloradius
-sudo cp daloradius/ /var/www -R
-sudo chown www-data:www-data /var/www/daloradius -R
-sudo chmod 644 /var/www/daloradius/library/daloradius.conf.php
Database setup:
-cd /var/www/daloradius/contrib/db/
-mysql -u root -p
Enter 'mySqlPassword'
mysql> CREATE DATABASE radius;
mysql> quit
-mysql -u root -p radius < fr2-mysql-daloradius-and-freeradius.sql
Database connection setup:
-cd /var/www/daloradius/library/
-sudo nano -w daloradius.conf.php
$configValues['FREERADIUS_VERSION'] = '2';
$configValues['CONFIG_DB_PASS'] = 'mySqlPassword';
$configValues['CONFIG_DB_TBL_RADUSERGROUP'] = 'radusergroup';
Installation completed and login page to create user:
-http://your ip address/daloradius
username: administrator
password: radius
When test with the Mikrotik, it shown not respond from the server..
the NAS setting is matched, refer to the log file from the Daloradius, it shown "Error: Ignoring request to authentication address"
could it be due to the setup error or? as refer to the guidance from the web, the setup everything is run well, using the freeradius -x, it shown..
~Listening on authentication interface eth0 *port 1812
~Listening on accounting *port 1813
~Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel
~Ready to process request.
what could be wrong and which part should i check on it?
thanks and appreciate it..