I am a first time user of radius.  I installed the radius using normal
config and told it to use its old version of directories.

I have an ap1000 (access point) set to look at the radius server to
authenticate clients with the password of password for testing purposes.  My
config below is not working.  Can anyone shed any light on how to make it
authenticate mac addresses of the remote clients?

/etc/raddb/clients file below.

192.168.0.5             password  (this is the ip address of the access
point)

/etc/raddb/users file below.

#Access point
        00022d-1cf1bb Auth-Type = Local, Password = "password"
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-Routing = Broadcast-Listen,
        Framed-MTU = 1500,
        Framed-Compression = Van-Jacobson-TCP-IP
#Tom's Card
        00022d-5633af Auth-Type = Local, Password = "password"
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-Routing = Broadcast-Listen,
        Framed-MTU = 1500,
        Framed-Compression = Van-Jacobson-TCP-IP

output from: radiusd -sfxxyz -l stdout

rad_recv: Access-Request packet from host 192.168.0.5:192, id=1, length=59
        NAS-IP-Address = 192.168.0.5
        User-Name = "00022d-5633af"
        User-Password = "password"
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
rlm_chap: Could not find proper Chap-Password attribute in request
  modcall[authorize]: module "chap" returns noop
  modcall[authorize]: module "mschap" returns notfound
    rlm_realm: No '@' in User-Name = "00022d-5633af", looking up realm NULL
    rlm_realm: No such realm NULL
  modcall[authorize]: module "suffix" returns noop
    users: Matched DEFAULT at 184
  modcall[authorize]: module "files" returns ok
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type System
auth: type "System"
modcall: entering group authenticate
  modcall[authenticate]: module "unix" returns notfound
modcall: group authenticate returns notfound
auth: Failed to validate the user.
Delaying request 0 for 1 seconds
Finished request 0
Going to the next request
--- Walking the entire request list ---
Waking up in 1 seconds...
rad_recv: Access-Request packet from host 192.168.0.5:192, id=1, length=59
Sending Access-Reject of id 1 to 192.168.0.5:192
rl_next:  returning NULL


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to