That error message has nothing to do with the NAS-IP-Address config (clients.conf looks fine) , ensure that the test you send uses a method that your RADIUS server can deal with. What/how are you doing the testing and you'd help enormously by providing 'radius -X' output. This sort of thing works out of the box so I'm concerned that you're butchered the config<br><br>alan<br><br>--<br>Message may be brief as it has been sent from my mobile<br><br>----- Reply message -----<br>From: "Dagia Dorjsuren" <dagmid_d@yahoo.com><br>Date: Wed, Sep 21, 2011 03:08<br>Subject: Multiple NAS configuration<br>To: "Fred" <fred.maison@gmail.com>, "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org><br><br>Hi,<br><br>    I try to figure out how to make following configuration:<br>1. Three clients. (Three access points. NAS1, NAS2 and NAS3)<br>2. There is one, central freeradius server holding all acounts, for three locations.<br><br>Now, what I try to do is to create accounts that are location dependant... so account created for NAS1 and NAS2, can't be used on NAS3.<br><br>For example :<br>NAS1 ip address : 192.168.1.10<br>NAS2 ip address : 192.168.1.20<br>NAS3 ip address : 192.168.1.30<br>=============================<br>In clients.conf<br>client 192.168.1.10 {<br>        secret = testap1<br>        shortname = nas1<br>        nastype = other<br>}<br>client 192.168.1.20 {<br>        secret = testap2<br>        shortname = nas2<br>        nastype = other<br>}<br>client 192.168.1.30 {<br>        secret = testap3<br>        shortname = nas3<br>        nastype = other<br>}<br>=============================<br><br>I have configured it for one user "test" in radcheck table as below.<br><br>+-----+-------------------+--------------------+----+----------------------------+<br>| id  | username          | attribute          | op | value                      |<br>+-----+-------------------+--------------------+----+----------------------------+<br>|  1  | test            | NAS-IP-Address     | == | 192.168.1.10             |<br>|  2  | test            | NAS-IP-Address     | == | 192.168.1.20             |<br>|  3  | test            | NAS-IP-Address     | !=  | 192.168.1.30             |<br>+-----+-------------------+--------------------+----+----------------------------+<br><br><br>But, it is not working.<br><br>The following was in radius.log file.<br>Wed Sep 21 09:34:19 2011 : Auth: Login incorrect (rlm_chap: Clear text password not available): [test/<CHAP-Password>] (from client nas1 port 4 cli 00-26-5E-EF-56-CC)<br><br><br><br>Have you any idea?<br><br>________________________________<br>From: Fred <fred.maison@gmail.com><br>To: Dagia Dorjsuren <dagmid_d@yahoo.com>; FreeRadius users mailing list <freeradius-users@lists.freeradius.org><br>Sent: Wednesday, September 21, 2011 4:41 AM<br>Subject: Re: Multiple NAS configuration<br><br>htt