To complete the installation, you must edit /opt/etc/raddb/radiusd.conf,
and then run /opt/etc/init.d/S55freeradius to start the radius daemon.
prefix = /opt
exec_prefix = ${prefix}
sysconfdir = ${prefix}/etc
localstatedir = ${prefix}/var
sbindir = ${exec_prefix}/sbin
logdir = /var/spool/radius/log
raddbdir = /opt/etc/raddb
radacctdir = /var/spool/radius/radacct
# Location of config and logfiles.
confdir = ${raddbdir}
run_dir = ${localstatedir}/run/radiusd
#
# The logging messages for the server are appended to the
# tail of this file.
#
log_file = ${logdir}/radius.log
#!/bin/sh
if [ -n "`pidof radiusd`" ]; then
/bin/killall radiusd 2>/dev/null
fi
if [ ! -d /var/spool/log/radius ] ; then
mkdir -p /var/spool/log/radius
fi
/opt/sbin/radiusd
Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.
Als Dankeschön schalten wir deinen Account werbefrei.