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

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

Re: [Help-gnu-radius] How to assign IP base on NAS


From: Farooq Ahmed
Subject: Re: [Help-gnu-radius] How to assign IP base on NAS
Date: Thu, 03 Apr 2003 00:23:15 -0400

Salam
I think this is the possible answer which i found from the archive of this 
listing.
May be it would be helpfull to u.

Farooq

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



 
--

On Wed, 2 Apr 2003 17:02:42   
 Hermann Tse wrote:
>How I can assign different IP address to a user base
>on the NAS IP he/she connected to?  Which file I need
>to change?  Any examples?
>Thanks.
>
>__________________________________________________
>Do you Yahoo!?
>Yahoo! Tax Center - File online, calculators, forms, and more
>http://tax.yahoo.com
>
>
>_______________________________________________
>Help-gnu-radius mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/help-gnu-radius
>


_____________________________________________________________
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus



reply via email to

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