help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] gnu radius 0.95 IP address pool


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] gnu radius 0.95 IP address pool
Date: Thu, 20 Dec 2001 10:39:55 +0200

> it. Could you send me information about creating IP address pools in gnu 
> radius 0.95. I want to allocate IP addresses to users from radius but I 

The easiest way to create an IP address pool is using
Framed-IP-Address pair in DEFAULT profile. If the value of this pair
ends with '+', the port number will be added to the IP address
before replying to the NAS. For example:

DEFAULT  Auth-Type = SQL
         Service-Type = Framed-User,
                      Framed-Protocol = PPP,
                      Framed-IP-Address = "192.168.10.1+",
                      Framed-IP-Mask = "255.255.255.255"

If you have serveral NASes and wish to use separate IP pools for them,
use distinct DEFAULT profiles for each NAS, e.g.:

DEFAULT  Auth-Type = SQL,
                      NAS-IP-Address = 192.168.10.1
         Service-Type = Framed-User,
                      Framed-Protocol = PPP,
                      Framed-IP-Address = "192.168.10.1+",
                      Framed-IP-Mask = "255.255.255.255"

DEFAULT  Auth-Type = SQL,
                      NAS-IP-Address = 192.168.11.1
         Service-Type = Framed-User,
                      Framed-Protocol = PPP,
                      Framed-IP-Address = "192.168.11.1+",
                      Framed-IP-Mask = "255.255.255.255"

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]