Forum Discussion
cymru81
Altocumulus
Apr 20, 2015irule help!
Hi, Ive asked a similar question regarding an existing irule, though not this specifically.
We want to make use of just one public ip address so that depending on what host header comes in it ge...
Hannes_Rapp
Nimbostratus
Apr 20, 20151) Create LTM Pools:
-
pool_abc.site.co.uk_80 with a single member 10.1.2.1:80
-
pool_xyz.site.co.uk_80 with a single member 10.1.2.2:80
2) Apply a clientside SSL profile to your Virtual Server (wildcard certificate)
3) Create and apply the iRule:
when HTTP_REQUEST {
if { [HTTP::host] equals "abc.site.co.uk" }{
pool pool_abc.site.co.uk_80 member 10.1.2.1 80
} elseif { [HTTP::host] equals "xyz.site.co.uk" }{
pool pool_xyz.site.co.uk_80 member 10.1.2.2 80
}
}
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