I have a main domain - url which is getting load-balanced through VIP between 2 Real Servers in F5 and I want a sub-domain of the main url not to be loadbalanced but to be pointed to a single real server but with the same Virtual IP. How can we do this without irule in F5? Any suggestions!
Asked
Active
Viewed 1,009 times
1 Answers
2
You can use an HTTP class for this. You will need to create a new pool with just that single real server in there and use the HTTP class to direct traffic to your subdomain to that pool.

Dennis Kaarsemaker
- 19,277
- 2
- 44
- 70
-
Hi.. Can I use the same real server for the main domain as well as url redirect. When I try to create a new pool with the same real server i am not able to do that. – Petchirajan Shanmugaraj Dec 17 '12 at 10:43
-
Yes, servers can be in as many pools as you want. – Dennis Kaarsemaker Dec 17 '12 at 10:53
-
1HTTP classes are deprecated beginning in 11.4 and you will need to use a Local Traffic Policy instead going forward. Upon upgrade, these will be converted for you unless you are using an iRule. – James Shewey Mar 01 '15 at 04:58