no calling-station-id received

S Adrian dexter at d3xt3r01.tk
Sat Dec 4 08:11:41 CET 2010


>
> you run pppoe-server right?
> 1. you can run pppoe-server in kernel mode to send calling-station-id to
> radius
>
yup .. this was it .. Thanks :) There's a problem in gentoo's ippool.conf
# ## If you prefer to allocate a random IP address every time, i
# ## use this query instead
 allocate-find = "SELECT framedipaddress FROM ${ippool_table} \
  WHERE pool_name = '%{control:Pool-Name}' \
  AND expiry_time IS NULL \ ( failed to alocate before because expiry_time =
NULL isn't valid .. had to replace with IS NULL ) ..
  ORDER BY RAND() \
  LIMIT 1 \
  FOR UPDATE"

 everything seems to work now ! :D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20101204/96fffc9f/attachment.html>


More information about the Freeradius-Users mailing list