<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html>  <head>  <META http-equiv=Content-Type content="text/html; charset=iso-8859-2">  <style>  </style>  </head>  <body style="background: #FFFFFF; font-family: arial; font-size: 10pt; margin: 0px; padding: 0px;">Hi all,<br><br>I have built an Access Point with hostapd, and want to authenticate with FreeRADIUS via users file.<br><br>I wnat to use MSCHAPv2 with PEAP and TLS.<br>
<br>
my eap.conf:<br>
<br>
eap {<br>
            default_eap_type = peap<br>
            timer_expire = 60<br>
            ignore_unknown_eap_types = no<br>
            md5{<br>
                }<br>
          leap{<br>
                }<br>
            gtc{<br>
                   auth-Type = PAP<br>
                    }             <br>
<br>
               tls{<br>
               
      privateprivate_key_password = whatever<br>
               
      private_key_file =
${raddbdir}/certs/cert-srv.pem<br>
               
      certificate_file =
${raddbdir}/certs/cert-srv.pem<br>
               
      CA_file = ${raddbdir}/certs/demoCA/cacert.pem<br>
                            dh_file = /dev/null<br>
                           fragment_size = 1024<br>
                            include_length = yes<br>
<br>
                    }     <br>
                           peap {<br>
               
              
   default_eap_type = mschapv2<br>
               
              
   }<br>
                            mschapv2{<br>
           
           
           } <br>
<br>
}<br>
<br>
my users file :<br>
<br>
test User-Password := "test123"<br>
<br>
RADIUS message :<br>
<br>
rad_recv: Access-Request packet from host 192.168.100.247:2055, id=242, length=151<br>
        User-Name = "test"<br>
        NAS-IP-Address = 192.168.100.247<br>
        NAS-Port = 0<br>
        Called-Station-Id = "00-02-6F-23-86-93:testwlan"<br>
        Calling-Station-Id = "00-0E-2E-89-44-8F"<br>
        Framed-MTU = 1400<br>
        NAS-Port-Type = Wireless-802.11<br>
        Connect-Info = "CONNECT 11Mbps 802.11b"<br>
        EAP-Message = 0x020300090174657374<br>
        Message-Authenticator = 0x9938df4722da9c4c77a585cf1740d5ad<br>
  Processing the authorize section of radiusd.conf<br>
modcall: entering group authorize for request 0<br>
  modcall[authorize]: module "preprocess" returns ok for request 0<br>
  modcall[authorize]: module "chap" returns noop for request 0<br>
  modcall[authorize]: module "mschap" returns noop for request 0<br>
    rlm_realm: No '@' in User-Name = "test", looking up realm NULL<br>
    rlm_realm: No such realm "NULL"<br>
  modcall[authorize]: module "suffix" returns noop for request 0<br>
  rlm_eap: EAP packet type response id 3 length 9<br>
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>
  modcall[authorize]: module "eap" returns updated for request 0<br>
    users: Matched entry test at line 1<br>
  modcall[authorize]: module "files" returns ok for request 0<br>
modcall: group authorize returns updated for request 0<br>
  rad_check_password:  Found Auth-Type EAP<br>
auth: type "EAP"<br>
  Processing the authenticate section of radiusd.conf<br>
modcall: entering group authenticate for request 0<br>
  rlm_eap: EAP Identity<br>
  rlm_eap: processing type tls<br>
  rlm_eap_tls: Initiate<br>
  rlm_eap_tls: Start returned 1<br>
  modcall[authenticate]: module "eap" returns handled for request 0<br>
modcall: group authenticate returns handled for request 0<br>
Sending Access-Challenge of id 242 to 192.168.100.247:2055<br>
        EAP-Message = 0x010400061920<br>
        Message-Authenticator = 0x00000000000000000000000000000000<br>
        State = 0xd75423f6525fdaace27f2535ef014611<br>
Finished request 0<br>
Going to the next request<br>
--- Walking the entire request list ---<br>
Waking up in 6 seconds...<br>
rad_recv: Access-Request packet from host 192.168.100.247:2055, id=243, length=240<br>
        User-Name = "test"<br>
        NAS-IP-Address = 192.168.100.247<br>
        NAS-Port = 0<br>
        Called-Station-Id = "00-02-6F-23-86-93:testwlan"<br>
        Calling-Station-Id = "00-0E-2E-89-44-8F"<br>
        Framed-MTU = 1400<br>
        NAS-Port-Type = Wireless-802.11<br>
        Connect-Info = "CONNECT 11Mbps 802.11b"<br>
        EAP-Message =
0x0204005019800000004616030100410100003d03014587c6af195c3fedb8cea5b9600556a43091e389b2af29691ffbe412eb96478700001600040005000a000900640062000300060013001200630100<br>
        State = 0xd75423f6525fdaace27f2535ef014611<br>
        Message-Authenticator = 0x944c2fd4e01369d92e721a62300b6d6e<br>
  Processing the authorize section of radiusd.conf<br>
modcall: entering group authorize for request 1<br>
  modcall[authorize]: module "preprocess" returns ok for request 1<br>
  modcall[authorize]: module "chap" returns noop for request 1<br>
  modcall[authorize]: module "mschap" returns noop for request 1<br>
    rlm_realm: No '@' in User-Name = "test", looking up realm NULL<br>
    rlm_realm: No such realm "NULL"<br>
  modcall[authorize]: module "suffix" returns noop for request 1<br>
  rlm_eap: EAP packet type response id 4 length 80<br>
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>
  modcall[authorize]: module "eap" returns updated for request 1<br>
    users: Matched entry test at line 1<br>
  modcall[authorize]: module "files" returns ok for request 1<br>
modcall: group authorize returns updated for request 1<br>
  rad_check_password:  Found Auth-Type EAP<br>
auth: type "EAP"<br>
  Processing the authenticate section of radiusd.conf<br>
modcall: entering group authenticate for request 1<br>
  rlm_eap: Request found, released from the list<br>
  rlm_eap: EAP/peap<br>
  rlm_eap: processing type peap<br>
  rlm_eap_peap: Authenticate<br>
freeradius: relocation error: /usr/lib/freeradius/rlm_eap_peap-1.0.2.so: undefined symbol: eaptls_process<br>
<br>
So I have no idea....<br>
<br>
Could someone help me?<br><br><br> </body></html>

<p>--------------------------Hirdetés-----------------------------<br>
<a href="http://sher.index.hu/rd?lc=229&ad=84578" target="_blank"><p>
Akciós Szilveszteri ajánlatok <br><p></a>