CSS 11501 With multiple web servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2012 04:33 PM
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
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2012 01:22 PM
Hi Nicolas,
Please look at the following link this should help you achieve your desired result.
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
