Help needed configuring MAB on FreeRADIUS and Cisco switch

alan buxey A.L.M.Buxey at lboro.ac.uk
Mon Jul 16 15:33:35 CEST 2012


Hi,

> > rad_recv: Access-Request packet from host 10.0.0.1 port 1645, id=3, length=162
> >         User-Name = "0015c5537baa"
> >         User-Password = "0015c5537baa"

note those 2 lines - the USer-Name is the MAC address in that format. the passwors is
the same.

> > [eap] No EAP-Message, not doing EAP
> > ++[eap] returns noop
> > ++[files] returns noop
> > ++[expiration] returns noop
> > ++[logintime] returns noop
> > [pap] WARNING! No "known good" password found for the user.
> > Authentication may fail because of this.
> > ++[pap] returns noop
> > ERROR: No authenticate method (Auth-Type) found for the request:

so, you havent got any module configured for this request - either in users file,
or SQL et (in fact, you arent even calling SQL - so if the SQL is all set up, then its not
being used....edit your default virtual server to enable SQL functionality..and
the dialup.conf with appropriate settings).

quick test

put this at the top of the 'users' file and restart the server


0015c5537baa Cleartext-Password := "0015c5537baa"
         Tunnel-Type:0 = VLAN,
         Tunnel-Medium-Type:0 = IEEE-802,
         Tunnel-Private-Group-Id:0 = "3",
         Tunnel-Preference = 0x000000


alan


More information about the Freeradius-Users mailing list