<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div text="#000000" bgcolor="#ffffff">you run pppoe-server right?<br>
1. you can run pppoe-server in kernel mode to send calling-station-id
to radius<br>
</div></blockquote><div>yup .. this was it .. Thanks :) There's a problem in gentoo's ippool.conf</div><div><div># ## If you prefer to allocate a random IP address every time, i</div><div># ## use this query instead</div>

<div> allocate-find = "SELECT framedipaddress FROM ${ippool_table} \</div><div>  WHERE pool_name = '%{control:Pool-Name}' \</div><div>  AND expiry_time IS NULL \ ( failed to alocate before because expiry_time = NULL isn't valid .. had to replace with IS NULL ) ..</div>

<div>  ORDER BY RAND() \</div><div>  LIMIT 1 \</div><div>  FOR UPDATE"</div></div><div><br></div><div> everything seems to work now ! :D</div></div>