Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
Daloradius Kurulumu (Radius Web Arabirimi) – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

Daloradius Kurulumu (Radius Web Arabirimi)

Daloradius, freeradius ‘u yönetebilen bir web arayüzüdür. Bu arabirimi kullanabilmeniz için freeradius ‘un mysql ile birlikte sorunsuz çalısıyor olması gerekmektedir.

cd /var/www

wget http://heanet.dl.sourceforge.net/project/daloradius/daloradius/daloradius0.9-9/daloradius-0.9-9.tar.gz

root@v01:/var/www# tar -zxvf daloradius-0.9-9.tar.gz

Eğer çalışır vaziyette radius-mysql varsa, asağıdaki import işleminden önce radius veritabanının yedeğini almalısınız.

root@v01:/var/www# mysql -uroot -p radius < daloradius-0.9-9/contrib/db/fr2-mysql-daloradius-and-freeradius.sql

daloradius.conf.php dosyasını kendi bilgilerinize göre düzenleyiniz.

root@v01:/var/www# vim daloradius-0.9-9/library/daloradius.conf.php

$configValues[‘CONFIG_DB_ENGINE’] = ‘mysql’;
$configValues[‘CONFIG_DB_HOST’] = ‘localhost’;
$configValues[‘CONFIG_DB_PORT’] = ‘3306’;
$configValues[‘CONFIG_DB_USER’] = ‘root’;
$configValues[‘CONFIG_DB_PASS’] = ”;
$configValues[‘CONFIG_DB_NAME’] = ‘radius’;

Klasör ismini değiştirelim.

root@v01:/var/www# mv daloradius-0.9-9 daloradius

Daloradius kullanıma hazırdır. http://ip_adresi/daloradius şeklinde giriş yapabilirsiniz.

İlk giriş bilgileri:

Kullanıcı adı : administrator

Şifre : radius

 


Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58