You are on page 1of 1

Install and Setup freeradius WPA2 Enterprise

1. yum install freeradius


2. cd /etc/raddb
3. vi client.conf
client 192.168.180.0/24 {
secret
= testing123
shortname = ssid_radius
}
4. vi eap.conf
eap {
default_eap_type = peap
}
peap {
default_eap_type = mschapv2
}
5. vi users
user1 Cleartext-Password:=pass1
user2 Cleartext-Password:=pass2

You might also like