0

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!

1 Answers1

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