Jump to content
SITE UPDATES
  • Welcome To Focuslinks Forum
  • Sharing Is Caring
  • invite your family and friends



How To Install DMA Radius Manager 4.1.6 On Ubuntu 12.04 x86 server


 Share





Step – 1:

copy and paste:

sudo rm /var/lib/apt/lists/* -vf
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get update
apt-get install mc wget rcconf make gcc mysql-server mysql-client libmysqlclient15-dev libperl-dev curl php5 php5-mysql php5-cli php5-curl php5-mcrypt php5-gd php5-snmp apache2 apache2.2-common php5-cli

 

Step – 2:

copy and paste:

wget http://launchpadlibrarian.net/8821476/libltdl3_1.5.24-1ubuntu1_i386.deb

wget http://launchpadlibrarian.net/8821477/libltdl3-dev_1.5.24-1ubuntu1_i386.deb

dpkg -i libltdl3_1.5.24-1ubuntu1_i386.deb

dpkg -i libltdl3-dev_1.5.24-1ubuntu1_i386.deb

 

Step – 3:

copy and paste (line by line):

cd /usr/local

wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz

tar -xvf ioncube_loaders_lin_x86.tar.gz

cd ioncube

sudo cp loader-wizard.php /var/www

 

Step – 4:

copy and paste:

nano /etc/php5/cli/php.ini

 add this line

zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.3.so

CTRL + x > y > enter

copy and paste:

nano /etc/php5/apache2/php.ini

add this line

zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.3.so

CTRL + x > y > enter

 

Step – 5:

copy and paste

service apache2 restart

 

Step – 6:

copy and paste

X.X.X.X/loader-wizard.php

 

Step – 7:

copy and paste line by line.

cd /usr/local

wget http://www.dmasoftlab.com/download/freeradius-server-2.2.0-dma-patch-2.tar.gz

tar -xvf freeradius-server-2.2.0-dma-patch-2.tar.gz

cd freeradius-server-2.2.0

./configure

make

make install

 

Step – 8:

copy and paste line by line.

ldconfig

cd

radiusd -X

then press

CTRL + c

 

Step – 9:

copy and paste line by line.

chown www-data /usr/local/etc/raddb
chown www-data /usr/local/etc/raddb/clients.conf

 

Step – 10:

copy and paste line by line.

mysql -p

CREATE DATABASE radius;
CREATE DATABASE conntrack;
CREATE USER 'radius'@'localhost' IDENTIFIED BY 'radius123';
CREATE USER 'conntrack'@'localhost' IDENTIFIED BY 'conn123';
GRANT ALL ON radius.* TO [email protected];
GRANT ALL ON conntrack.* TO [email protected];

exit

 

Step – 11:

copy and paste line by line

cd
mkdir temp
cd temp


1 - Download the file with attachments, filename " radiusmanager-4.1.6.gz "
2 - Copy the file to the following address " root ... /temp "
    by a program WinSCP
	
	
tar -xvf radiusmanager-4.1.6.gz

cd /root/temp/radiusmanager-4.1.6

chmod 775 install.sh

./install.sh

 

Step – 12:

Select Operating System (Ubuntu & Debian)

  • press 2

Choose Option Type

  • press 2

Choose Option:

  • (New Installation) & Choose Web Root /var/www (Root Path)
  • Press Enter 
  • Press Enter 
  • Press Enter 
  • Press Enter
  • Press Enter 
  • Press Enter 

Press ‘y’ to Continue


Step – 13:

copy and paste line by line

chmod 775 /usr/local/bin/rmauth
chmod 775 /usr/local/bin/rmpoller
chmod 775 /usr/local/bin/rmconntrack

 

Step – 14:

copy and paste line by line

chmod 600 /etc/radiusmanager.cfg
chown root.root /etc/radiusmanager.cfg
chown www-data /var/www/radiusmanager/tmpimages


wget http://no.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-28ubuntu1_i386.deb

dpkg -i libstdc++5_3.3.6-28ubuntu1_i386.deb

 

 

Step – 15:

copy and paste line by line

service apache2 restart

service mysql restart

service radiusd restart

 

 

Step – 16:

copy and paste

nano /etc/network/interfaces

 

Edit the primary network interface

 

auto ethx
iface ethx inet static
   hwaddress ether 00:00:5A:74:FD:29
   address 192.168.x.x
   netmask 255.255.255.0
   network 192.168.x.x
   gateway 192.168.x.x

edit your interface section according to your server specs. Make sure you put the mac address (hwaddress ether 00:00:5A:74:FD:29).

Then Press CTRL + x > y > enter

/etc/init.d/networking restart
reboot

 

Admin Panel

X.X.X.X/radiusmanager/admin.php
Username = admin
Password  = 1111

User Panel


X.X.X.X/radiusmanager/user.php
Default Username & Password
Username = user
Password = 1111

x.x.x.x means your server IP address

Tutorial Videos

Optionally you can add videos from Youtube or Vimeo to your tutorial

 Share


User Feedback

Recommended Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Add a Comment

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Public

Public

Please enter your display name

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

adblock.png.e109f4a5e532cb892362c02b893acd64.png

 

 

Please disable AdBlock to proceed with the destination page.

I Have Disable AdBlock