Thanx Zoltan Ori for ur comments. before getting ur reply i was able to run freeradius server for peap after making following changes in eap.conf file in tls module<br>xxxxxxxxxx<br>eap.conf<br>xxxxxxxxxx<br>tls {<br>                
<br>                        private_key_password = whatever<br>                        private_key_file = ${raddbdir}/certs/cert-srv.pem<br><br>                        certificate_file = ${raddbdir}/certs/cert-srv.pem<br>
<br>                        <br>                        CA_file = ${raddbdir}/certs/demoCA/cacert.pem<br><br>                        dh_file = ${raddbdir}/certs/dh<br>                        random_file = ${raddbdir}/certs/random
<br>                <br>                 }<br>xxxxxxxxxxxxxxxx eap.conf ends herexxxxxxxxxxxxxxxxxxxxxxxx<br><br>problem persisted till i added last line( random_file = ${raddbdir}/certs/random) and started working fine after this addition without creating any certificate(i didn't create any).
<br><br>but after this although i m able to start server but its not accepting any requests.<br>What can be the reason?<br><br>One more query: in clients.conf file we mention the IP range for APs or for end client(supplicant).
<br><br>Regards<br>Pradeep Singh<br><br><br><br><br><br><br>Date: Wed, 5 Jul 2006 09:33:14 -0400<br>From: Zoltan Ori <<a href="mailto:z.ori@morehead-st.edu">z.ori@morehead-st.edu</a>><br>Subject: Re: problem in configuring PEAP on 
freeRADIUS1.1.2<br>To: FreeRadius users mailing list<br>        <<a href="mailto:freeradius-users@lists.freeradius.org">freeradius-users@lists.freeradius.org</a>><br>Message-ID: <<a href="mailto:200607050933.14945.z.ori@morehead-st.edu">
200607050933.14945.z.ori@morehead-st.edu</a>><br>Content-Type: text/plain;  charset="iso-8859-1"<br><br>On Wednesday 05 July 2006 08:48, Pradeep Sengar wrote:<br>> rlm_eap_tls: Loading the certificate file as a chain
<br>> rlm_eap: SSL error error:0200100E:system library:fopen:Bad address<br>> rlm_eap_tls: Error reading certificate file<br>> rlm_eap: Failed to initialize type tls<br><br>Did you create any certificates? Are they stored where you indicate in
<br>eap.conf? Do they have the proper permissions?<br><br>Zoltan Ori<br><br><br><br>--