Options

Named virtual hosts like apache

Hello All,

I am new to a10, my apologies if this is been answered elsewhere.

I'd like to have one VIP that is public facing on eth2 interface and the eth1 is inside a private LAN with multiple iplanet web servers.

On the dns side multiple fqdns are cnamed to the VIP.

When a request comes to certain fqdn, I'd like to load balance to a specific server group in the private LAN.

Example:

VIP: 192.168.1.10

Fqdns:

www.aaa.com
www.bbb.com
www.ccc.com

resolve to 192.168.1.10

Private subnet: 10.1.10.0/24

Server groups:

aaa 10.1.10.11, 10.1.10.12
bbb 10.1.10.21, 10.1.10.22
ccc 10.1.10.31, 10.1.10.32

I,d like to have this working for ssl as well.

Do I have to do this with aFlex or there is a different way, are there sample recipes anywhere?

Comments

  • Options
    edited February 2014
    You can accomplish this in version 2.6.1 with App switching in a HTTP template. See page 178 of the 2.6.1 GUI configuration guide. Or click the help button on the top right of the GUI when configuring a new HTTP template.
Sign In or Register to comment.