Sending NAS-IP-Address to inner-tunnel

Gary Gwin garygwin at gmail.com
Fri Feb 23 01:48:21 CET 2018


Thank you Matthew, this worked perfectly!

Gary

On Thu, Feb 22, 2018 at 5:01 PM, Matthew Newton <mcn at freeradius.org> wrote:

> On Thu, 2018-02-22 at 16:03 -0700, Gary Gwin wrote:
> > (7) Received Access-Request Id 0 from 74.174.75.20:55809 to
> > 10.13.0.251:1812
> > length 198
> > (7)   User-Name = "tomas at acme.com"
> > (7)   NAS-IP-Address = 75.174.238.20
> ...
> > Is there a way to send the NAS-IP-Address to the inner-tunnel?
>
> You don't "send it" to the inner-tunnel, the inner tunnel can get it
> from the outer.
>
> Try this in the inner tunnel:
>
>         update request {
>                 NAS-IP-Address = &outer.NAS-IP-Address
>         }
>
> Or just reference &outer.NAS-IP-Address where you need it.
>
> --
> Matthew
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/
> list/users.html


More information about the Freeradius-Users mailing list