<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Feb 24, 2013 at 2:20 PM, Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com" target="_blank">aland@deployingradius.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Russell Mike wrote:<br>
> Thanks for guidelines. exactly, as you stated I simple want to store MAC<br>
> address somewhere & compair against the request. Can they be in<br>
> "radcheck"?<br>
<br>
</div>  I wouldn't do that.  Just create your own table of MAC addresses.  If<br>
all you want is to list known MACs, you can do that with a custom table.<br>
<br>
  Then, do:<br>
<br>
        if ("%{sql: SELECT ...}") {<br>
                # known MAC<br>
        }<br>
<br>
  Use a SQL client to write the correct SELECT statement, and then put<br>
it into the example above.  Then apply any "known MAC" rule inside of<br>
the "if" statement.<br>
<div class="im"><br>
> Secondly, i would have list of maximum 500 MACs, how about listing them<br>
> in a file. Would it be considerably slow reading from file than DB? I<br>
> have no idea because I never used radius with files.<br>
<br>
</div>  See "man rlm_passwd".  It contains examples.  You could put the MACs<br>
into a group via that module, and then do group checking.<br>
<div class="HOEnZb"><div class="h5"><br>
  Alan DeKok.<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></div></blockquote></div><br></div><div class="gmail_extra"><font face="verdana, sans-serif"><br></font></div><div class="gmail_extra" style><font face="verdana, sans-serif">Dear Alan De.</font></div><div class="gmail_extra" style>
<font face="verdana, sans-serif"><br></font></div><div class="gmail_extra" style><font face="verdana, sans-serif">Thanks for your input, you are so helpful. And the information sent is also very much useful, i will try to more forward base on your guidelines. </font></div>
<div class="gmail_extra" style><font face="verdana, sans-serif">Thanks / Regards</font></div><div class="gmail_extra" style><font face="verdana, sans-serif">RM -</font>-</div></div>