About Proxy-realm and ip-pool

Alan DeKok aland at deployingradius.com
Wed Jan 7 17:02:55 CET 2015


On Jan 7, 2015, at 10:56 AM, Tevfik Ceydeliler <tevfik.ceydeliler at astron.yasar.com.tr> wrote:
> Freeradius receives authentication requests and sends to two OTP server according to user is defined.
> Then, if OTP server accept password freeradius authorizes user and assign an IP address from IP pool which defined on user attribute.

  That’s simple.

1.  Configure a local user and verify it works
2. configure IP pool assignments.  Verify that works for local users
3. configure proxying.  IP assignments will work for proxied users.

> and users:
> 
> tevfikceydeliler  Proxy-To-Realm := motp
>    Framed-Protocol := PPP,
>    Pool-Name := turkcell
> 
> ??? Altough this configs, user can get IP adddress from Pool. ??

  Because you’re putting the Pool-Name attribute in the reply.  It should go on the first line of the entry:


tevfikceydeliler  Proxy-To-Realm := motp, Pool-Name := turkcell
   Framed-Protocol := PPP
   
  Alan DeKok.



More information about the Freeradius-Users mailing list