Hello
I've installed kamailio 3.1 but It's doesn't Work with radius authentication. I've followed this manual http://www.kamailio.org/docs/openser-radius-1.0.x.html http://www.kamailio.org/docs/openser-radius-1.0.x.html but it does'nt work, because is for openser not kamailio.
Is there another manual to do this? Anyone have radius authentication with kamailio? Can anyone help me?
Thank you
Asun
Can anyone help me?
De: sr-users-bounces@lists.sip-router.org [mailto:sr-users-bounces@lists.sip-router.org] En nombre de Asun Enviado el: miércoles, 25 de mayo de 2011 14:37 Para: sr-users@lists.sip-router.org Asunto: [SR-Users] kamailio and radius
Hello
Ive installed kamailio 3.1 but Its doesnt Work with radius authentication. Ive followed this manual http://www.kamailio.org/docs/openser-radius-1.0.x.html http://www.kamailio.org/docs/openser-radius-1.0.x.html but it doesnt work, because is for openser not kamailio.
Is there another manual to do this? Anyone have radius authentication with kamailio? Can anyone help me?
Thank you
Asun
On Monday 30 May 2011, Asun wrote:
I’ve installed kamailio 3.1 but It’s doesn’t Work with radius authentication. I’ve followed this manual http://www.kamailio.org/docs/openser-radius-1.0.x.html but it does’nt work, because is for openser not kamailio. Is there another manual to do this? Anyone have radius authentication with kamailio? Can anyone help me?
Hi Asun,
the varius radius related modules from openser 1.X were recently replaced by the 'misc_radius' module. You can find the module documentation here:
http://kamailio.org/docs/modules/stable/modules_k/misc_radius.html
The auth_radius module is still there, here not that much should changed.
Cheers,
Henning
Thank you very much I have testing with acc_radius module, but It doesnt work. The misc_radius module is better than acc_radius?
-----Mensaje original----- De: Henning Westerholt [mailto:henning.westerholt@1und1.de] Enviado el: lunes, 30 de mayo de 2011 13:09 Para: sr-users@lists.sip-router.org CC: Asun Asunto: Re: [SR-Users] kamailio and radius
On Monday 30 May 2011, Asun wrote:
I’ve installed kamailio 3.1 but It’s doesn’t Work with radius authentication. I’ve followed this manual http://www.kamailio.org/docs/openser-radius-1.0.x.html but it does’nt work, because is for openser not kamailio. Is there another manual to do this? Anyone have radius authentication with kamailio? Can anyone help me?
Hi Asun,
the varius radius related modules from openser 1.X were recently replaced by the 'misc_radius' module. You can find the module documentation here:
http://kamailio.org/docs/modules/stable/modules_k/misc_radius.html
The auth_radius module is still there, here not that much should changed.
Cheers,
Henning
On Monday 30 May 2011, Asun wrote:
Thank you very much I have testing with acc_radius module, but It doesnt work. The misc_radius module is better than acc_radius?
Hi Asun,
no, the misc_radius module just replaces the avp_radius, group_radius, and uri_radius modules. Maybe you can quote the error message that you get, and describe the wrong behaviour that you observe, than its easier to help you here on the list.
Best regards,
Henning
Thank you!! I will test with misc_radius and Ill send you the results
Asun
-----Mensaje original----- De: Henning Westerholt [mailto:henning.westerholt@1und1.de] Enviado el: lunes, 30 de mayo de 2011 13:16 Para: Asun CC: sr-users@lists.sip-router.org Asunto: Re: [SR-Users] kamailio and radius
On Monday 30 May 2011, Asun wrote:
Thank you very much I have testing with acc_radius module, but It doesnt work. The misc_radius module is better than acc_radius?
Hi Asun,
no, the misc_radius module just replaces the avp_radius, group_radius, and uri_radius modules. Maybe you can quote the error message that you get, and describe the wrong behaviour that you observe, than its easier to help you here on the list.
Best regards,
Henning
Asun writes:
I have testing with acc_radius module, but It doesnt work. The misc_radius module is better than acc_radius?
those two modules are for different purposes. acc_radius is for accounting, misc_radius provides various radius based checks, and auth_radius is for authentication. read READMEs of each, check with wireshark how requests to your radius server look like and debug them in the server itself.
-- juha
Can anyone send me a kamailio.cfg file with radius authentication for kamailio 3.1?
-----Mensaje original----- De: sr-users-bounces@lists.sip-router.org [mailto:sr-users-bounces@lists.sip-router.org] En nombre de Juha Heinanen Enviado el: lunes, 30 de mayo de 2011 13:30 Para: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Asunto: Re: [SR-Users] kamailio and radius
Asun writes:
I have testing with acc_radius module, but It doesnt work. The misc_radius module is better than acc_radius?
those two modules are for different purposes. acc_radius is for accounting, misc_radius provides various radius based checks, and auth_radius is for authentication. read READMEs of each, check with wireshark how requests to your radius server look like and debug them in the server itself.
-- juha
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Asun writes:
Can anyone send me a kamailio.cfg file with radius authentication for kamailio 3.1?
i have:
loadmodule "auth_radius" modparam("auth_radius", "radius_config", "/etc/radiusclient-ng/radiusclient.conf")
if (!radius_proxy_authorize("$var(uri_domain)", "$var(uri_user)")) { ... here authentication failed } ... here it succeeded ...
obviously, you need to check that your radiusclient.conf has proper contents that matches your environment.
-- juha