freeradius brake down

S.L. kicsignome at index.hu
Tue Dec 19 12:21:37 CET 2006


            Hi all,I have built an Access Point with hostapd, and want to authenticate with FreeRADIUS via users file.I wnat to use MSCHAPv2 with PEAP and TLS.

my eap.conf:

eap {
     default_eap_type = peap
     timer_expire = 60
     ignore_unknown_eap_types = no
     md5{
    }
   leap{
    }
   gtc{
     auth-Type = PAP
     }       

      tls{
    
  privateprivate_key_password = whatever
    
  private_key_file =
${raddbdir}/certs/cert-srv.pem
    
  certificate_file =
${raddbdir}/certs/cert-srv.pem
    
  CA_file = ${raddbdir}/certs/demoCA/cacert.pem
             dh_file = /dev/null
            fragment_size = 1024
             include_length = yes

     }   
            peap {
    
    
 default_eap_type = mschapv2
    
    
 }
             mschapv2{
  
  
  } 

}

my users file :

test User-Password := "test123"

RADIUS message :

rad_recv: Access-Request packet from host 192.168.100.247:2055, id=242, length=151
 User-Name = "test"
 NAS-IP-Address = 192.168.100.247
 NAS-Port = 0
 Called-Station-Id = "00-02-6F-23-86-93:testwlan"
 Calling-Station-Id = "00-0E-2E-89-44-8F"
 Framed-MTU = 1400
 NAS-Port-Type = Wireless-802.11
 Connect-Info = "CONNECT 11Mbps 802.11b"
 EAP-Message = 0x020300090174657374
 Message-Authenticator = 0x9938df4722da9c4c77a585cf1740d5ad
 Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 0
 modcall[authorize]: module "preprocess" returns ok for request 0
 modcall[authorize]: module "chap" returns noop for request 0
 modcall[authorize]: module "mschap" returns noop for request 0
 rlm_realm: No '@' in User-Name = "test", looking up realm NULL
 rlm_realm: No such realm "NULL"
 modcall[authorize]: module "suffix" returns noop for request 0
 rlm_eap: EAP packet type response id 3 length 9
 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
 modcall[authorize]: module "eap" returns updated for request 0
 users: Matched entry test at line 1
 modcall[authorize]: module "files" returns ok for request 0
modcall: group authorize returns updated for request 0
 rad_check_password: Found Auth-Type EAP
auth: type "EAP"
 Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 0
 rlm_eap: EAP Identity
 rlm_eap: processing type tls
 rlm_eap_tls: Initiate
 rlm_eap_tls: Start returned 1
 modcall[authenticate]: module "eap" returns handled for request 0
modcall: group authenticate returns handled for request 0
Sending Access-Challenge of id 242 to 192.168.100.247:2055
 EAP-Message = 0x010400061920
 Message-Authenticator = 0x00000000000000000000000000000000
 State = 0xd75423f6525fdaace27f2535ef014611
Finished request 0
Going to the next request
--- Walking the entire request list ---
Waking up in 6 seconds...
rad_recv: Access-Request packet from host 192.168.100.247:2055, id=243, length=240
 User-Name = "test"
 NAS-IP-Address = 192.168.100.247
 NAS-Port = 0
 Called-Station-Id = "00-02-6F-23-86-93:testwlan"
 Calling-Station-Id = "00-0E-2E-89-44-8F"
 Framed-MTU = 1400
 NAS-Port-Type = Wireless-802.11
 Connect-Info = "CONNECT 11Mbps 802.11b"
 EAP-Message =
0x0204005019800000004616030100410100003d03014587c6af195c3fedb8cea5b9600556a43091e389b2af29691ffbe412eb96478700001600040005000a000900640062000300060013001200630100
 State = 0xd75423f6525fdaace27f2535ef014611
 Message-Authenticator = 0x944c2fd4e01369d92e721a62300b6d6e
 Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 1
 modcall[authorize]: module "preprocess" returns ok for request 1
 modcall[authorize]: module "chap" returns noop for request 1
 modcall[authorize]: module "mschap" returns noop for request 1
 rlm_realm: No '@' in User-Name = "test", looking up realm NULL
 rlm_realm: No such realm "NULL"
 modcall[authorize]: module "suffix" returns noop for request 1
 rlm_eap: EAP packet type response id 4 length 80
 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
 modcall[authorize]: module "eap" returns updated for request 1
 users: Matched entry test at line 1
 modcall[authorize]: module "files" returns ok for request 1
modcall: group authorize returns updated for request 1
 rad_check_password: Found Auth-Type EAP
auth: type "EAP"
 Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 1
 rlm_eap: Request found, released from the list
 rlm_eap: EAP/peap
 rlm_eap: processing type peap
 rlm_eap_peap: Authenticate
freeradius: relocation error: /usr/lib/freeradius/rlm_eap_peap-1.0.2.so: undefined symbol: eaptls_process

So I have no idea....

Could someone help me? 

--------------------------Hirdetés-----------------------------

Akciós Szilveszteri ajánlatok 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20061219/d0743f87/attachment.html>


More information about the Freeradius-Users mailing list