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...
Ruggero_27857
Nimbostratus
Dec 13, 2012Thanks guys,
I have configured the iRule using Pools instead of Redirect rules:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"*odt*" - "*cims*" - "*t3*" { pool elc.domain.com }
"*cmtext*" { pool Europe-CMTExt }
"*cognos*" { pool server-tst-21 }
"*extcognos*" { pool server-svr-92 }
}
}
Now:
http://x.x.x.x/Odt FAILS from external hosts and works from internal hosts
http://x.x.x.x/Cims WORKS only if I use HTTP profile and not X-Forwarded
http://x.x.x.x/cmtext WORKS with any HTTP Profile both from external host and internal host
http://x.x.x.x/Extcognos FAILS from internal and external host
http://x.x.x.x/t3 WORKS from internal and external host BUT when opened from External Host it does not display images inside the page it just display the login prompt with broken images links.
Must be something on the application side that I need to figure out, however the rule appears to be correct now.
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