Forum Discussion
Ruggero_27857
Nimbostratus
Dec 13, 2012F5 Redirection over Public Networks
Hi,
I am trying to setup an F5 in this way and I am wondering where this is going wrong:
I have the F5 facing Internal netowrk and external network connected to a Firewall DMZ Interf...
What_Lies_Bene1
Cirrostratus
Dec 13, 2012OK, this might prove slightly better especially where the cognos URIs are concerned. A HTTP profile is required.
I'd also suspect these issues are server related. You could add some logging to confirm the rule is working. So, here's the updated rule;
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/odt*" -
"/cims*" -
"/t3*" {
pool elc.domain.com
log local0. "Matched: [HTTP::uri] with /odt, /cims or /t3, using Pool: elc.domain.com" }
"/cmtext*" {
pool Europe-CMTExt
log local0. "Matched: [HTTP::uri] with /cmtext, using Pool: Europe-CMTExt" }
"/cognos*" {
pool server-tst-21
log local0. "Matched: [HTTP::uri] with /cognos, using Pool: server-tst-21" }
"/extcognos*" {
pool server-svr-92
log local0. "Matched: [HTTP::uri] with /extcognos, using Pool: server-svr-92" }
default { drop }
}
}
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