Forum Discussion
mart_58302
Nimbostratus
Sep 23, 2008Destination based redirect irule, a'la cache.pac implementing?
Hello.
We are using F5 for proxy servers gateway, and everything works fine, but due routings in proxy's if the clients destination is local network, the proxy's can't connect t...
mart_58302
Nimbostratus
Sep 24, 2008
If you don't have a pool defined to handle the non-proxy requests, you could forward them according to the routing table to their destination. Try replacing 'pool direct_pool' with 'forward'.
Hmm, seems it doesn't work, as I can't even enable this irule:
01070394:3: HTTP_REQUEST event in rule (proxy_bypass) requires an associated HTTP or FASTHTTP profile on the virtual server (live-proxy).
As we are sending all traffic without any profile to proxy. Then I trid this without sucess:
when CLIENT_ACCEPTED {
if { [matchclass [IP::local_addr] equals $::255.240.0.0] } {
forward
} elseif { [matchclass [IP::local_addr] equals $::255.255.0.0] } {
forward
} else {
pool live-proxy-pool
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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