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_LINE {
if { [IP::addr [IP::client_addr] equals 10.185.186.1] } {
set URL ""
log local0. "Client redirected, IP: [IP::client_addr]"
}
}