Gianni Socionovo wrote:
I set up a free radius server (IP 10.1.1.1) and i checked that is on. I set up a wireless access point (D-LINK DLW3200 AP, IP 10.1.1.2) with wpa2-enterprise authentication settings. In the screen of DWL authentication setting i set 10.1.1.1 as radius server and "radiussecret" as Radius Secret. In freeradius configuration file clients.conf i added the following:
client 10.1.1.2 {
Is it really on two lines like that? If so, why? ...
I lauched the command:
radtest test testpwd 10.1.1.2 0 radiussecret and i got the following message:
radclient: no response from server for ID xx.
Is the RADIUS server *running*? Have you tried starting it from the command-line in debugging mode, as suggested in the README, FAQ, INSTALL, and daily on this list? Alan DeKok.