Forum Discussion
hc_andy_35682
Jan 21, 2011Nimbostratus
How to forward traffic when all pool members are down?
Hi All,
We currently have a virtual server (PROXY.EDU_3128_TCP) on the F5 to load balance a number of proxy servers for schools. Schools configure their web browser to point to 210.15.x.x:3128 and the proxy takes care of the rest.
Because of a major maintenance, all the proxy servers need to come offline. In order to minimize any disruption to schools, we've allowed schools to have unrestricted access to the Internet for this maintenance window - so without the schools needing to change anything on their web browsers, it should just work.
OK so is there a way on the F5 to forward traffic to the internet when a request comes into the virtual server on port 3128 then (bearing in mind that at this time all the proxy servers (pool members) will be down during this time) - so in effect bypassing all the pool members. Do I need some irule for this magic to happen???
Here's our current config:
virtual PROXY.EDU_3128_TCP {
mirror
enable pool EDU_PROXY_POOL
destination 210.15.X.X:squid
ip protocol tcp
persist source_addr
profiles fastL4 {}
vlans Vlan_80 enable }
pool EDU_PROXY_POOL {
lb method member least conn
action on svcdown reselect
monitor all gateway_icmp
members {
210.15.X.1:webcache {
limit 5000 }
210.15.X.2:webcache {
limit 5000 }
210.15.X.3:webcache {
limit 5000 }
210.15.X.4:webcache {
limit 5000 }
}
}
Thanks.
Andy
- Chris_MillerAltostratusDo you have some sort of "default gateway pool" defined on this box for other applications that need internet access? My idea would be to have a pool containing the proxies and the gateways using Priority Group Activation so the gateway pool would only be used if all the proxies were down.
- hooleylistCirrostratusIf the clients are using the LTM virtual server as their proxy server, you couldn't just forward the traffic to the internet. The clients are connecting with a destination IP of the virtual server, so if you forwarded the traffic it would still have a destination IP of the LTM VS and the router(s) wouldn't handle the connection/would send it back to LTM.
- hc_andy_35682NimbostratusPosted By hoolio on 01/21/2011 09:43 AM
Cheers.
Andy
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