<html><body>
<p><font size="2" face="sans-serif">Hi list,</font><br>
<br>
<br>
<br>
<font size="2" face="sans-serif">Are there any way to check validity of MAC address but </font><font size="2" face="sans-serif"><b>one times only</b></font><font size="2" face="sans-serif"> and not every time while processing the virtual site ?</font><br>
<br>
<font size="2" face="sans-serif">Actually I used this :</font><br>
<br>
<font size="2" face="sans-serif"><i>authorize {</i></font><br>
<br>
<font size="2" face="sans-serif"><i>    if (!Calling-Station-Id == "%{sql:SELECT mac_address FROM `mac` WHERE mac_address='%{Calling-Station-Id}'}") {</i></font><br>
<font size="2" face="sans-serif"><i>                                update reply {</i></font><br>
<font size="2" face="sans-serif"><i>                                        Reply-Message += "MAC address %{Calling-Station-Id} was not found in database - Login refused "</i></font><br>
<font size="2" face="sans-serif"><i>                                        }</i></font><br>
<font size="2" face="sans-serif"><i>                                        reject</i></font><br>
<font size="2" face="sans-serif"><i>                        }</i></font><br>
<font size="2" face="sans-serif"><i>}</i></font><br>
<br>
<br>
<font size="2" face="sans-serif">The cache module is the only way ?</font>
<ul style="padding-left: 0pt">
<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="519" valign="middle">
<ul style="padding-left: 0pt"><font size="2" face="Arial">Thanks.</font><br>
<br>
<font size="2" face="Arial">Nicolas.</font></ul>
</td></tr>
</table>
</ul>
</body></html>