Breaking News

Main Menu

Install Radius Manager Ubuntu 12.04

суббота 18 апреля admin 21

Nonton running man ep 324. Inspired from Mr. Syed Jahanzaib’s blog, I also tried and installed Radius Manager 4.04 successfully in my Ubuntu Server 13.04. Here I provide you with a step by step working of the installations along with a video tutorial for better understanding and clarity.

Aug 23, 2019  FreeRADIUS works as the back-end while daloRADIUS works as the front-end. Wwe 2012 psp iso game free download. In this tutorial, I will explain step by step how to install FreeRADIUS server and Daloradius web client on Ubuntu. 在 Ubuntu 12.04 上配置 Radius 和 LDAP 服务. $ sudo apt-get install freeradius freeradius-utils freeradius-ldap openssl 编辑 clients.conf,确定哪个 IP 范围可以访问 Radius 服务,这里 secret 一行的 testing123 就是上面 DD-WRT 要用到的 WPA Shared Key:.

For your reference, I have also attached the original Radius Manager Installation Manual and User Manual.

Radius Manager 4.04 Installation Manual & User Manual : Download

First of all you need proper license file for running radius manager. Since this is a commercial software,we’ll be using a trial license for the demonstration./

How to find your MAC address for your Ubuntu Server 13.04?

  1. SSH into your Server
  2. Type : ifconfig
  3. The interfaces along with their respective MAC address will be shown. Note them down as you need them in the next stage.

How to get License files – lic.txt and mod.txt for radius manager 4?

  1. Email to support@dmasoftlab.com requesting for Radius Manager Trial
  2. They will reply you asking you to send your personal informations like First Name, Last Name, Business Email, Address etc.
    [Note : You must use your business email only. Gmail, Yahoo etc will not work]
  3. Then they will mail you the Customer ID and an auto generated password.
  4. Then login using your credentials @ https://customers.dmasoftlab.com
  5. Then under my softwares click Radius Manager.
  6. In type of license Click Trial -> Give the MAC address of the PC in which you want to install Radius Manager -> Tick Terms -> Submit.
  7. Then under license keys, you will see the MAC and generated lic.txt and mod.txt files. Download them in your PC.

How to install Radius Manager 4 in Ubuntu Server 13.04 – 32 bit Edition?

  1. Install the required package and dependencies
    apt-get installmc wget rcconf makegcc mysql-server mysql-client libmysqlclient15-dev libperl-dev curl php5 php5-mysql php5-cli php5-curl php5-mcrypt php5-gd php5-
    snmp freeradius-mysql apache2 apache2.2-common php5-cli
  2. Download and install libtool 1.x from http://www.dmasoftlab.com/downloads
    wget http://www.dmasoftlab.com/cont/download/libltdl3_1.5.24-1ubuntu1_i386.deb
    wget http://www.dmasoftlab.com/cont/download/libltdl3-dev_1.5.24-1ubuntu1_i386.deb
    dpkg -i libltdl3-dev_1.5.24-1ubuntu1_i386.deb
  3. Lets now proceed with ioncube installation.Find your php version using php -v and download respective ioncube loader from http://www.dmasoftlab.com/downloads. Then proceed with the installation.
    wget http://www.dmasoftlab.com/cont/download/ioncube_loaders_lin_x86.tar.gz
    mkdir/usr/local/ioncube/
  4. Edit php.ini in two locations and add the ioncube extension location
    zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.4.so
    zend_extension=/usr/local/ioncube/ioncube_loader_lin_5.4.so
  5. Install Free Radius
    wget http://www.dmasoftlab.com/cont/download/freeradius-server-2.1.8-dmamod-3.tar.gz
    tarxvf freeradius-server-2.1.8-dmamod-3.tar
    ./configure
    makeinstall

    If you get error then perform the following steps:

    add the follwing -lfreeradius-radius-2.1.8

    $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(RLM_LDFLAGS) -lfreeradius-radius-2.1.8 -o radeapclient radeapclient.lo $(CLIENTLIBS) $(LIBS) $(OPENSSL_LIBS)
    makeinstall
  6. Check installation using

    If you get error then perform the following steps. Change the version number in the file appropriately and execute these commands:

    ln-s /usr/local/lib/libfreeradius-radius-2.1.8.so /usr/lib/libfreeradius-radius-2.1.8.so
    ln-s /usr/local/lib/libltdl.so.3.1.4 /usr/lib/libltdl.so.3
    ln-s /usr/local/lib/libfreeradius-eap-2.1.8.so /usr/lib/libfreeradius-eap-2.1.8.so
  7. Apply correct permissions :
    chownwww-data /usr/local/etc/raddb/clients.conf
  8. Create database and users

    Where password is your password.

    CREATEDATABASEconntrack;
    CREATEUSER‘radius’@’localhost’ IDENTIFIED BY‘radius123’;
    CREATEUSER‘conntrack’@’localhost’ IDENTIFIED BY‘conn123’;
    GRANTALLONconntrack.* TOconntrack@localhost;
  9. Now lets proceed with the installation of radius manager. Download radius manager tarball package.
    tar-zxvf syaQTbkcAWL9gdWv
    chmod755 install.sh
  10. Follow the onscreen instructions and after installation make sure the database is populated.
  11. Trasfer the lic.txt file and mod.txt file received from DMA Soft Labs to radiusmanager root directory
  12. Login to radius manager @ http://YourIP/radiusmanager. Default user:pass = admin:1111
  13. Now here if you get blank page or server error, double check your php.ini file and check ioncube path. Correct if wrong but if you still get error, then edit nano /etc/php5/cli/php.iniand change php memory to 16 Mb from 8 mb (memory_limit = 16M)
For queries post a comment 😉

Video Tutorial

FreeRADIUS is a modular, high performance free RADIUS suite developed and distributed under the GNU General Public License on its second version. It is a free and open source tool. The FreeRADIUS Suite includes a RADIUS server, a BSD-licensed RADIUS client library, a PAM library, an Apache module, and numerous additional RADIUS related utilities and development librariesIn this article we will show you how you can install and setup the FreeReadius tool in a centOS and Ubuntu systems. Features of FreeRadiusFreeRADIUS is the most popular open source RADIUS server and the most widely deployed RADIUS server in the world. It supports all common authentication protocols, and the server comes with a PHP-based web user administration tool called dialupadmin.Modules included with the server core support LDAP, MySQL, PostgreSQL, Oracle, and many other databases. It supports all popular EAP authentication types, including PEAP and EAP-TTLS.FreeRADIUS is also the only open source RADIUS server to support virtual servers.

The use of virtual servers means that complex implementations are simplified and ongoing support and maintenance costs for network administrators are greatly reduced. Installation of FreeRadiusFor the installation we will not use the same command with centOS and Ubuntu. So with CentOS 5 we use the following command: yum install freeradius2 freeradius2-mysql freeradius2-utils mysql-server –ywith centOS 6 we use the following command.