<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Fellow OpenSER users:<br>
<br>
We have been using SER at our VoIP company for a few years now and have
been running in to security issues. We are pleased to see someone has
taken improving SER seriously and are trying to move to OpenSER but are
having problems with the implementation we need: OpenSER with Radius
Accounting and Radius Authentication (with freeradius and MySQL).<br>
<br>
I compiled the latest stable version of openser on an FC1 Linux PC with
the needed modules added for Radius Authentication and Accounting. I
am also using the latest version of freeradius.<br>
<br>
I have spent plenty of time in the email archives and documentation
before asking you for help.<br>
I seemed to have everything installed correctly after adding the line
'modparam("auth_radius", "radius_config",
"/usr/local/etc/radiusclient-ng/radiusclient.conf")' to the default
openser config file. All the radius modules seem to load now and
openser doesn't exit with any errors. But when I start openser and
check "ps -eaf | grep openser" it isn't running so I assume. Here are
the last few lines of /var/log/messages:<br>
<br>
<br>
I tried adding verbosity to the debug "-ddddd" but didn't get any more
information than the logs above.<br>
I have also all ready included the needed dictionary file from openser
for freeradius in the freeradius dictionary config.<br>
<br>
Here is my current config under modules loading for auth (only change
to default config besides modparam above):<br>
# Uncomment this if you want digest authentication<br>
# mysql.so must be loaded !<br>
loadmodule "/usr/local/lib/openser/modules/auth.so"<br>
#loadmodule "/usr/local/lib/openser/modules/auth_db.so"<br>
loadmodule "/usr/local/lib/openser/modules/auth_radius.so"<br>
#loadmodule "/usr/local/lib/openser/modules/group_radius.so"<br>
#loadmodule "/usr/local/lib/openser/modules/uri_radius.so"<br>
<br>
Please let me know what else I can try to get this working. Some kind
of walk thru for the freeradius configuration would be helpful as well
(freeradius with MySQL).<br>
<br>
<div class="moz-signature">-- <br>
<title>Work Signature</title>
<p style="margin-bottom: 0in;"><b>Thanks,</b><br>
</p>
<p style="margin-bottom: 0in;"><b>C. Ed Felt Caflo
Network Engineer/Programmer</b><br>
<a href="http://www.caflo.com/"><img
src="cid:part1.03000106.02040400@caflobvi.com" border="0"></a><br>
<font size="2">(801) 766-8433 (home)<br>
(801) 420-8879 (cell)<br>
74999 (h.323)<br>
74777 (sip)<br>
<a href="mailto://edeefelt@hotmail">edeefelt@hotmail.com</a><br>
<a href="mailto://efelt@caflobvi.com">efelt@caflobvi.com</a><br>
<b>chat: </b>edeefelt(aim), edeefelt (yahoo),
<a class="moz-txt-link-abbreviated" href="mailto:edeefelt@hotmail.com">edeefelt@hotmail.com</a> (msn), <a class="moz-txt-link-abbreviated" href="mailto:v_2chafe@hotmail.com">v_2chafe@hotmail.com</a> (msn)<br>
<a href="http://www.thefelts.net/">http://www.thefelts.net</a></font><br>
<br>
</p>
</div>
</body>
</html>