I tried to do this in my config<br><br>session {<br>#       radutmp<br><br>        #<br>        #  See "Simultaneous Use Checking Queries" in sql.conf<br>        sql<br>        if (Post-Auth-Type == reject) {<br>
                ok<br>                block_auth_error # my own policy<br>         }<br><br>}<br><br>but radius answer is reject whatever and pppoe didn't up<br><br clear="all">
<br><br><div class="gmail_quote">2011/12/21 Alan Buxey <span dir="ltr"><<a href="mailto:A.L.M.Buxey@lboro.ac.uk">A.L.M.Buxey@lboro.ac.uk</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<div class="im">>    The question is not how to make captive portal on my NAS, the question is<br>
>    how do not reject customer, who reached max value of simultaneous-use?<br>
<br>
</div>....if you dont care about them reaching that value, then why are you checking?<br>
<br>
but if you really do want to  redirect them to an error page - then you need to<br>
read/check how to do that with your NAS (as Alan said, read your NAS documentation)<br>
and instead of the current Simultaneous-Use result, put your own result in (whatever<br>
RADIUS attributes/values you need to set for your user to get redirected to some error<br>
page....however that is don by your NAS)<br>
<span class="HOEnZb"><font color="#888888"><br>
alan<br>
</font></span><div class="HOEnZb"><div class="h5">-<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>