[email protected] wrote: > I am trying to configure a server-side IP pool for select pptp users to > bypass the NAS's internal pool. The documentation appears sparse, but > this is what I've done so far: > > In raddb/radiusd.conf: > > ippool users_pool {
The examples show it using "main_pool". The name doesn't matter, but it's a hint: $ grep main_pool raddb/sites-available/* You can re-name "main_pool" to "users_pool", if you want. You have to tell the server to allocate IP's in the post-auth section, and to manage them from the accounting section. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

