Forum Discussion
ijwrighty
Nimbostratus
Sep 21, 2019Single Public IP to multiple services
Hi, Im just having a play with the F5 Big IP in my home lab environment. I only have one external IP address but would like to utilise different services (ADFS, Exchange Web Services, OWA...
Sep 21, 2019
Hi ijwrighty,
You can redirect to pool using iRule.
when HTTP_REQUEST {
switch -glob [HTTP::host] {
"owa.mydomain.com" { pool owa_pool }
"adfs.mydomain.com" { pool adfs_pool }
"exchange.mydomain.com" { pool exchange_pool }
default { pool default_pool }
}
}
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