Does anyone have a pointer to a how-to guide for setting up radius authentication with SER 0.9.3 stable? I am running on RH ES 4 with the latest radiusclient-ng installed and I've compiled in the radius related modules. I've added site specific modparam statements such as those in modules/auth_radius/readme but I'm stuck on what is left.
Thanks, Steve
On 09-07-2005 08:41, Steve Blair wrote:
Does anyone have a pointer to a how-to guide for setting up radius authentication with SER 0.9.3 stable? I am running on RH ES 4 with the latest radiusclient-ng installed and I've compiled in the radius related modules. I've added site specific modparam statements such as those in modules/auth_radius/readme but I'm stuck on what is left.
You should also configure the radiusclient library and include the dictionary from sip_router/etc/dictionary.ser into the main dictionary of the library. Don't forget to configure the shared secret and bindaddr parameter when configuring the library.
Jan.
Thanks, Steve
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Jan:
This morning I checked the client configuration. the radiusclient-ng.conf file is correct. I've also installed ngrep since I am trying to authenticate against a Radiator RADIUS server on a different host. The dictionary.ser definitions have been appended to the client dictionary file. Next I use radexample while running ngrep to attempt to test authentication. No packets to/from this server per ngrep. What is the correct way to test authentication outside of SER?
Thanks,Steve
Jan Janak wrote:
On 09-07-2005 08:41, Steve Blair wrote:
Does anyone have a pointer to a how-to guide for setting up radius authentication with SER 0.9.3 stable? I am running on RH ES 4 with the latest radiusclient-ng installed and I've compiled in the radius related modules. I've added site specific modparam statements such as those in modules/auth_radius/readme but I'm stuck on what is left.
You should also configure the radiusclient library and include the dictionary from sip_router/etc/dictionary.ser into the main dictionary of the library. Don't forget to configure the shared secret and bindaddr parameter when configuring the library.
Jan.
Thanks, Steve
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On 12-07-2005 07:49, Steve Blair wrote:
Jan:
This morning I checked the client configuration. the radiusclient-ng.conf file is correct. I've also installed ngrep since I am trying to authenticate against a Radiator RADIUS server on a different host. The dictionary.ser definitions have been appended to the client dictionary file. Next I use radexample while running ngrep to attempt to test authentication. No packets to/from this server per ngrep. What is the correct way to test authentication outside of SER?
Did you change bindaddr option in radiusclient.conf ? You need to put a real IP of the machine there, not loopback. If you keep localhost or 127.0.0.1 there then the library will send no packets.
Check the syslog for any SER error messages if that does not help.
Jan.