I am setting up Zen Load Balancer 3.7 (community edition) for testing and am trying to get reverse proxy setup, but am confused about exactly what to do after setting up a farm.
I have DNS setup for *.example.com to go to public IP z.x.y.w. On the FW I have z.x.y.w mapped to internal IP a.b.c.x.
What I want Zen to do- check the URL and send requests for:
- example.com and www.example.com to IP a.b.c.d
- *.example.com to IP a.b.c.z
In the future, I may also want (but that's for a different day):
- exception.example.com to IP a.b.c.x
- a server farm for a.b.c.d (example- a.b.c.q, a.b.c.r, a.b.c.s)
I'm guessing that on the farm, I have to add a service, but am confused as to exactly what I need for the Virtual Host, Url pattern, and Redirect entries (if anything).
Thanks!