BKNwe_10326
Oct 14, 2011Nimbostratus
Forward Radius Authentication Request To A URL
The following isn't forwarding the Radius Authentication request to the URL. Does anyone have any idea why it's not working?
If a connection from 10.185.186.1 arrives to the F5, on utp port 1812, forward the reqeuest 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]"
}
}