Eap in v4
    Aleksandr Stepanov 
    alex-eri at ya.ru
       
    Tue Mar 20 12:21:11 CET 2018
    
    
  
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.
    
    
More information about the Freeradius-Users
mailing list