<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.2">
</HEAD>
<BODY>
Hi, I'm trying to use the huntgroup feature on the freeradius software with out luck. I think I'm missing something that's why I'm sending this email maybe you can help me.<BR>
<BR>
Right now I have the following files:<BR>
<BR>
huntgroups file at the end:<BR>
<BR>
squid         NAS-IP-Address == 127.0.0.1<BR>
<BR>
users file at the end:<BR>
<BR>
alfonso  Auth-Type := Local, User-Password == "testing", Huntgroup-Name == "squid"<BR>
<BR>
clients.conf at the end:<BR>
<BR>
client 127.0.0.1 {<BR>
       secret          = xxxxxxxxxxx<BR>
       shortname       = squid<BR>
}<BR>
<BR>
When I try with the radtest to log in, I get an access-reject.<BR>
<BR>
Here's the client side response:<BR>
<BR>
[<A HREF="mailto:root@mscitum">root@mscitum</A> raddb]# radtest alfonso testing localhost 10 xxxxxxx<BR>
Sending Access-Request of id 134 to 127.0.0.1 port 1812<BR>
        User-Name = "alfonso"<BR>
        User-Password = "testing"<BR>
        NAS-IP-Address = 255.255.255.255<BR>
        NAS-Port = 10<BR>
rad_recv: Access-Reject packet from host 127.0.0.1:1812, id=134, length=20<BR>
<BR>
<BR>
Here's the output of the debug, it seems that it doesn't find the config file.<BR>
<BR>
rad_recv: Access-Request packet from host 127.0.0.1:36858, id=134, length=59<BR>
        User-Name = "alfonso"<BR>
        User-Password = "testing"<BR>
        NAS-IP-Address = 255.255.255.255<BR>
        NAS-Port = 10<BR>
  Processing the authorize section of radiusd.conf<BR>
modcall: entering group authorize for request 1<BR>
  modcall[authorize]: module "preprocess" returns ok for request 1<BR>
  modcall[authorize]: module "chap" returns noop for request 1<BR>
  modcall[authorize]: module "mschap" returns noop for request 1<BR>
    rlm_realm: No '@' in User-Name = "alfonso", looking up realm NULL<BR>
    rlm_realm: No such realm "NULL"<BR>
  modcall[authorize]: module "suffix" returns noop for request 1<BR>
  rlm_eap: No EAP-Message, not doing EAP<BR>
  modcall[authorize]: module "eap" returns noop for request 1<BR>
    users: Matched entry DEFAULT at line 152<BR>
  modcall[authorize]: module "files" returns ok for request 1<BR>
modcall: leaving group authorize (returns ok) for request 1<BR>
  rad_check_password:  Found Auth-Type System<BR>
auth: type "System"<BR>
  Processing the authenticate section of radiusd.conf<BR>
modcall: entering group authenticate for request 1<BR>
  modcall[authenticate]: module "unix" returns notfound for request 1<BR>
modcall: leaving group authenticate (returns notfound) for request 1<BR>
auth: Failed to validate the user.<BR>
Delaying request 1 for 1 seconds<BR>
Finished request 1<BR>
Going to the next request<BR>
--- Walking the entire request list ---<BR>
Waking up in 1 seconds...<BR>
--- Walking the entire request list ---<BR>
Waking up in 1 seconds...<BR>
--- Walking the entire request list ---<BR>
Sending Access-Reject of id 134 to 127.0.0.1 port 36858<BR>
Waking up in 4 seconds...<BR>
--- Walking the entire request list ---<BR>
Cleaning up request 1 ID 134 with timestamp 4c7319f1<BR>
Nothing to do.  Sleeping until we see a request.<BR>
<BR>
May be I'm missing to enable some feature, thanks in advance for your help.<BR>
<BR>
Regards <BR>
<BR>
Alfonso.
</BODY>
</HTML>