On Wed, 2002-03-13 at 08:43, Marcus Zmieszkol wrote:
> Hi radius-interested,
> 
> I've installed freeradius 0.4 under linux and radius is working well.
> 
> 1) Is it possible to limit the the amount of ip-addresses given out by the 
> radius server? So can I limit the amount of addresses?
> 
> e.g. only 200 addresses should be give out from 10.252.172.0/24.

Simply do not give the ip address in radius(Usually return
Framed-IP-Address=0.0.0.0, consult your nas manual) and let the nas give
the IP number from a pool or other method.

> 
> 
> 2) When I do the following configuration in the users-file, I have the 
> problem when a differnet NAS sends the request for the same user the 
> same ip-address is given out:
> 
> user1   Auth-Type := Local, NAS-IP-Address == 10.0.0.1, Password == "test"
>         Service-Type = Framed-User,
>         Framed-Protocol = PPP,
>         Framed-IP-Address = 10.252.172.0+,
>         Framed-IP-Netmask = 255.255.255.0,
>         Framed-MTU = 1500
>        
> user1   Auth-Type := Local, NAS-IP-Address == 10.0.0.2, Password == "test"
>         Service-Type = Framed-User,
>         Framed-Protocol = PPP,
>         Framed-IP-Address = 10.252.172.0+,
>         Framed-IP-Netmask = 255.255.255.0,
>         Framed-MTU = 1500
>        
> How could I get around that problem?
> 
> 
> Is it possible, when defining two NAS in the clients.conf-file, e.g.
> 
> client 10.0.0.1 {
>         secret          = Test
>         shortname       = nas1
> }
> client 10.0.0.2 {
>         secret          = Test
>         shortname       = nas1
> }
> 
> that there is a possibility to refer to the shortname in the users-file?
> 
> Thanks & best regards,
> 
> Marcus.
> 
> 
> - 
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to