Forum Discussion
BKNwe_10326
Oct 14, 2011Nimbostratus
Forward The Radius Authentication Request To A URL
The following isn't working. Does anyone know why, or how to get it working?
If a Raduis request comes from 10.185.186.1, to this F5, forward the connetion to the URL.
when CLIENT_LIN...
Jarrod_Lucia_40
Oct 31, 2011Nimbostratus
Is it the redirect or the IP matching that is failing ?
I always have trouble with syntax for IP address, so usually create a data group (rad_client in this case) to match against. Always helps if you need to add more IP to match against later:
when CLIENT_ACCEPTED {
if {([class match [IP::client_addr] equals rad_client] } {
set URL "http://radius.app.mycompany.ha:1812"
log local0. "Client redirected, IP: [IP::client_addr]"
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects