Hi all,
I have been trying to figure this out for couple days, but could not get any clue. My test is about authentication with EAP-TTLS/MSCHAPV2.
I am using freeradius v - 1.1.3, on Solaris 10.
No matter what I do, I get "rlm_eap: Either EAP-request timed out OR EAP-response to an unknown EAP-request" at the server.
Anybody can help me what went wrong ? Here is my configs..and logs (truncated)
Awaits some solution...
Rafi
Here is my eap.conf
eap {
default_eap_type = ttls
timer_expire = 60
ignore_unknown_eap_types = no
cisco_accounting_username_bug = no
md5 {
}
leap {
}
gtc {
auth_type = PAP
}
tls {
rsa_key_exchange = yes
dh_key_exchange = no
rsa_key_length = 1024
dh_key_length = 1024
verify_depth = 2
pem_file_type = yes
private_key_password = "wimax i2 test certs"
private_key_file = /etc/freeradius/etc/certs/key2.pem
certificate_file = /etc/freeradius/etc/certs/cert2.pem
CA_file = /etc/freeradius/etc/certs/cacert.pem
dh_file = /etc/freeradius/etc/certs/dh
random_file = /etc/freeradius/etc/certs/random
fragment_size = 1024
include_length = yes
check_cert_cn = %{User-Name}
}
ttls {
default_eap_type = mschapv2
# copy_request_to_tunnel = no
# use_tunneled_reply = no
}
peap {
default_eap_type = mschapv2
# copy_request_to_tunnel = no
# use_tunneled_reply = no
# proxy_tunneled_request_as_eap = yes
}
mschapv2 {
}
}
DEFAULT Auth-Type := EAP