Configure the F5 BIG-IP as an Explicit Forward Web Proxy Using LTM
In a previous article, I provided a guide on using F5's Access Policy Manager (APM) and Secure Web Gateway (SWG) to provide forward web proxy services. While that guide was for organizations that are...
Updated Dec 08, 2022
Version 2.0Steve_Lyons
Ret. Employee
Joined May 15, 2019
Steve_Lyons
Ret. Employee
Joined May 15, 2019
SV2022
Dec 15, 2023Cirrus
irule is not working ..i mapped the irule with ip deatils that should be blocked while accessing the internet with explicit proxy VS... but still i could see the traffic is not hitting the irule both in stats/logs..
when HTTP_REQUEST {
if { [IP::addr [getfield [IP::client_addr] "%" 1] equals "100.76.0.0/16"] } {
reject
}
}.