Hello,
I have a problem.
service ServerA
Vip address x.x.x.x
.....
service ServerB
Vip address x.x.x.x
.....
service ServerWebA
Vip address x.x.x.x
.....
service ServerWebB
Vip address x.x.x.x
.....
owner Webplain
content Webplain
vip address x.x.x.x
add service ServerA
primarySorryServer ServerB
.......
If the ServerA going down, than all traffic is go the primarySorryServer ServerB.
ServerA is is make only a connection with ServerWebA.
ServerB is is make only a connection with ServerWebB.
I have 2 x another servers (ServerWebA and ServerWebB).
If server ServerWebA is going down, is it possibel that the CSS send the traffic to the primarySorryServer ServerB ?
The servers ServerWebA and ServerWebB is forbidden to make a connection directly from the internet.