Hello,
I am attempting the following.
1. Configure the CSS to load balance our web application between two geographic locations. MD and NJ.
2. Should one CSS fail the remaining device should pickup all DNS functions and route\direct users to the available web servers.
At this time. I can resolve the query to the CSS. I see the hits on the services iterate in a round robin fashion, but I get no web content on the requesting browser. I have simplified the config to not use SSL, but still getting the same result. If someone could point out the problem for me I would greatly appreciate it.
Current Configuration
We are using a CSS 11503.
A client DNS request for Foo.somebank.com resolves to one of our public IP addresses. Its then natted to one of our CSS devices for DNS resolution. The CSS should make an intelligent decision on content location at this point.
Internally, all systems are on private IP addressing.
|FWMD|-------|CSSMD|----|PCbanking0|
| | |PCbanking1|
| |
|FWNJ|---------|CSSNJ|------|PCbanking0|
|PCbanking1|
The config is below.
!Active version: sg0810106
configure
!*************************** GLOBAL ***************************
no restrict web-mgmt
dns-server zone 0 tier1 "pcbanking-MD" weightedrr 5
dns-record a test.pcbank.bank.local 172.16.31.9
dns-record a http://www.pcbank.bank.local 10.2.1.251
dns-server
app session 10.2.1.254
app
dns primary 10.2.16.21
dns secondary 10.2.16.22
dns suffix afcu.local
ip route 0.0.0.0 0.0.0.0 10.2.10.176 1
!************************** CIRCUIT **************************
circuit VLAN1
ip address 10.2.1.253 255.255.240.0
!************************** SERVICE **************************
service pcb1
ip address 10.2.16.200
active
service pcb2
ip address 10.2.16.201
active
!*************************** OWNER ***************************
owner BANK
dns both
content bankonline
protocol tcp
port 80
add service pcb1
add service pcb2
vip address 10.2.1.251
active