<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">this is result of <br>freeradius -X<br>reread_config: reading radiusd.conf<br>Config: including file: /etc/freeradius/proxy.conf<br>Config: including file: /etc/freeradius/clients.conf<br>Config: including file: /etc/freeradius/snmp.conf<br>Config: including file: /etc/freeradius/eap.conf<br>Config: including file: /etc/freeradius/sql.conf<br> main: prefix = "/usr"<br> main: localstatedir = "/var"<br> main: logdir = "/var/log/freeradius"<br> main: libdir = "/usr/lib/freeradius"<br> main: radacctdir = "/var/log/freeradius/radacct"<br> main: hostname_lookups = no<br> main: max_request_time = 30<br> main: cleanup_delay = 5<br> main: max_requests = 1024<br> main: delete_blocked_requests =
0<br> main: port = 0<br> main: allow_core_dumps = no<br> main: log_stripped_names = no<br> main: log_file = "/var/log/freeradius/radius.log"<br> main: log_auth = no<br> main: log_auth_badpass = no<br> main: log_auth_goodpass = no<br> main: pidfile = "/var/run/freeradius/freeradius.pid"<br> main: user = "freerad"<br> main: group = "freerad"<br> main: usercollide = no<br> main: lower_user = "no"<br> main: lower_pass = "no"<br> main: nospace_user = "no"<br> main: nospace_pass = "no"<br> main: checkrad = "/usr/sbin/checkrad"<br> main: proxy_requests = yes<br> proxy: retry_delay = 5<br> proxy: retry_count = 3<br> proxy: synchronous = no<br> proxy: default_fallback = yes<br> proxy: dead_time = 120<br> proxy: post_proxy_authorize = no<br> proxy: wake_all_if_all_dead = no<br> security: max_attributes = 200<br> security: reject_delay
= 1<br> security: status_server = no<br> main: debug_level = 0<br>read_config_files: reading dictionary<br>read_config_files: reading naslist<br>Using deprecated naslist file. Support for this will go away soon.<br>read_config_files: reading clients<br><br>but if i uncommnet 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><br>the radius is running well and reply access-accept on radtest<br><br>where do i make missconfiguration.<br>clue please.<br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Ivan Kalik <tnt@kalik.net><br><b><span style="font-weight: bold;">To:</span></b> FreeRadius users mailing list <freeradius-users@lists.freeradius.org><br><b><span style="font-weight: bold;">Sent:</span></b> Tuesday, April 14, 2009 7:25:02 PM<br><b><span style="font-weight: bold;">Subject:</span></b> RE: NAS table<br></font><br><title>Message</title>
<div><span class="421342311-14042009"><font color="#0000ff" face="Arial" size="2">Post
radiusd -X output of server startup. Is sql enabled anywhere in the
configuration? It isn't by default.</font></span></div>
<div><span class="421342311-14042009"><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div><span class="421342311-14042009"><font color="#0000ff" face="Arial" size="2">Ivan
Kalik</font></span></div>
<div><span class="421342311-14042009"><font color="#0000ff" face="Arial" size="2">Kalik
Informatika ISP</font></span></div>
<blockquote dir="ltr" style="margin-right: 0px;">
<div></div>
<div class="OutlookMessageHeader" dir="ltr" align="left" lang="en-us"><font face="Tahoma" size="2">-----Original Message-----<br><b>From:</b>
freeradius-users-bounces+tnt=kalik.net@lists.freeradius.org
[mailto:freeradius-users-bounces+tnt=kalik.net@lists.freeradius.org] <b>On
Behalf Of </b>Nizar Zulmi<br><b>Sent:</b> 14 April 2009 08:00<br><b>To:</b>
FreeRadius users mailing list<br><b>Subject:</b> Re: NAS
table<br><br></font></div>
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top">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); padding-left: 5px; margin-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><span>List info/subscribe/unsubscribe?
See <a target="_blank" href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a></span><br></div></blockquote></td></tr></tbody></table><br>
<p><font face="Arial" size="2">No virus found in this incoming message.<br>Checked
by AVG - <a target="_blank" href="http://www.avg.com">www.avg.com</a><br>Version: 8.0.238 / Virus Database: 270.11.53/2054 -
Release Date: 04/11/09 10:51:00<br></font></p>
<p><font face="Arial" size="2"></font></p></blockquote></div></div></div><br>
</body></html>