22 Feb
2018
22 Feb
'18
7:48 p.m.
Thank you Matthew, this worked perfectly! Gary On Thu, Feb 22, 2018 at 5:01 PM, Matthew Newton <mcn@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@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