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

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

Re: [Help-gnu-radius] Radius Framed-IP-Address problem


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] Radius Framed-IP-Address problem
Date: Fri, 06 Sep 2002 23:59:15 +0300

Gary,

If I understand you correctly, you are trying to transmit
Framed-IP-Address over the proxy chain. This won't work, since
by default radius removes all site-specific information from
the request before passing it on to the proxy radius (see
http://www.gnu.org/software/radius/manual/html_chapter/radius_6.html#SEC17
for information on how it works). 

If you are sure you wish to transmit such information over the
proxy chain, mark Framed-IP-Address and Framed-Netmask with
proxy-propagation bit in your dictionary, like this:

ATTRIBUTE  Framed-IP-Address     8    ipaddr  - [LR-RLR]=P
ATTRIBUTE  Framed-IP-Netmask     9    ipaddr  - [LR-RLR]=P

(more info on attribute properties can be found at
http://www.gnu.org/software/radius/manual/html_chapter/radius_6.html#SEC10)

Regards,
Sergey





reply via email to

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