cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1047
Views
0
Helpful
1
Replies

CSS 11501 With multiple web servers

nicolas.berisso
Level 1
Level 1

I need to know if it posible to use a CSS11501 in this situation and how to setup the CSS 11501

ISP ------------WAN IP ------------- CSS1501

                                                            -------- LAN DMZ \----- Web Server#1   192.168.0.10 www.hellow1.com

                                                                                    \----- Web Server#2   192.168.0.11 www.nice.com

                                                                                    \----- Web Server#3   192.168.0.12 www.test.com

Some web servers ar static HTML and other are PHP site i need to CSS1501 redirect al incomming traffic in WAN IP in port 80 to the correct web server based on the host header name or the URL www.hellow1.com and so on  ...

Regards in advance ....

Nicolas

1 Reply 1

ajayku2
Cisco Employee
Cisco Employee

Hi Nicolas,

Please look at the following link this should help you achieve your desired result.

http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11000series/v5.00/configuration/advanced/guide/HTTPHead.html

Something like below:

header-field-group A

header-field ual host contains "domain1"

header-field-group B

header-field ual host contains "domain2"

header-field-group C

header-field ual host contains "domain3"

! ********************** OWNER ***************************

owner arrowpoint

content ruleA

protocol tcp

vip address 192.168.128.151

port 80

url "/*"

add service server1

add service server2

content ruleA1

protocol tcp

vip address 192.168.128.151

port 80

url "/*"

header-field-rule A

add service server11

add service server12

content ruleA2

protocol tcp

vip address 192.168.128.151

port 80

url "/*"

header-field-rule B

add service server21

add service server22

content ruleA3

protocol tcp

vip address 192.168.128.151

port 80

url "/*"

header-field-rule C

add service server31

add service server32

Hope that helps.

regards,

Ajay Kumar