Hi all,
Is there anybody who make SER+RADIUS on the
different machine?
If I put both of them together on the same machine,
it works fine.
But if I seperate them, SER don't send any packet
to RADIUS server and make an error log.
Belows are details.
============Softwares running on FreeBSD
5.3-STABLE========
- ser-0.8.14
- freeradius-1.0.1
============= /usr/local/etc/ser/ser.cfg
===================
loadmodule
"/usr/local/lib/ser/modules/auth.so"
loadmodule
"/usr/local/lib/ser/modules/auth_radius.so"
modparam("auth_radius", "radius_config",
"/usr/local/etc/radiusclient/radiusclie
nt.conf")
modparam("auth_radius",
"service_type", 15)
if
(method=="REGISTER") {
if (!radius_www_authorize(""))
{
www_challenge("",
"0");
break;
};
save("location");
break;
};
=============
/usr/local/etc/radiusclient/radiusclient.cfg ========
authserver
83.137.80.50
============= /usr/local/etc/radiusclient/servers
==============
83.137.80.50
rad_test
====================Error log in
dmesg============================
Mar 1 18:00:19 test ser: rc_send_server: no
reply from RADIUS server unknown:1812
Mar 1 18:00:49 test ser:
rc_ip_hostname: couldn't look up host by addr: 53895032
I am looking for all the mail archive for this
problem but in vain.
Have a nice day.
Thanks.
Alex.