Skip to content
- Download package radsecproxy and nettle library from internet.
- Extract these tar files by using
# tar -xvf radsecproxy-1.6.5.tar.gz
# tar -xvf nettle-2.7.1.tar.gz
- Move into nettle folder by using
# cd nettle-2.7.1
- Install gcc compiler which is nettle’s prerequisite
# yum install *gcc*
- Install Nettle by running the following commands:
#./configure –prefix=/usr && make
- To test the results, issue:
# make check
- Now, as the root user:
# make install
- Now,Move into radsecproxy folder
# cd radsecproxy-1.6.5
- Now,Type the command
#./configure –enable-fticks
# make
# make check
# make install
- Put radsecproxy configuration file in /usr/local/etc/ folder
# cp radsecproxy.conf /usr/local/etc/
- Start the radsecproxy by using command
# radsecproxy
- Install apache server
# yum install httpd*
- Open file httpd.conf.
# vim /etc/httpd/conf/httpd.conf
- Uncomment NameVirtualHost and put the IP of server by replacing * such as NameVirtualHost IP-OF-THE-MACHINE:80
- In VirtualHost,Edit
<VirtualHost IP-OF-THE-MACHINE:80>
ServerAdmin root@ IP-OF-THE-MACHINE
DocumentRoot /radsecproxy-1.6.5/
ServerName IP-OF-THE-MACHINE
</VirtualHost>
- Check it in browser by http:// IP-OF-THE-MACHINE/f-ticks