view scripts/freeradius-run.sh @ 11:44f87917c579

Added a RADIUS proxy using freeradius in the eap testbed
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 16 Sep 2010 14:23:42 +0900
parents
children
line wrap: on
line source

#!/bin/bash -x

DATE=`date +%Y%m%d-%H%M%S`;
HOST=`hostname --fqdn`;

ulimit -c 1000000
rm -f core*

echo fr-$HOST-$DATE.log > /home/aaa/logs/LATEST-$HOST-fr.log
freeradius -d /root/conf/freeradius -f -X 2>&1 | tee -i /home/aaa/logs/fr-$HOST-$DATE.log

"Welcome to our mercurial repository"