>From another thread I started, you may have read that my ultimate
goal is to make a wireless network that uses freeradius to let
everyone associate with a WAP except for MACs in the db (the
known bad guys).
I decided to trim back my attempts to the bare minimum and
incrementally add to a working set up, especially since I'm
brand new to freeradius. So first, I've commented out all
interaction with my postgres db. Second, I simply want a
trivial, or pointless, set up that authenticates everyone and
uses no encryption. The mini set up is:
- One Cisco 1100 WAP, set up for Open MAC Authentication
- One wireless client
- Freereadius-1.0.0
My complete simple users file:
#
# Defaults for all framed connections.
#
DEFAULT Service-Type == Framed-User
Framed-IP-Address = 255.255.255.254,
Framed-MTU = 576,
Service-Type = Framed-User,
Fall-Through = Yes
DEFAULT Calling-Station-Id == "00:00:00:00:00:00", Auth-Type := Reject
DEFAULT Auth-Type := Accept
Yet I still get a "No authenticate method". From radiusd -X output:
rad_recv: Access-Request packet from host 10.2.2.101:21645, id=36, length=120
User-Name = "004096471704"
User-Password = "004096471704"
Called-Station-Id = "000f.34c9.03b0"
Calling-Station-Id = "0040.9647.1704"
NAS-Port-Type = Wireless-802.11
NAS-Port = 293
Service-Type = Framed-User
NAS-IP-Address = 10.2.2.101
NAS-Identifier = "net10-2-52"
Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 0
modcall[authorize]: module "preprocess" returns ok for request 0
modcall[authorize]: module "chap" returns noop for request 0
modcall[authorize]: module "mschap" returns noop for request 0
rlm_realm: No '@' in User-Name = "004096471704", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 0
rlm_eap: No EAP-Message, not doing EAP
modcall[authorize]: module "eap" returns noop for request 0
modcall: group authorize returns ok for request 0
auth: No authenticate method (Auth-Type) configuration found for the request:
Rejecting the user
auth: Failed to validate the user.
Any hints as to what newbie mistake I'm making?
Thanks very much!
Mike
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html