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: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Send IP address
Date: Wed, 18 Jun 2003 11:25:58 +0300

> DEFAULT  Auth-Type = SecurID
>          Service-Type = Framed-User,
>          Framed-Protocol = PPP,
>          Framed-IP-Address = 192.168.50.1+,
>          Framed-IP-Netmask = 255.255.255.128,
>          Add-Port-To-IP-Address = Yes

You don't need to use Add-Port-To-IP-Address attribute. Suffixing the
IP with a '+' is quite enough.

> But when the user make a VPN Connection he gets another IP address (like
> 192.168.53.254 and others), that isnĀ“t in this range.

This means that the NAS reported port number 1021:

     192.168.50.1 + 1021 = 192.168.53.254

You can easily check this using radlast.

Most probably you will have to apply a rewrite procedure either
to bias reported port numbers or to compute the framed IP, at your
option.

Regards,
Sergey




reply via email to

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