How to Migrate (EAP) from: 2.1.xx to: 3.0.xx ?

Dennis Schneck dennis.schneck at schulergroup.com
Mon Aug 9 07:33:19 CEST 2021


Hello,

I am new in freeradius, should build a new system with the config of a 
2.1.12.
Did not find config parameters from /etc/raddb/eap.conf in the 
/etc/raddb/policy.d/eap

Where can I find how to migrate from Version 2.1.12 to 3.0.21

Thanks


/etc/raddb/eap.conf

         eap {

                 default_eap_type = peap

                 timer_expire     = 60

                 ignore_unknown_eap_types = no
                 cisco_accounting_username_bug = no

                 md5 {
                 }

                 tls {

                         private_key_password = password

                         private_key_file = ${raddbdir}/certs/my/key.pem
                         certificate_file = ${raddbdir}/certs/my/server.pem
                         #  Trusted Root CA list
                         CA_file = ${raddbdir}/certs/my/our.pem

                         dh_file = ${raddbdir}/certs/my/DH
                         random_file = ${raddbdir}/certs/my/random
                         #random_file = /dev/urandom
                         fragment_size = 1024

                         include_length = yes
                         #check_crl = yes

                 }
                 peap {
                         default_eap_type = mschapv2
                         #VIRTUAL_SERVER = "inner-Tunnel"
                         #scopy_request_to_tunnel = yes
                         #use_tunneled_reply = yes
                         #proxy_tunneled_request_as_eap = yes
                 }
                 mschapv2 {
                 }
         }




More information about the Freeradius-Users mailing list