Hi,
rad_recv: Access-Request packet from host 127.0.0.1 port 46723, id=155, length=56 User-Name = "test" User-Password = "test" NAS-IP-Address = 127.0.0.1 NAS-Port = 0 +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop ++[mschap] returns noop [suffix] No '@' in User-Name = "test", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop [eap] No EAP-Message, not doing EAP ++[eap] returns noop ++[unix] returns notfound ++[files] returns noop ++[expiration] returns noop ++[logintime] returns noop
this means the user 'test' was not found - in either the passwd file, the users file ('files' module default location) and it wasnt an EAP message to the EAP module did nothing. if you add test Cleartext-Password := "test" to the users file and restart, you'll have success...this is a very basic test alan