Dear All

I followed the documentation 802.1X Port Based Authentication HOWTO and 
the related documents. I am using Mac OS X as to run my freeRADIUS 1.0.1. 
Everything works fine except for the authentication. The client is Win2K. 
Nothing seems to work for me. 

radiusd.conf
-------------
   mschap { 
                authtype = MS-CHAP
                use_mppe = yes
                require_encryption = yes
                require_strong = yes
       }    
======================
eap.conf
--------------
eap {
               default_eap_type = peap
....
<snip>
......
}

tls {
                        private_key_password = password
                        private_key_file = ${raddbdir}/1x/192.168.10.1.pem
                        certificate_file = ${raddbdir}/1x/192.168.10.1.pem
                        CA_file = ${raddbdir}/1x/root.pem
                        dh_file = ${raddbdir}/1x/DH
                        random_file = ${raddbdir}/1x/random
                        fragment_size = 1024
                        include_length = yes
}


peap {
                       default_eap_type = mschapv2
                }
                
=================
clients.conf
-----------
client 192.168.10.0/24 {
        secret          = test
        shortname       = private-network-1
}

users
-----
wpatest          User-Password == "wpatest"



The client has imported the required certificate.
1) root.der
2) wpatest.p12

For Mac clients the followinf the documention http://homepage.mac.com/andreaswolf/
public/wpaeap.html works perfectly fine.

Regards & Thanks
================
Mahesh S Kudva





- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to