<br><br>On Sunday, February 24, 2013, Alan DeKok  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Russell Mike wrote:<br>
>i also<br>
> came across where guys are discussing EAP and MAC authentication. i<br>
> could not conclude, if it is a better way of doing<br>
> MAC authentication using EAP.<br>
<br>
  To be clear: you don't.  EAP is authentication.  MAC "authentication"<br>
is just checking if the MAC address is in a known list.<br>
<br>
  Terminology matters.  Using the right terminology means that the<br>
solution is usually simple.  Using the wrong terminology means you're<br>
using the wrong design.<br>
<br>
> How to store MACs in MySQL database. Perhaps, i need to<br>
> create additional table to store MAC, Honestly, i am not sure how to go<br>
> about it. Is there any documentation that i may do NOT know of. and i<br>
> can follow to finish the setup.<br>
<br>
  If all you want is a "known MAC" list, then just put them into a table<br>
in SQL.  Then, select MAC addresses from the table at run time.  If<br>
they're found, continue.  If not, reject.<br>
<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>
</blockquote><div><br></div><div><br></div><div>Dear Alan D. </div><div><br></div><div>Thanks for guidelines. exactly, as you stated I simple want to store MAC address somewhere & compair against the request. Can they be in "radcheck"? Would you recommend that? or seperate table? Storing MAC in radcheck, would it be correct terminology?</div>
<div><br></div><div>Secondly, i would have list of maximum 500 MACs, how about listing them in a file. Would it be considerably slow reading from file than DB? I have no idea because I never used radius with files. </div>
<div><br></div><div>Thanks Alan De. for your support ever</div><div>Regards --RM<span></span></div><div><font><span style="line-height:normal;background-color:rgba(255,255,255,0)"><br></span></font></div><div><font><span style="line-height:normal;background-color:rgba(255,255,255,0)"><br>
</span></font></div><div><font><span style="line-height:normal;background-color:rgba(255,255,255,0)"> </span></font></div><div> </div>