Forum Discussion
Simon_Knox_1115
Nimbostratus
Jul 08, 2005HELP! hanging iRule
Hi,
I've recently converted from 4.5 to 9.05 and converted my iRules, using OTCU then tweaking so they are correct (at least what I though was correct).
When connecting to a web site...
JRahm
Admin
Jul 11, 2005Try this (not tested!)
class server_ports {
"8001 10.128.32.1"
"8099 10.128.32.2"
"8003 10.128.32.3"
"8004 10.128.32.4"
"8005 10.128.32.5"
"8006 10.128.32.6"
"8007 10.128.32.7"
"8008 10.128.32.8"
}
when CLIENT_ACCEPTED {
if { [TCP::local_port] eq "80" } {
persist uie [IP::client_addr] 1800
HTTP::fallback http://support.blackwellpublishing.com
pool wwwDEFAULT
} elseif {
set match [lindex [findclass [TCP::local_port] $::server_ports] 1]
pool node-$match
}
}
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
