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

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

RE: [Help-gnu-radius] Send IP Address


From: Rangel, Luciano
Subject: RE: [Help-gnu-radius] Send IP Address
Date: Tue, 27 May 2003 16:54:54 -0300

I can use with SecurID??

Exemple

DEFAULT  Auth-Type = SecurID,
                      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"











-----Original Message-----
From: ETI - Barry Irchad Kader [mailto:address@hidden
Sent: Tuesday, May 27, 2003 4:34 PM
To: Rangel Luciano
Cc: 'address@hidden'
Subject: Re: [Help-gnu-radius] Send IP Address


Hi, Rangel.

"Rangel, Luciano" a écrit :

> How make to send ip address to Remote Client ?? I use Check Point VPN-1
with
> gateway and SecureRemote with client

Found this note from the mail archive of GNU Radius. Hope this will help.

Good luck.

=============================================================

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]