I cant start EAP on FreeRADIUS v4 My config is eap { default_eap_type = peap ignore_unknown_eap_types = yes md5 { } tls-config tls-common { private_key_password = whatever private_key_file = ${certdir}/server.pem certificate_file = ${certdir}/server.pem cipher_list = "DEFAULT" ecdh_curve = "prime256v1" cache { } verify { } } tls { tls = tls-common } ttls { tls = tls-common } peap { tls = tls-common default_eap_type = mschapv2 } mschapv2 { identity = "UNA" } } Freeradus shows it as Loaded module "rlm_eap" eap gheap { default_eap_type = peap ignore_unknown_eap_types = yes cisco_accounting_username_bug = no } /opt/freeradius/etc/raddb/mods-enabled/eap[1]: No EAP method configured, module cannot do anything /opt/freeradius/etc/raddb/mods-enabled/eap[1]: Bootstrap failed for module "gheap" It does not see methods in config -- Best regards, Aleksandr Stepanov.