09-Feb-2023 01:09
Hello Dears
i am trying to make the F5 check the host header in client request (when client request the domain) as shown below :
1-abc.com would be go to virual server 10.1.0.1
2-xyz.com would be go to virual server 10.1.0.2
is that double in F5 ?
Bests
Solved! Go to Solution.
09-Feb-2023 03:04
Just for your information, you should create a listener (VIP on F5) that receives traffic for both hostnames (fully qualified domain names) so that you can assign either of the LTM policy or the irule on that VIP.
Thanks,
09-Feb-2023 03:03
Hello,
There are two ways you can forward traffic based on the host header.
The first one is creating an irule which checks on host header inside the http request:
The second option is using LTM policy, which can be created using rules and you have the option to forward the traffic to virtual server, pool, or node as per the below screenshot:
Thanks,
Mohamed Salah
09-Feb-2023 03:04
Just for your information, you should create a listener (VIP on F5) that receives traffic for both hostnames (fully qualified domain names) so that you can assign either of the LTM policy or the irule on that VIP.
Thanks,
09-Feb-2023 03:13
Hello Dear and thnx for your kind info