4 Jul
2005
4 Jul
'05
12:07 p.m.
"Michael Langer" <mphantom@gmx.net> wrote:
The switch only allow auhtentificated clients (windows) to send packets to the intranet. All works well, but all the time freeradius reject because no User-Password, but i insert one in the login screen.
Ok...
EAP-Message = 0x020100090174657374
So the supplicant is doing EAP, and the switch is sending EAP to the server.
rlm_eap: EAP packet type response id 1 length 9 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
Hmm.. the EAP module should see that EAP packet as an EAP-Identity, and start doing EAP. Do you have any EAP types configured in the server? Alan DeKok.