<font size="4"><font face="tahoma,sans-serif"><font size="2">Hi,<br>Thanks for your answer, but there is a bit problem. I'm using 2.1.6 and so I did your first solution, but radiusd can't run and reports this error:<br>

/etc/raddb/sites-enabled/default[219]: Parse error after "Session-Octets-Limit"<br>Error reading /etc/raddb/radius.conf<br><br>I wrote this code in authorize section:<br></font></font></font>if("%{reply.Session-Octets-Limit}"  >= 20000) {<br>

<div class="im">
     update reply {<br>
</div>         Session-Octets-Limit !* ANY<br>
     }<br> 
}<br><br>BTW is your second solution removed value of Session-Octets-Limit or removed it completely? <br><br>thanks again<br>Hamid Reza Hasani<br>--------<br>Ya Ali<br><br><div class="gmail_quote">On Wed, Jan 20, 2010 at 8:53 PM, Alexander Clouter <span dir="ltr"><<a href="mailto:alex@digriz.org.uk">alex@digriz.org.uk</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hamid Reza Hasani <<a href="mailto:hr.hasani@gmail.com">hr.hasani@gmail.com</a>> wrote:<br>


><br>
> [snipped]<br>
<div class="im">><br>
> I add this lines at the end of authorize section:<br>
> if("%{reply.Session-Octets-Limit}"  >= 20000) {<br>
>     update reply {<br>
</div>>         Session-Octets-Limit [I don't know what!....and am too lazy<br>
>                               to read the docs or look through the<br>
>                               mailing list archives so asked the<br>
>                               lazyweb instead]<br>
>     }<br>
> }<br>
><br>
*sigh*<br>
<br>
<a href="http://freeradius.org/radiusd/man/unlang.html#lbAH" target="_blank">http://freeradius.org/radiusd/man/unlang.html#lbAH</a><br>
<br>
What you are looking for is:<br>
----<br>
Session-Octets-Limit !* ANY<br>
----<br>
<br>
Although...this only was fixed in 2.1.8...you will see the workaround<br>
for eariler version is:<br>
----<br>
Session-Octets-Limit -= "'%{reply:Session-Octets-Limit}"<br>
----<br>
<br>
Cheers<br>
<font color="#888888"><br>
--<br>
Alexander Clouter<br>
.sigmonster says: Poverty begins at home.<br>
<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>
</font></blockquote></div><br>