freeradius server and access point do not communicate each other
Hello guys, i am a newby in installing and configuring an access point with a radius server. 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 { secret = radiussecret shortname = dlink nastype = other } and i switched on sql authorizing because i use freeradius-mysql in radiusd.conf. I set up freeradius dialupadmin and it works right. I added a test user to table radcheck ('test', 'testpwd', 'radiussecret') 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. if i ping the devices from one to another they respond each other. Is there anyone who can help me. I need to set the access point up asap for my company. thanks in advance for your help best regards soxio
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.
2007/12/18, Alan DeKok <aland@deployingradius.com>:
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?
No in clients.conf all is only in one line. ...
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?
I launched radiu server with command freeradius -XXX -A and i got no errors. Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Gianni Socionovo