<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">i comment out this on clients.conf<br>#client 127.0.0.1 {<br>#       secret          = passwordradius<br>#       shortname       = localhost<br>#       nastype     = other     # localhost isn't usually a NAS...<br>#}<br>and i add this to NAS table on radius database.<br>insert into nas (nasname, shortname, secret) values ("client 127.0.0.1","localhost","passwordradius");<br><br>i restart the mysql server and then i perform test using radtest and got this message:<br>radtest Nizar 123456 localhost 1812 passwordradius<br>Sending Access-Request of id 104 to 127.0.0.1 port 1812<br>        User-Name =
 "Nizar"<br>        User-Password = "123456"<br>        NAS-IP-Address = 255.255.255.255<br>        NAS-Port = 1812<br>....<br>Re-sending Access-Request of id 104 to 127.0.0.1 port 1812<br>        User-Name = "Nizar"<br>        User-Password = "123456"<br>        NAS-IP-Address = 255.255.255.255<br>        NAS-Port = 1812<br>radclient: no response from server for ID 104<br><br>why its still dosn't work..??<br>clue plase...<br><br>--- On <b>Tue, 4/14/09, JDL <i><JDL@imaginenet.net></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: JDL <JDL@imaginenet.net><br>Subject: Re: NAS table<br>To: "FreeRadius users mailing list"
 <freeradius-users@lists.freeradius.org><br>Date: Tuesday, April 14, 2009, 11:42 AM<br><br><div class="plainMail">Nizar Zulmi wrote:<br>> i enable this on sql.conf<br>> readclients = yes<br>> <br>> do i have to remove this :<br>> client 127.0.0.1 {<br>Do you have a "127.0.0.1" client in your the nas table? If so, then yes, you will need to remove it or else you will end up with a duplicate. If this client is not in your nas table, then you can just leave the 127.0.0.1 client in the clients.conf file.<br><br>BTW, I think the 127.0.0.1 client is just there for testing purposes. I do not believe it will break anything if it is completely removed (unless, of course, you are running also running some sort of radius client on the same server as FreeRADIUS).<br><br>Jim L.<br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html"
 target="_blank">http://www.freeradius.org/list/users.html</a><br></div></blockquote></td></tr></table><br>